Searched refs:iconDatabaseEnabled (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebProcessCreationParameters.h96 bool iconDatabaseEnabled; member in struct:WebKit::WebProcessCreationParameters
H A DWebProcessCreationParameters.cpp86 encoder << iconDatabaseEnabled; local
184 if (!decoder.decode(parameters.iconDatabaseEnabled))
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebPreferences.idl156 HRESULT iconDatabaseEnabled([out, retval] BOOL* enabled);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebIconDatabase.cpp70 if (FAILED(standardPrefs->iconDatabaseEnabled(&enabled))) {
H A DWebPreferences.h241 virtual HRESULT STDMETHODCALLTYPE iconDatabaseEnabled(
H A DWebPreferences.cpp1162 HRESULT WebPreferences::iconDatabaseEnabled(BOOL* enabled)//location) function in class:WebPreferences
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebContext.cpp532 parameters.iconDatabaseEnabled = !iconDatabasePath().isEmpty();
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/
H A DWebProcess.cpp298 m_iconDatabaseProxy->setEnabled(parameters.iconDatabaseEnabled);

Completed in 379 milliseconds