HomeSort by relevance Sort by last modified time
    Searched refs:iconDatabase (Results 26 - 33 of 33) sorted by null

12

  /external/webkit/Source/WebCore/loader/
FrameLoader.cpp 70 #include "IconDatabase.h"
693 // Callback for the old-style synchronous IconDatabase interface.
698 LOG(IconDatabase, "FrameLoader %p was told a load decision is available for its icon", this);
710 if (!iconDatabase().isEnabled())
730 if (iconDatabase().supportsAsynchronousMode()) {
737 IconLoadDecision decision = iconDatabase().synchronousLoadDecisionForIconURL(urlString, m_documentLoader.get());
744 LOG(IconDatabase, "FrameLoader %p might load icon %s later", this, urlString.ascii().data());
759 if (iconDatabase().supportsAsynchronousMode() && m_frame->page()->settings()->privateBrowsingEnabled())
766 LOG(IconDatabase, "FrameLoader::startIconLoader() - Told not to load this icon, committing iconURL %s to database for pageURL mapping", urlString.ascii().data());
769 if (iconDatabase().supportsAsynchronousMode())
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
LayoutTestControllerWin.cpp 450 COMPtr<IWebIconDatabase> iconDatabase;
454 if (FAILED(tmpIconDatabase->sharedIconDatabase(&iconDatabase)))
457 iconDatabase->setEnabled(iconDatabaseEnabled);
    [all...]
DumpRenderTree.cpp     [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp 49 #include "IconDatabase.h"
258 WebCore::Image* icon = WebCore::iconDatabase().synchronousIconForPageURL(url, WebCore::IntSize(16, 16));
265 icon = WebCore::iconDatabase().synchronousIconForPageURL(originalURL, WebCore::IntSize(16, 16));
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebHistory.cpp 39 #include "IconDatabase.h"
296 WebCore::Image* icon = WebCore::iconDatabase().synchronousIconForPageURL(url, WebCore::IntSize(16, 16));
707 // On the simulator, using HistoryItem will invoke the IconDatabase which will
    [all...]
WebCoreFrameBridge.cpp 60 #include "IconDatabase.h"
609 WebCore::Image* icon = WebCore::iconDatabase().synchronousIconForPageURL(urlString, WebCore::IntSize(16, 16));
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp 63 #include "IconDatabase.h"
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebView.mm 134 #import <WebCore/IconDatabase.h>
    [all...]

Completed in 5195 milliseconds

12