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

/macosx-10.10/WebKit-7600.1.25/win/
H A DWebPreferenceKeysPrivate.h170 #define WebKitEnableInheritURIQueryComponentPreferenceKey "WebKitEnableInheritURIQueryComponent" macro
H A DWebPreferences.cpp1816 *enabled = boolValueForKey(WebKitEnableInheritURIQueryComponentPreferenceKey);
1822 setBoolValue(WebKitEnableInheritURIQueryComponentPreferenceKey, enabled);
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebPreferenceKeysPrivate.h203 #define WebKitEnableInheritURIQueryComponentPreferenceKey @"WebKitEnableInheritURIQueryComponent" macro
H A DWebPreferences.mm592 [NSNumber numberWithBool:NO], WebKitEnableInheritURIQueryComponentPreferenceKey,
2125 return [self _boolValueForKey: WebKitEnableInheritURIQueryComponentPreferenceKey];
2130 [self _setBoolValue:flag forKey: WebKitEnableInheritURIQueryComponentPreferenceKey];

Completed in 123 milliseconds