Home
last modified time | relevance | path

Searched defs:storeSetting (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebKit/efl/WebCoreSupport/
DInspectorClientEfl.cpp56 void InspectorClientEfl::storeSetting(const String&, const String&) in storeSetting() function in WebCore::InspectorClientEfl
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
DInspectorClientHaiku.cpp65 void InspectorClientHaiku::storeSetting(const String& key, const String& value) in storeSetting() function in WebCore::InspectorClientHaiku
/external/webkit/Source/WebKit/wx/WebKitSupport/
DInspectorClientWx.cpp70 void InspectorClientWx::storeSetting(const String& key, const String& setting) in storeSetting() function in WebCore::InspectorClientWx
/external/webkit/Source/WebKit/android/WebCoreSupport/
DInspectorClientAndroid.h47 virtual void storeSetting(const String& key, const String& value) {} in storeSetting() function
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebInspectorClient.cpp72 void WebInspectorClient::storeSetting(const String&, const String&) in storeSetting() function in WebKit::WebInspectorClient
/external/webkit/Source/WebKit/wince/WebCoreSupport/
DInspectorClientWinCE.cpp73 void InspectorClientWinCE::storeSetting(const String& key, const String& value) in storeSetting() function in WebKit::InspectorClientWinCE
/external/webkit/Source/WebKit/cf/WebCoreSupport/
DWebInspectorClientCF.cpp100 static void storeSetting(const String& key, const String& setting) in storeSetting() function