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

  /external/webkit/Source/WebCore/loader/icon/wince/
IconDatabaseWinCE.cpp 62 void IconDatabase::setIconDataForIconURL(PassRefPtr<SharedBuffer> data, const String&) {}
  /external/webkit/Source/WebKit2/WebProcess/IconDatabase/
WebIconDatabaseProxy.h 60 virtual void setIconDataForIconURL(PassRefPtr<WebCore::SharedBuffer>, const String&);
WebIconDatabaseProxy.cpp 136 void WebIconDatabaseProxy::setIconDataForIconURL(PassRefPtr<SharedBuffer> iconData, const String& iconURL)
139 m_process->connection()->send(Messages::WebIconDatabase::SetIconDataForIconURL(data, iconURL), 0);
  /external/webkit/Source/WebKit2/UIProcess/
WebIconDatabase.h 70 void setIconDataForIconURL(const CoreIPC::DataReference&, const String&);
WebIconDatabase.cpp 120 void WebIconDatabase::setIconDataForIconURL(const CoreIPC::DataReference& iconData, const String& iconURL)
127 m_iconDatabaseImpl->setIconDataForIconURL(buffer.release(), iconURL);
  /external/webkit/Source/WebCore/loader/icon/
IconDatabaseBase.h 173 virtual void setIconDataForIconURL(PassRefPtr<SharedBuffer>, const String&) { }
IconLoader.cpp 164 iconDatabase().setIconDataForIconURL(data, iconURL.string());
IconDatabase.h 92 virtual void setIconDataForIconURL(PassRefPtr<SharedBuffer> data, const String&);
IconDatabase.cpp 511 void IconDatabase::setIconDataForIconURL(PassRefPtr<SharedBuffer> dataOriginal, const String& iconURLOriginal)
    [all...]

Completed in 75 milliseconds