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

  /external/webkit/Source/WebCore/loader/icon/
PageURLRecord.h 45 PageURLSnapshot(const String& pageURL, const String& iconURL)
46 : m_pageURL(pageURL)
50 const String& pageURL() const { return m_pageURL; }
61 PageURLRecord(const String& pageURL);
IconDatabase.cpp 241 // 1 - The initial url import is incomplete and this pageURL was marked to be notified once it is complete if an iconURL exists
242 // 2 - The initial url import IS complete and this pageURL has no icon
247 // If we ever reach this condition, we know we've already made the pageURL copy
256 // If the initial URL import isn't complete, it's possible to have a PageURL record without an associated icon
257 // In this case, the pageURL is already in the set to alert the client when the iconURL mapping is complete so
262 // The only way we should *not* have an icon record is if this pageURL is retained but has no icon yet - make sure of that
299 void IconDatabase::readIconForPageURLFromDisk(const String& pageURL)
301 // The effect of asking for an Icon for a pageURL automatically queues it to be read from disk
304 synchronousIconForPageURL(pageURL, IntSize(0, 0));
324 // 1 - The initial url import is incomplete and this pageURL has already been marked to be notified once it is complete if an iconURL exist
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
bug_report_window_controller.h 76 @property(nonatomic, copy) NSString* pageURL;
  /external/webkit/Source/WebKit/gtk/webkit/
webkiticondatabase.cpp 263 String pageURL = String::fromUTF8(pageURI);
264 return g_strdup(WebCore::iconDatabase().synchronousIconURLForPageURL(pageURL).utf8().data());
291 String pageURL = String::fromUTF8(pageURI);
294 WebCore::Image* icon = WebCore::iconDatabase().synchronousIconForPageURL(pageURL, WebCore::IntSize(16, 16));
  /external/webkit/Source/WebKit/chromium/public/
WebContextMenuData.h 78 WebURL pageURL;

Completed in 173 milliseconds