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

1234567891011>>

/external/webkit/Source/JavaScriptCore/
H A DMakefile1 include ../Makefile.shared
/external/webkit/Source/JavaScriptGlue/
H A DMakefile1 include ../Makefile.shared
/external/webkit/Source/ThirdParty/ANGLE/
H A DMakefile1 include ../Makefile.shared
/external/webkit/Source/WebCore/
H A DMakefile1 include ../Makefile.shared
/external/webkit/Source/WebKit/
H A DMakefile1 include ../Makefile.shared
/external/webkit/Tools/DumpRenderTree/
H A DMakefile2 include ../../Makefile.shared
/external/webkit/Source/WebKit/chromium/src/
H A DWebCrossOriginPreflightResultCache.cpp40 WebCore::CrossOriginPreflightResultCache::shared().empty();
/external/webkit/Tools/WebKitAPITest/
H A Dmain.cpp41 return !TestsController::shared().runAllTests();
/external/valgrind/main/helgrind/tests/
H A Dhg03_inherit.c11 static volatile int shared[2]; variable
41 shared[0] = 22;
42 shared[1] = 77;
44 pthread_create(&a, NULL, t1, (void *)&shared[0]);
45 // a steals shared[0] from root thread, so is excl(a)
46 pthread_create(&b, NULL, t2, (void *)&shared[1]);
47 // b steals shared[1] from root thread, so is excl(b)
50 // b's stuff (shared[1]) still belongs to b, so is excl(b)
52 // ret is excl(root), and shared[0] is re-acquired as excl(root)
55 ret += shared[
[all...]
H A Dhg06_readshared.c6 static int shared; variable
10 return (void *)(long)(shared + 44);
15 return (void *)(long)(shared + 55);
22 shared = 22;
30 assert(shared == 22);
H A Dhg04_race.c6 static int shared; variable
10 shared++;
/external/replicaisland/src/com/replica/replicaisland/
H A DGameComponent.java41 public boolean shared; field in class:GameComponent
45 shared = false;
/external/webkit/Source/WebKit2/UIProcess/API/C/win/
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));
/external/webkit/Source/WebKit2/WebProcess/MediaCache/
H A DWebMediaCacheManager.cpp39 WebMediaCacheManager& WebMediaCacheManager::shared() function in class:WebKit::WebMediaCacheManager
41 static WebMediaCacheManager& shared = *new WebMediaCacheManager; local
42 return shared;
56 WebProcess::LocalTerminationDisabler terminationDisabler(WebProcess::shared());
64 WebProcess::shared().connection()->send(Messages::WebMediaCacheManagerProxy::DidGetHostnamesWithMediaCache(mediaCacheHostnames, callbackID), 0);
69 WebProcess::LocalTerminationDisabler terminationDisabler(WebProcess::shared());
78 WebProcess::LocalTerminationDisabler terminationDisabler(WebProcess::shared());
/external/webkit/Source/WebKit2/WebProcess/Cookies/
H A DWebCookieManager.cpp40 WebCookieManager& WebCookieManager::shared() function in class:WebKit::WebCookieManager
42 DEFINE_STATIC_LOCAL(WebCookieManager, shared, ());
43 return shared;
57 WebProcess::LocalTerminationDisabler terminationDisabler(WebProcess::shared());
66 WebProcess::shared().connection()->send(Messages::WebCookieManagerProxy::DidGetHostnamesWithCookies(hostnameList, callbackID), 0);
71 WebProcess::LocalTerminationDisabler terminationDisabler(WebProcess::shared());
78 WebProcess::LocalTerminationDisabler terminationDisabler(WebProcess::shared());
85 WebProcess::LocalTerminationDisabler terminationDisabler(WebProcess::shared());
97 WebProcess::shared().connection()->send(Messages::WebCookieManagerProxy::CookiesDidChange(), 0);
102 WebProcess::LocalTerminationDisabler terminationDisabler(WebProcess::shared());
[all...]
/external/webkit/Source/WebKit2/UIProcess/win/
H A DTextCheckerWin.cpp45 WebTextCheckerClient& client = WebTextChecker::shared()->client();
56 return WebTextChecker::shared()->client().continuousSpellCheckingAllowed();
64 WebTextChecker::shared()->client().setContinuousSpellCheckingEnabled(isContinuousSpellCheckingEnabled);
72 WebTextChecker::shared()->client().setGrammarCheckingEnabled(isGrammarCheckingEnabled);
87 return WebTextChecker::shared()->client().uniqueSpellDocumentTag(page);
92 WebTextChecker::shared()->client().closeSpellDocumentWithTag(tag);
97 WebTextChecker::shared()->client().checkSpellingOfString(spellDocumentTag, String(text, length), misspellingLocation, misspellingLength);
102 WebTextChecker::shared()->client().checkGrammarOfString(spellDocumentTag, String(text, length), grammarDetails, badGrammarLocation, badGrammarLength);
107 return WebTextChecker::shared()->client().spellingUIIsShowing();
112 WebTextChecker::shared()
[all...]
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebPageGroupProxy.cpp38 if (pageGroup->isVisibleToInjectedBundle() && WebProcess::shared().injectedBundle())
39 WebProcess::shared().injectedBundle()->didInitializePageGroup(pageGroup.get());
/external/webkit/Tools/TestWebKitAPI/win/
H A Dmain.cpp39 TestWebKitAPI::TestsController::shared().dumpTestNames();
41 passed = TestWebKitAPI::TestsController::shared().runTestNamed(argument);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebGeolocationClient.cpp47 WebProcess::shared().geolocationManager().unregisterWebPage(m_page);
53 WebProcess::shared().geolocationManager().registerWebPage(m_page);
58 WebProcess::shared().geolocationManager().unregisterWebPage(m_page);
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DGCController.cpp55 WKBundleGarbageCollectJavaScriptObjects(InjectedBundle::shared().bundle());
60 WKBundleGarbageCollectJavaScriptObjectsOnAlternateThreadForDebugging(InjectedBundle::shared().bundle(), waitUntilDone);
65 return WKBundleGetJavaScriptObjectsCount(InjectedBundle::shared().bundle());
H A DInjectedBundleMain.cpp38 WTR::InjectedBundle::shared().initialize(bundle, initializationUserData);
/external/stlport/
H A DMakefile20 release-shared install-release-shared:
26 .PHONY: all install depend clean clobber distclean check release-shared install-release-shared
/external/webkit/Source/WebKit/mac/WebView/
H A DWebDeviceOrientationProviderMock.h35 + (WebDeviceOrientationProviderMock *)shared; variable
/external/webkit/Tools/TestWebKitAPI/
H A DInjectedBundleMain.cpp36 TestWebKitAPI::InjectedBundleController::shared().initialize(bundle, initializationUserData);
/external/webkit/Tools/TestWebKitAPI/mac/
H A Dmain.mm38 TestWebKitAPI::TestsController::shared().dumpTestNames();
40 passed = TestWebKitAPI::TestsController::shared().runTestNamed(argument);

Completed in 355 milliseconds

1234567891011>>