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

  /external/webkit/Source/WebKit2/WebProcess/IconDatabase/
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/WebCore/loader/icon/wince/
IconDatabaseWinCE.cpp 62 void IconDatabase::setIconDataForIconURL(PassRefPtr<SharedBuffer> data, const String&) {}
  /external/webkit/Source/WebKit2/UIProcess/
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&) { }
IconDatabase.cpp 511 void IconDatabase::setIconDataForIconURL(PassRefPtr<SharedBuffer> dataOriginal, const String& iconURLOriginal)
    [all...]

Completed in 1922 milliseconds