HomeSort by relevance Sort by last modified time
    Searched full:urlstring (Results 101 - 125 of 179) sorted by null

1 2 3 45 6 7 8

  /external/webkit/Source/WebCore/editing/
MarkupAccumulator.h 82 void appendQuotedURLAttributeValue(Vector<UChar>& result, const String& urlString);
MarkupAccumulator.cpp 161 void MarkupAccumulator::appendQuotedURLAttributeValue(Vector<UChar>& result, const String& urlString)
164 String strippedURLString = urlString.stripWhiteSpace();
181 appendAttributeValue(result, urlString, false);
  /external/webkit/Source/WebCore/loader/
SubframeLoader.cpp 71 bool SubframeLoader::requestFrame(HTMLFrameOwnerElement* ownerElement, const String& urlString, const AtomicString& frameName, bool lockHistory, bool lockBackForwardList)
76 if (protocolIsJavaScript(urlString)) {
77 scriptURL = completeURL(urlString); // completeURL() encodes the URL.
80 url = completeURL(urlString);
HistoryController.cpp 546 return m_currentItem && !m_previousItem && equalIgnoringCase(m_currentItem->urlString(), blankURL());
788 void HistoryController::pushState(PassRefPtr<SerializedScriptValue> stateObject, const String& title, const String& urlString)
    [all...]
FrameLoader.cpp 709 String urlString(url.string());
710 if (urlString.isEmpty())
726 m_documentLoader->getIconLoadDecisionForIconURL(urlString);
732 IconLoadDecision decision = iconDatabase().synchronousLoadDecisionForIconURL(urlString, m_documentLoader.get());
739 LOG(IconDatabase, "FrameLoader %p might load icon %s later", this, urlString.ascii().data());
759 String urlString(url.string());
761 LOG(IconDatabase, "FrameLoader::startIconLoader() - Told not to load this icon, committing iconURL %s to database for pageURL mapping", urlString.ascii().data());
765 m_documentLoader->getIconDataForIconURL(urlString);
773 if (!iconDatabase().synchronousIconDataKnownForIconURL(urlString)) {
774 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...]
DocumentLoader.cpp 851 void DocumentLoader::getIconLoadDecisionForIconURL(const String& urlString)
856 iconDatabase().loadDecisionForIconURL(urlString, m_iconLoadDecisionCallback);
872 void DocumentLoader::getIconDataForIconURL(const String& urlString)
877 iconDatabase().iconDataForIconURL(urlString, m_iconDataCallback);
  /external/webkit/Source/WebKit/chromium/public/
WebHistoryItem.h 69 WEBKIT_API WebString urlString() const;
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8XMLHttpRequestCustom.cpp 130 String urlstring = toWebCoreString(args[1]); local
135 KURL url = context->completeURL(urlstring);
V8DOMWindowCustom.cpp 430 String urlString = toWebCoreStringWithNullOrUndefinedCheck(args[0]);
435 impl->showModalDialog(urlString, dialogFeaturesString, activeWindow, firstWindow, setUpDialog, &handler);
451 String urlString = toWebCoreStringWithNullOrUndefinedCheck(args[0]);
455 RefPtr<DOMWindow> openedWindow = impl->open(urlString, frameName, windowFeaturesString, activeWindow, firstWindow);
  /external/webkit/Source/WebKit/win/
WebDataSource.cpp 257 BString urlString((LPOLESTR)unreachableURL.string().characters(), unreachableURL.string().length());
259 *url = urlString.release();
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginView.cpp 870 void PluginView::loadURL(uint64_t requestID, const String& method, const String& urlString, const String& target,
875 frameLoadRequest.resourceRequest().setURL(m_pluginElement->document()->completeURL(urlString));
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
PasteboardMac.mm 468 NSString *URLString = [m_pasteboard.get() stringForType:NSStringPboardType];
469 NSURL *URL = frame->editor()->client()->canonicalizeURLString(URLString);
593 NSString *URLString = [URL absoluteString]; // Original data is ASCII-only, so there is no need to precompose.
594 if ([URLString length] == 0)
598 anchor->setAttribute(HTMLNames::hrefAttr, URLString);
HTMLConverter.mm     [all...]
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoThumbnailFragment.java 283 // Retrieves the urlString from the cursor
284 String urlString = cursor.getString(IMAGE_URL_CURSOR_INDEX);
292 .setData(Uri.parse(urlString));
  /external/webkit/Source/WebCore/bindings/js/
JSDOMWindowCustom.cpp 642 String urlString = valueToStringWithUndefinedOrNullCheck(exec, exec->argument(0));
652 RefPtr<DOMWindow> openedWindow = impl()->open(urlString, frameName, windowFeaturesString, activeDOMWindow(exec), firstDOMWindow(exec));
701 String urlString = valueToStringWithUndefinedOrNullCheck(exec, exec->argument(0));
710 impl()->showModalDialog(urlString, dialogFeaturesString, activeDOMWindow(exec), firstDOMWindow(exec), setUpDialog, &handler);
  /external/webkit/Source/WebKit2/UIProcess/
WebProcessProxy.h 118 void addBackForwardItem(uint64_t itemID, const String& originalURLString, const String& urlString, const String& title, const CoreIPC::DataReference& backForwardData);
WebContext.h 194 void getPluginPath(const String& mimeType, const String& urlString, String& pluginPath);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapeBrowserFuncs.cpp 274 String urlString(url);
277 urlString.replace('\r', "");
278 urlString.replace('\n', "");
280 return urlString;
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebBackForwardListProxy.cpp 92 item->originalURLString(), item->urlString(), item->title(), encoder.data()), 0);
  /frameworks/base/docs/html/training/basics/network-ops/
xml.jd 494 private String loadXmlFromNetwork(String urlString) throws XmlPullParserException, IOException {
515 stream = downloadUrl(urlString);
545 private InputStream downloadUrl(String urlString) throws IOException {
546 URL url = new URL(urlString);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
RSSFeedAddEntryTask.java 570 private String varSub(String urlstring)
572 if (!isNullString(urlstring) && urlstring.indexOf("%%")>=0) //$NON-NLS-1$
574 return urlstring.replaceAll(Messages.getString("RSSFeedAddEntryTask.BranchKeyword"), branch).replaceAll(Messages.getString("RSSFeedAddEntryTask.BuildIDKeyword"), buildID).replaceAll(Messages.getString("RSSFeedAddEntryTask.BuildAliasKeyword"), buildAlias); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
576 return urlstring;
  /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/Tools/MiniBrowser/mac/
BrowserWindowController.m 735 - (void)loadURLString:(NSString *)urlString
738 [urlText setStringValue:urlString];
  /external/webkit/Source/WebKit/win/Interfaces/
IWebView.idl 687 @param URLString The URL to load in the mainFrame.
688 - (void)setMainFrameURL:(NSString *)URLString;
690 HRESULT setMainFrameURL([in] BSTR urlString);
697 HRESULT mainFrameURL([out, retval] BSTR* urlString);
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
LayoutTestControllerWin.cpp 751 RetainPtr<CFStringRef> urlString(AdoptCF, JSStringCopyCFString(0, jsURL));
752 RetainPtr<CFURLRef> url(AdoptCF, CFURLCreateWithString(0, urlString.get(), 0));
797 RetainPtr<CFStringRef> urlString(AdoptCF, JSStringCopyCFString(0, jsURL));
798 ::setPersistentUserStyleSheetLocation(urlString.get());
    [all...]

Completed in 1853 milliseconds

1 2 3 45 6 7 8