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

1234567891011>>

/macosx-10.9.5/JavaScriptCore-7537.78.1/
H A DMakefile1 include ../Makefile.shared
/macosx-10.9.5/WebCore-7537.78.1/
H A DMakefile1 include ../Makefile.shared
/macosx-10.9.5/WebKit-7537.78.2/
H A DMakefile1 include ../Makefile.shared
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DConnectionStack.cpp31 ConnectionStack& ConnectionStack::shared() function in class:WebKit::ConnectionStack
/macosx-10.9.5/WebKit2-7537.78.2/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 DWebNetworkInfoClient.cpp43 return WebProcess::shared().supplement<WebNetworkInfoManager>()->bandwidth(m_page);
48 return WebProcess::shared().supplement<WebNetworkInfoManager>()->metered(m_page);
53 WebProcess::shared().supplement<WebNetworkInfoManager>()->registerWebPage(m_page);
58 WebProcess::shared().supplement<WebNetworkInfoManager>()->unregisterWebPage(m_page);
63 WebProcess::shared().supplement<WebNetworkInfoManager>()->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 DWebPlatformStrategies.cpp128 if (WebProcess::shared().usesNetworkProcess()) {
130 if (!WebProcess::shared().networkConnection()->connection()->sendSync(Messages::NetworkConnectionToWebProcess::CookiesForDOM(session.isPrivateBrowsingSession(), firstParty, url), Messages::NetworkConnectionToWebProcess::CookiesForDOM::Reply(result), 0))
142 if (WebProcess::shared().usesNetworkProcess()) {
143 WebProcess::shared().networkConnection()->connection()->send(Messages::NetworkConnectionToWebProcess::SetCookiesFromDOM(session.isPrivateBrowsingSession(), firstParty, url, cookieString), 0);
154 if (WebProcess::shared().usesNetworkProcess()) {
156 if (!WebProcess::shared().networkConnection()->connection()->sendSync(Messages::NetworkConnectionToWebProcess::CookiesEnabled(session.isPrivateBrowsingSession(), firstParty, url), Messages::NetworkConnectionToWebProcess::CookiesEnabled::Reply(result), 0))
168 if (WebProcess::shared().usesNetworkProcess()) {
170 if (!WebProcess::shared().networkConnection()->connection()->sendSync(Messages::NetworkConnectionToWebProcess::CookieRequestHeaderFieldValue(session.isPrivateBrowsingSession(), firstParty, url), Messages::NetworkConnectionToWebProcess::CookieRequestHeaderFieldValue::Reply(result), 0))
182 if (WebProcess::shared().usesNetworkProcess()) {
183 if (!WebProcess::shared()
[all...]
H A DWebColorChooser.cpp46 WebProcess::shared().parentProcessConnection()->send(Messages::WebPageProxy::ShowColorChooser(initialColor, client->elementRectRelativeToRootView()), m_page->pageID());
77 WebProcess::shared().parentProcessConnection()->send(Messages::WebPageProxy::SetColorChooserColor(color), m_page->pageID());
85 WebProcess::shared().parentProcessConnection()->send(Messages::WebPageProxy::EndColorChooser(), 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);
/macosx-10.9.5/WebKit2-7537.78.2/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.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Dpsort.c66 struct shared; /* forward reference */
70 struct shared *shared; member in struct:args::__anon2963
82 struct shared { struct
104 getargs(struct shared *shared) argument
108 OSSpinLockLock(&shared->sharedlock);
109 if(!shared->freelist) {
115 page->next = shared->pagelist;
116 shared
131 returnargs(struct shared *shared, union args *args) argument
214 _psort(void *a, size_t n, size_t es, void *thunk, cmp_t ^cmp, int depth_limit, struct shared *shared) argument
347 struct shared *shared = args->shared; local
380 struct shared shared; local
[all...]
H A Dpsort_b.c66 struct shared; /* forward reference */
70 struct shared *shared; member in struct:args::__anon2964
82 struct shared { struct
104 getargs(struct shared *shared) argument
108 OSSpinLockLock(&shared->sharedlock);
109 if(!shared->freelist) {
115 page->next = shared->pagelist;
116 shared
131 returnargs(struct shared *shared, union args *args) argument
214 _psort(void *a, size_t n, size_t es, void *thunk, cmp_t ^cmp, int depth_limit, struct shared *shared) argument
347 struct shared *shared = args->shared; local
380 struct shared shared; local
[all...]
H A Dpsort_r.c66 struct shared; /* forward reference */
70 struct shared *shared; member in struct:args::__anon2965
82 struct shared { struct
104 getargs(struct shared *shared) argument
108 OSSpinLockLock(&shared->sharedlock);
109 if(!shared->freelist) {
115 page->next = shared->pagelist;
116 shared
131 returnargs(struct shared *shared, union args *args) argument
214 _psort(void *a, size_t n, size_t es, void *thunk, cmp_t ^cmp, int depth_limit, struct shared *shared) argument
347 struct shared *shared = args->shared; local
380 struct shared shared; local
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/FileAPI/
H A DBlobRegistryProxy.cpp44 ASSERT(WebProcess::shared().usesNetworkProcess());
46 WebProcess::shared().networkConnection()->connection()->send(Messages::NetworkConnectionToWebProcess::RegisterBlobURL(url, BlobRegistrationData(blobData)), 0);
51 ASSERT(WebProcess::shared().usesNetworkProcess());
53 WebProcess::shared().networkConnection()->connection()->send(Messages::NetworkConnectionToWebProcess::RegisterBlobURLFromURL(url, srcURL), 0);
58 ASSERT(WebProcess::shared().usesNetworkProcess());
60 WebProcess::shared().networkConnection()->connection()->send(Messages::NetworkConnectionToWebProcess::UnregisterBlobURL(url), 0);
/macosx-10.9.5/WebCore-7537.78.1/page/scrolling/
H A DScrollingThread.cpp42 if (!shared().m_threadIdentifier)
45 return currentThread() == shared().m_threadIdentifier;
50 shared().createThreadIfNeeded();
53 MutexLocker locker(shared().m_functionsMutex);
54 shared().m_functions.append(function);
57 shared().wakeUpRunLoop();
71 ScrollingThread& ScrollingThread::shared() function in class:WebCore::ScrollingThread
/macosx-10.9.5/WebCore-7537.78.1/platform/network/qt/
H A DDNSQt.cpp41 DNSResolveQueue::shared().decrementRequestCount();
54 DNSResolveQueue::shared().decrementRequestCount();
63 DNSResolveQueue::shared().add(hostname);
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebDeviceOrientationProviderMock.h35 + (WebDeviceOrientationProviderMock *)shared; variable
/macosx-10.9.5/WebKit2-7537.78.2/Shared/mac/
H A DCookieStorageShim.h38 static CookieStorageShim& shared();
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/gtk/
H A DWebGtkInjectedBundleMain.cpp34 WebGtkExtensionManager::shared().initialize(bundle, userData);
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Ddefs.c33 struct shared *shgd;
/macosx-10.9.5/securityd-55199.3/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...]
/macosx-10.9.5/WebKit2-7537.78.2/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, String(text, length), misspellingLocation, misspellingLength);
103 WebTextChecker::shared()->client().checkGrammarOfString(spellDocumentTag, String(text, length), grammarDetails, badGrammarLocation, badGrammarLength);
108 return WebTextChecker::shared()->client().spellingUIIsShowing();
113 WebTextChecker::shared()
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/network/soup/
H A DDNSSoup.cpp49 DNSResolveQueue::shared().decrementRequestCount();
65 DNSResolveQueue::shared().add(hostname);

Completed in 142 milliseconds

1234567891011>>