Searched refs:sharedInstance (Results 1 - 18 of 18) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/
H A DWorkQueue.cpp43 static WorkQueue* sharedInstance = new WorkQueue; local
44 return sharedInstance;
/external/webkit/WebCore/platform/network/curl/
H A DResourceHandleCurl.cpp113 ResourceHandleManager::sharedInstance()->add(this);
119 ResourceHandleManager::sharedInstance()->cancel(this);
203 ResourceHandleManager* manager = ResourceHandleManager::sharedInstance();
H A DResourceHandleManager.h56 static ResourceHandleManager* sharedInstance();
H A DResourceHandleManager.cpp147 ResourceHandleManager* ResourceHandleManager::sharedInstance() function in class:WebCore::ResourceHandleManager
149 static ResourceHandleManager* sharedInstance = 0; local
150 if (!sharedInstance)
151 sharedInstance = new ResourceHandleManager();
152 return sharedInstance;
/external/webkit/WebKit/win/
H A DDefaultPolicyDelegate.h34 static DefaultPolicyDelegate* sharedInstance();
H A DDefaultDownloadDelegate.h39 static DefaultDownloadDelegate* sharedInstance();
H A DDefaultPolicyDelegate.cpp58 DefaultPolicyDelegate* DefaultPolicyDelegate::sharedInstance() function in class:DefaultPolicyDelegate
H A DDefaultDownloadDelegate.cpp62 DefaultDownloadDelegate* DefaultDownloadDelegate::sharedInstance() function in class:DefaultDownloadDelegate
H A DWebDownloadCFNet.cpp76 m_delegate = delegate ? delegate : DefaultDownloadDelegate::sharedInstance();
107 m_delegate = delegate ? delegate : DefaultDownloadDelegate::sharedInstance();
H A DWebFrame.cpp1628 policyDelegate = DefaultPolicyDelegate::sharedInstance();
1645 policyDelegate = DefaultPolicyDelegate::sharedInstance();
1663 policyDelegate = DefaultPolicyDelegate::sharedInstance();
1678 policyDelegate = DefaultPolicyDelegate::sharedInstance();
H A DWebView.cpp182 static PreferencesChangedOrRemovedObserver* sharedInstance();
202 PreferencesChangedOrRemovedObserver* PreferencesChangedOrRemovedObserver::sharedInstance() function in class:PreferencesChangedOrRemovedObserver
396 notifyCenter->addObserver(PreferencesChangedOrRemovedObserver::sharedInstance(), WebPreferences::webPreferencesChangedNotification(), 0);
397 notifyCenter->addObserver(PreferencesChangedOrRemovedObserver::sharedInstance(), WebPreferences::webPreferencesRemovedNotification(), 0);
/external/webkit/JavaScriptCore/runtime/
H A DJSGlobalData.cpp223 JSGlobalData& JSGlobalData::sharedInstance() function in class:JSC::JSGlobalData
238 static JSGlobalData* sharedInstance; local
239 return sharedInstance;
H A DJSGlobalData.h93 static JSGlobalData& sharedInstance();
/external/webkit/JavaScriptCore/API/
H A DJSContextRef.cpp75 return JSGlobalContextCreateInGroup(toRef(&JSGlobalData::sharedInstance()), globalObjectClass);
/external/webkit/WebKit/chromium/src/
H A DWebWorkerBase.cpp66 static WorkerWebFrameClient* sharedInstance() function in class:WebKit::WorkerWebFrameClient
125 m_webView->initializeMainFrame(WorkerWebFrameClient::sharedInstance());
/external/junit/src/junit/swingui/
H A DTestSuitePanel.java93 ToolTipManager.sharedInstance().registerComponent(fTree);
/external/webkit/JavaScriptGlue/
H A DJSUtils.cpp411 globalObject = new (&JSGlobalData::sharedInstance()) JSGlueGlobalObject(JSGlueGlobalObject::createStructure(jsNull()));
/external/webkit/WebKit/wx/
H A DWebView.cpp963 if (ResourceHandleManager* mgr = ResourceHandleManager::sharedInstance())

Completed in 395 milliseconds