Home
last modified time | relevance | path

Searched refs:schemaID (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebinspector.cpp585 static bool isSchemaAvailable(const char* schemaID) in isSchemaAvailable() argument
591 if (g_str_equal(schemaID, *iter)) in isSchemaAvailable()
608 const gchar* schemaID = "org.webkitgtk-"WEBKITGTK_API_VERSION_STRING".inspector"; in inspectorGSettings() local
609 if (!isSchemaAvailable(schemaID)) { in inspectorGSettings()
618 settings = g_settings_new(schemaID); in inspectorGSettings()