Searched refs:WebKitUserStyleSheetLocationPreferenceKey (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/win/
H A DWebPreferenceKeysPrivate.h45 #define WebKitUserStyleSheetLocationPreferenceKey "WebKitUserStyleSheetLocationPreferenceKey" macro
H A DWebPreferences.cpp201 CFDictionaryAddValue(defaults, CFSTR(WebKitUserStyleSheetLocationPreferenceKey), CFSTR(""));
738 *location = stringValueForKey(CFSTR(WebKitUserStyleSheetLocationPreferenceKey));
745 setStringValue(CFSTR(WebKitUserStyleSheetLocationPreferenceKey), location);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebPreferenceKeysPrivate.h46 #define WebKitUserStyleSheetLocationPreferenceKey @"WebKitUserStyleSheetLocationPreferenceKey" macro
H A DWebPreferences.mm332 @"", WebKitUserStyleSheetLocationPreferenceKey,
650 NSString *locationString = [self _stringValueForKey: WebKitUserStyleSheetLocationPreferenceKey];
673 [self _setStringValue:locationString forKey: WebKitUserStyleSheetLocationPreferenceKey];

Completed in 21 milliseconds