Searched refs:featureName (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/gtk/
H A DExperimentalFeatures.cpp37 const char* featureName; member in struct:WebKit::Setting
58 if (key == settings[i].featureName) {
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/efl/
H A Dewk_window_features.cpp53 static inline WKTypeRef getWindowFeatureValue(WKDictionaryRef windowFeatures, const char* featureName) argument
55 ASSERT(featureName);
59 WKRetainPtr<WKStringRef> key(AdoptWK, WKStringCreateWithUTF8CString(featureName));
63 bool EwkWindowFeatures::getWindowFeatureBoolValue(WKDictionaryRef windowFeatures, const char* featureName, bool defaultValue) argument
65 WKBooleanRef value = static_cast<WKBooleanRef>(getWindowFeatureValue(windowFeatures, featureName));
70 double EwkWindowFeatures::getWindowFeatureDoubleValue(WKDictionaryRef windowFeatures, const char* featureName, double defaultValue) argument
72 WKDoubleRef value = static_cast<WKDoubleRef>(getWindowFeatureValue(windowFeatures, featureName));
H A Dewk_window_features_private.h72 static bool getWindowFeatureBoolValue(WKDictionaryRef windowFeatures, const char* featureName, bool defaultValue);
73 static double getWindowFeatureDoubleValue(WKDictionaryRef windowFeatures, const char* featureName, double defaultValue);

Completed in 122 milliseconds