HomeSort by relevance Sort by last modified time
    Searched defs:urlString (Results 26 - 32 of 32) sorted by null

12

  /external/webkit/Source/WebCore/dom/
XMLDocumentParserLibxml2.cpp 383 String urlString = url.string();
387 if (urlString == "file:///etc/xml/catalog")
391 if (urlString.startsWith("file:///", false) && urlString.endsWith("/etc/catalog", false))
396 if (urlString.startsWith("http://www.w3.org/TR/xhtml", false))
400 if (urlString.startsWith("http://www.w3.org/Graphics/SVG", false))
    [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
FrameLoaderClientGtk.cpp 614 CString urlString = url.string().utf8();
627 mimeTypeString.data(), urlString.data(), hash.get(), &gtkWidget);
    [all...]
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginObject.cpp 539 NPUTF8* urlString = createCStringFromNPVariant(&args[0]);
541 NPError npErr = browser->geturl(obj->npp, urlString, targetString);
542 free(urlString);
549 NPUTF8* urlString = createCStringFromNPVariant(&args[0]);
550 NPError npErr = browser->geturl(obj->npp, urlString, 0);
551 free(urlString);
566 NPUTF8* urlString = createCStringFromNPVariant(&args[0]);
571 browser->geturlnotify(obj->npp, urlString, targetString, callbackIdentifier);
573 free(urlString);
767 NPString urlString = NPVARIANT_TO_STRING(args[0])
    [all...]
  /external/webkit/Source/WebCore/loader/
FrameLoader.cpp 714 String urlString(url.string());
715 if (urlString.isEmpty())
731 m_documentLoader->getIconLoadDecisionForIconURL(urlString);
737 IconLoadDecision decision = iconDatabase().synchronousLoadDecisionForIconURL(urlString, m_documentLoader.get());
744 LOG(IconDatabase, "FrameLoader %p might load icon %s later", this, urlString.ascii().data());
764 String urlString(url.string());
766 LOG(IconDatabase, "FrameLoader::startIconLoader() - Told not to load this icon, committing iconURL %s to database for pageURL mapping", urlString.ascii().data());
770 m_documentLoader->getIconDataForIconURL(urlString);
778 if (!iconDatabase().synchronousIconDataKnownForIconURL(urlString)) {
779 LOG(IconDatabase, "Told not to load icon %s but icon data is not yet available - registering for notification and requesting load from disk", urlString.ascii().data())
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebCoreFrameBridge.cpp 602 const WTF::String urlString = convertIDNToUnicode(url);
609 WebCore::Image* icon = WebCore::iconDatabase().synchronousIconForPageURL(urlString, WebCore::IntSize(16, 16));
614 jstring urlStr = wtfStringToJstring(env, urlString);
674 const WTF::String urlString = convertIDNToUnicode(url);
675 jstring urlStr = wtfStringToJstring(env, urlString);
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 

Completed in 1000 milliseconds

12