HomeSort by relevance Sort by last modified time
    Searched refs:loadDecisionForIconURL (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/loader/icon/wince/
IconDatabaseWinCE.cpp 65 IconLoadDecision IconDatabase::loadDecisionForIconURL(const String&, DocumentLoader*) { return IconLoadNo; }
  /external/webkit/Source/WebKit2/WebProcess/IconDatabase/
WebIconDatabaseProxy.h 69 virtual void loadDecisionForIconURL(const String&, PassRefPtr<WebCore::IconLoadDecisionCallback>);
WebIconDatabaseProxy.cpp 112 void WebIconDatabaseProxy::loadDecisionForIconURL(const String& iconURL, PassRefPtr<WebCore::IconLoadDecisionCallback> callback)
  /external/webkit/Source/WebCore/loader/icon/
IconDatabaseBase.h 184 virtual void loadDecisionForIconURL(const String&, PassRefPtr<IconLoadDecisionCallback>) { }
  /external/webkit/Source/WebCore/loader/
DocumentLoader.cpp 856 iconDatabase().loadDecisionForIconURL(urlString, m_iconLoadDecisionCallback);

Completed in 37 milliseconds