Searched defs:loadSessionSetting (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/inspector/
H A DInspectorFrontendClient.h67 virtual void loadSessionSetting(const String&, String*) {} function in class:WebCore::InspectorFrontendClient
H A DInspectorFrontendHost.cpp229 String InspectorFrontendHost::loadSessionSetting(const String& key) function in class:WebCore::InspectorFrontendHost
233 m_client->loadSessionSetting(key, &value);
/external/webkit/Source/WebKit/cf/WebCoreSupport/
H A DWebInspectorClientCF.cpp140 void WebInspectorClient::loadSessionSetting(const String& key, String* value) function in class:WebInspectorClient
/external/webkit/Source/WebCore/inspector/front-end/
H A DInspectorFrontendHostStub.js127 loadSessionSetting: function()
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebInspectorClient.cpp328 void WebInspectorFrontendClient::loadSessionSetting(const String& key, String* value) function in class:WebInspectorFrontendClient
330 m_inspectorClient->loadSessionSetting(key, value);

Completed in 1042 milliseconds