Searched refs:shared (Results 1 - 25 of 614) sorted by relevance

1234567891011>>

/macosx-10.10.1/JavaScriptCore-7600.1.17/
H A DMakefile1 include ../Makefile.shared
/macosx-10.10.1/WTF-7600.1.24/
H A DMakefile1 include ../Makefile.shared
/macosx-10.10.1/WebInspectorUI-7600.1.17/
H A DMakefile1 include ../Makefile.shared
/macosx-10.10.1/WebKit-7600.1.25/
H A DMakefile1 include ../Makefile.shared
/macosx-10.10.1/bmalloc-7600.1.17/
H A DMakefile1 include ../Makefile.shared
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebBatteryClient.cpp41 WebProcess::shared().supplement<WebBatteryManager>()->registerWebPage(m_page);
46 WebProcess::shared().supplement<WebBatteryManager>()->unregisterWebPage(m_page);
51 WebProcess::shared().supplement<WebBatteryManager>()->unregisterWebPage(m_page);
H A DWebVibrationClient.cpp41 WebProcess::shared().parentProcessConnection()->send(Messages::WebVibrationProxy::Vibrate(vibrationTime), m_page->pageID());
46 WebProcess::shared().parentProcessConnection()->send(Messages::WebVibrationProxy::CancelVibration(), m_page->pageID());
H A DWebGeolocationClient.cpp47 WebProcess::shared().supplement<WebGeolocationManager>()->unregisterWebPage(m_page);
53 WebProcess::shared().supplement<WebGeolocationManager>()->registerWebPage(m_page);
58 WebProcess::shared().supplement<WebGeolocationManager>()->unregisterWebPage(m_page);
63 WebProcess::shared().supplement<WebGeolocationManager>()->setEnableHighAccuracyForPage(m_page, enabled);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKTextChecker.cpp39 WebTextChecker::shared()->setClient(wkClient);
44 WebTextChecker::shared()->continuousSpellCheckingEnabledStateChanged(enabled);
49 WebTextChecker::shared()->grammarCheckingEnabledStateChanged(enabled);
54 WebTextChecker::shared()->checkSpelling(toImpl(page), startBeforeSelection);
59 WebTextChecker::shared()->changeSpellingToWord(toImpl(page), toWTFString(word));
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/FileAPI/
H A DBlobRegistryProxy.cpp43 ASSERT(WebProcess::shared().usesNetworkProcess());
51 WebProcess::shared().networkConnection()->connection()->send(Messages::NetworkConnectionToWebProcess::RegisterFileBlobURL(url, file->path(), extensionHandle, contentType), 0);
56 ASSERT(WebProcess::shared().usesNetworkProcess());
58 WebProcess::shared().networkConnection()->connection()->send(Messages::NetworkConnectionToWebProcess::RegisterBlobURL(url, blobParts, contentType), 0);
63 ASSERT(WebProcess::shared().usesNetworkProcess());
65 WebProcess::shared().networkConnection()->connection()->send(Messages::NetworkConnectionToWebProcess::RegisterBlobURLFromURL(url, srcURL), 0);
70 ASSERT(WebProcess::shared().usesNetworkProcess());
72 WebProcess::shared().networkConnection()->connection()->send(Messages::NetworkConnectionToWebProcess::UnregisterBlobURL(url), 0);
77 ASSERT(WebProcess::shared().usesNetworkProcess());
79 WebProcess::shared()
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DConnectionStack.cpp33 ConnectionStack& ConnectionStack::shared() function in class:WebKit::ConnectionStack
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/gtk/
H A DTextCheckerGtk.cpp46 WebTextCheckerClient& client = WebTextChecker::shared()->client();
57 return WebTextChecker::shared()->client().continuousSpellCheckingAllowed();
65 WebTextChecker::shared()->client().setContinuousSpellCheckingEnabled(isContinuousSpellCheckingEnabled);
73 WebTextChecker::shared()->client().setGrammarCheckingEnabled(isGrammarCheckingEnabled);
88 return WebTextChecker::shared()->client().uniqueSpellDocumentTag(page);
93 WebTextChecker::shared()->client().closeSpellDocumentWithTag(tag);
98 WebTextChecker::shared()->client().checkSpellingOfString(spellDocumentTag, text.toStringWithoutCopying(), misspellingLocation, misspellingLength);
103 WebTextChecker::shared()->client().checkGrammarOfString(spellDocumentTag, text.toStringWithoutCopying(), grammarDetails, badGrammarLocation, badGrammarLength);
108 return WebTextChecker::shared()->client().spellingUIIsShowing();
113 WebTextChecker::shared()
[all...]
/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Dpsort.c66 struct shared; /* forward reference */
70 struct shared *shared; member in struct:args::__anon2839
82 struct shared { struct
102 getargs(struct shared *shared) argument
106 OSSpinLockLock(&shared->sharedlock);
107 if(!shared->freelist) {
113 page->next = shared->pagelist;
114 shared
129 returnargs(struct shared *shared, union args *args) argument
212 _psort(void *a, size_t n, size_t es, void *thunk, cmp_t ^cmp, int depth_limit, struct shared *shared) argument
345 struct shared *shared = args->shared; local
373 struct shared shared; local
[all...]
H A Dpsort_b.c66 struct shared; /* forward reference */
70 struct shared *shared; member in struct:args::__anon2840
82 struct shared { struct
102 getargs(struct shared *shared) argument
106 OSSpinLockLock(&shared->sharedlock);
107 if(!shared->freelist) {
113 page->next = shared->pagelist;
114 shared
129 returnargs(struct shared *shared, union args *args) argument
212 _psort(void *a, size_t n, size_t es, void *thunk, cmp_t ^cmp, int depth_limit, struct shared *shared) argument
345 struct shared *shared = args->shared; local
373 struct shared shared; local
[all...]
H A Dpsort_r.c66 struct shared; /* forward reference */
70 struct shared *shared; member in struct:args::__anon2841
82 struct shared { struct
102 getargs(struct shared *shared) argument
106 OSSpinLockLock(&shared->sharedlock);
107 if(!shared->freelist) {
113 page->next = shared->pagelist;
114 shared
129 returnargs(struct shared *shared, union args *args) argument
212 _psort(void *a, size_t n, size_t es, void *thunk, cmp_t ^cmp, int depth_limit, struct shared *shared) argument
345 struct shared *shared = args->shared; local
373 struct shared shared; local
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/remote/
H A DRemoteInspectorDebuggable.cpp44 RemoteInspector::shared().unregisterDebuggable(this);
49 RemoteInspector::shared().registerDebuggable(this);
54 RemoteInspector::shared().updateDebuggable(this);
/macosx-10.10.1/OpenSSL098-52/src/shlib/
H A Dirix.sh5 ld -shared -o libcrypto.so crypto.o
7 ld -shared -o libssl.so ssl.o
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebDeviceOrientationProviderMock.h35 + (WebDeviceOrientationProviderMock *)shared; variable
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/ios/
H A DWebMemoryPressureHandlerIOS.h38 static WebMemoryPressureHandler& shared();
H A DWebMemoryPressureHandlerIOS.mm36 WebMemoryPressureHandler& WebMemoryPressureHandler::shared()
51 ViewSnapshotStore::shared().discardSnapshotImages();
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/gtk/
H A DWebGtkInjectedBundleMain.cpp34 WebGtkExtensionManager::shared().initialize(bundle, userData);
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Ddefs.c33 struct shared *shgd;
/macosx-10.10.1/OpenSSL098-52/src/
H A DMakefile.shared2 # Helper makefile to link shared libraries in a portable way.
12 # shared libraries) are created, or when an application is linked.
13 # SHARED_LDFLAGS contains flags to be used when the shared library is created.
20 # build shared libraries.
152 SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS) -shared -Wl,-Bsymbolic -Wl,-soname=$$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX"
158 #do with shared libraries, for example when linking against static
179 SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS) -shared -nostdlib"; \
189 SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS) -shared -nostdlib"; \
248 SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS) -shared $$base -Wl,-Bsymbolic -Wl,--out-implib,lib$(LIBNAME).dll.a"; \
263 SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS) -shared
[all...]
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dcredential.h42 CredentialImpl(const uid_t uid, const string &username, const string &realname, bool shared);
43 CredentialImpl(const string &username, const string &password, bool shared);
44 CredentialImpl(const string &right, bool shared);
49 // Returns true if this credential should be shared.
71 bool mShared; // credential is shared
92 Credential(const uid_t uid, const string &username, const string &realname, bool shared);
93 Credential(const string &username, const string &password, bool shared);
94 Credential(const string &right, bool shared);
H A Dcredential.cpp40 CredentialImpl::CredentialImpl(const uid_t uid, const string &username, const string &realname, bool shared) : mShared(shared), mRight(false), mUid(uid), mName(username), mRealName(realname), mCreationTime(CFAbsoluteTimeGetCurrent()), mValid(true) argument
44 CredentialImpl::CredentialImpl(const string &username, const string &password, bool shared) : mShared(shared), mRight(false), mName(username), mCreationTime(CFAbsoluteTimeGetCurrent()), mValid(false) argument
68 syslog(LOG_INFO, "checkpw() succeeded, creating%s credential for user %s", mShared ? " shared" : "", user);
79 CredentialImpl::CredentialImpl(const string &right, bool shared) : mShared(shared), mRight(true), mUid(-2), mName(right), mRealName(""), mCreationTime(CFAbsoluteTimeGetCurrent()), mValid(true) argument
90 // all shared creds are placed into mSessionCreds
91 // all non shared creds are placed into AuthorizationToken
100 // this allows shared an
180 Credential(const uid_t uid, const string &username, const string &realname, bool shared) argument
185 Credential(const string &username, const string &password, bool shared) argument
189 Credential(const string &right, bool shared) argument
[all...]

Completed in 225 milliseconds

1234567891011>>