Searched refs:storeSetting (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DInspectorClientEfl.cpp56 void InspectorClientEfl::storeSetting(const String&, const String&) function in class:WebCore::InspectorClientEfl
H A DInspectorClientEfl.h52 virtual void storeSetting(const String& key, const String& value);
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DInspectorClientHaiku.cpp65 void InspectorClientHaiku::storeSetting(const String& key, const String& value) function in class:WebCore::InspectorClientHaiku
H A DInspectorClientHaiku.h50 virtual void storeSetting(const WTF::String& key, const WTF::String& value);
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DInspectorClientWx.cpp70 void InspectorClientWx::storeSetting(const String& key, const String& setting) function in class:WebCore::InspectorClientWx
H A DInspectorClientWx.h50 virtual void storeSetting(const String& key, const String& value);
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DInspectorClientAndroid.h47 virtual void storeSetting(const String& key, const String& value) {} function in class:android::InspectorClientAndroid
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DInspectorClientWinCE.cpp73 void InspectorClientWinCE::storeSetting(const String& key, const String& value) function in class:WebKit::InspectorClientWinCE
H A DInspectorClientWinCE.h47 virtual void storeSetting(const WTF::String& key, const WTF::String& value);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebInspectorClient.h53 virtual void storeSetting(const String& key, const String& value);
H A DWebInspectorClient.cpp72 void WebInspectorClient::storeSetting(const String&, const String&) function in class:WebKit::WebInspectorClient
/external/webkit/Source/WebKit/cf/WebCoreSupport/
H A DWebInspectorClientCF.cpp100 static void storeSetting(const String& key, const String& setting) function
126 storeSetting(inspectorStartsAttachedSetting, attached ? "true" : "false");
160 storeSetting(name, value);

Completed in 138 milliseconds