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

1234567891011>>

/macosx-10.10/JavaScriptCore-7600.1.17/
H A DMakefile1 include ../Makefile.shared
/macosx-10.10/WTF-7600.1.24/
H A DMakefile1 include ../Makefile.shared
/macosx-10.10/WebCore-7600.1.25/
H A DMakefile1 include ../Makefile.shared
/macosx-10.10/WebInspectorUI-7600.1.17/
H A DMakefile1 include ../Makefile.shared
/macosx-10.10/WebKit-7600.1.25/
H A DMakefile1 include ../Makefile.shared
/macosx-10.10/bmalloc-7600.1.17/
H A DMakefile1 include ../Makefile.shared
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cocoa/
H A DWebActionDisablingCALayerDelegate.h31 + (instancetype)shared;
/macosx-10.10/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/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/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/WebKit2-7600.1.25/Shared/
H A DConnectionStack.cpp33 ConnectionStack& ConnectionStack::shared() function in class:WebKit::ConnectionStack
/macosx-10.10/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/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/WebCore-7600.1.25/page/scrolling/
H A DScrollingThread.cpp43 if (!shared().m_threadIdentifier)
46 return currentThread() == shared().m_threadIdentifier;
51 shared().createThreadIfNeeded();
54 std::lock_guard<std::mutex> lock(shared().m_functionsMutex);
55 shared().m_functions.append(function);
58 shared().wakeUpRunLoop();
68 ScrollingThread& ScrollingThread::shared() function in class:WebCore::ScrollingThread
/macosx-10.10/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/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/WebKit-7600.1.25/mac/WebView/
H A DWebDeviceOrientationProviderMock.h35 + (WebDeviceOrientationProviderMock *)shared; variable
/macosx-10.10/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/WebKit2-7600.1.25/WebProcess/gtk/
H A DWebGtkInjectedBundleMain.cpp34 WebGtkExtensionManager::shared().initialize(bundle, userData);
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Ddefs.c33 struct shared *shgd;

Completed in 191 milliseconds

1234567891011>>