Searched defs:iconDatabase (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
H A DWebIconDatabaseClient.cpp34 void WebIconDatabaseClient::didChangeIconForPageURL(WebIconDatabase* iconDatabase, WebURL* url) argument
39 m_client.didChangeIconForPageURL(toAPI(iconDatabase), toAPI(url), m_client.clientInfo);
42 void WebIconDatabaseClient::didRemoveAllIcons(WebIconDatabase* iconDatabase) argument
47 m_client.didRemoveAllIcons(toAPI(iconDatabase), m_client.clientInfo);
H A DWebContext.h150 WebIconDatabase* iconDatabase() const { return m_iconDatabase.get(); } function in class:WebKit::WebContext
/external/webkit/Source/WebCore/loader/icon/
H A DIconDatabaseBase.cpp52 IconDatabaseBase& iconDatabase() function in namespace:WebCore
/external/webkit/Source/WebCore/loader/icon/wince/
H A DIconDatabaseWinCE.cpp37 IconDatabase& iconDatabase() function in namespace:WebCore
/external/webkit/Tools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp450 COMPtr<IWebIconDatabase> iconDatabase; local
454 if (FAILED(tmpIconDatabase->sharedIconDatabase(&iconDatabase)))
457 iconDatabase->setEnabled(iconDatabaseEnabled);

Completed in 109 milliseconds