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

  /external/webkit/WebCore/loader/icon/
PageURLRecord.h 46 : pageURL(page)
50 String pageURL;
56 PageURLRecord(const String& pageURL);
IconDatabase.cpp 240 // 1 - The initial url import is incomplete and this pageURL was marked to be notified once it is complete if an iconURL exists
241 // 2 - The initial url import IS complete and this pageURL has no icon
246 // If we ever reach this condition, we know we've already made the pageURL copy
255 // If the initial URL import isn't complete, it's possible to have a PageURL record without an associated icon
256 // In this case, the pageURL is already in the set to alert the client when the iconURL mapping is complete so
261 // 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
298 void IconDatabase::readIconForPageURLFromDisk(const String& pageURL)
300 // The effect of asking for an Icon for a pageURL automatically queues it to be read from disk
303 iconForPageURL(pageURL, IntSize(0,0));
323 // 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/webkit/WebCore/page/
XSSAuditor.cpp 342 String pageURL = frame->document()->url().string();
345 if (!hasFormData && task.string.length() > 2 * pageURL.length()) {
357 canonicalizedString = task.string.substring(0, 2 * pageURL.length());
371 String decodedPageURL = m_cache.canonicalizeURL(pageURL, frame->document()->decoder()->encoding(), task.decodeEntities, task.decodeURLEscapeSequencesTwice);
  /external/webkit/WebKit/chromium/public/
WebContextMenuData.h 67 WebURL pageURL;

Completed in 261 milliseconds