Searched defs:iconDatabasePath (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKContext.cpp206 void WKContextSetIconDatabasePath(WKContextRef contextRef, WKStringRef iconDatabasePath) argument
208 toImpl(contextRef)->setIconDatabasePath(toImpl(iconDatabasePath)->string());
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebsettings.cpp638 \sa iconDatabasePath(), clearIconDatabase()
666 QString QWebSettings::iconDatabasePath() function in class:QWebSettings
1083 This method will simultaneously set and enable the iconDatabasePath(),
/external/webkit/Source/WebKit2/UIProcess/
H A DWebContext.cpp248 parameters.iconDatabaseEnabled = !iconDatabasePath().isEmpty();
734 String WebContext::iconDatabasePath() const function in class:WebKit::WebContext

Completed in 205 milliseconds