Home
last modified time | relevance | path

Searched defs:urlString (Results 1 – 25 of 66) sorted by relevance

123

/external/webkit/Source/WebCore/page/
DHistory.cpp108 KURL History::urlForState(const String& urlString) in urlForState()
117 …ded(PassRefPtr<SerializedScriptValue> data, const String& title, const String& urlString, StateObj… in stateObjectAdded()
DLocation.cpp149 void Location::setHref(const String& urlString, DOMWindow* activeWindow, DOMWindow* firstWindow) in setHref()
235 void Location::assign(const String& urlString, DOMWindow* activeWindow, DOMWindow* firstWindow) in assign()
242 void Location::replace(const String& urlString, DOMWindow* activeWindow, DOMWindow* firstWindow) in replace()
/external/webkit/Source/WebCore/platform/network/soup/
DSoupURIUtils.cpp34 GOwnPtr<gchar> urlString(soup_uri_to_string(soupURI, FALSE)); in soupURIToKURL() local
/external/webkit/Source/WebKit2/UIProcess/API/cpp/qt/
DWKURLQt.cpp33 WTF::String urlString(qURL.toString()); in WKURLCreateWithQUrl() local
/external/webkit/Source/JavaScriptCore/interpreter/
DCallFrame.cpp39 UString urlString; in dumpCaller() local
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
DSystemIDResolver.java83 String urlString; in getAbsoluteURIFromRelative() local
281 public static String getAbsoluteURI(String urlString, String base) in getAbsoluteURI()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DSystemIDResolver.java76 String urlString; in getAbsoluteURIFromRelative() local
274 public static String getAbsoluteURI(String urlString, String base) in getAbsoluteURI()
/external/webkit/Source/WebKit2/Shared/API/c/cf/
DWKURLCF.cpp41 String urlString(CFURLGetString(cfURL)); in WKURLCreateWithCFURL() local
/external/webkit/Source/WebCore/html/
DDOMURL.cpp63 void DOMURL::revokeObjectURL(const String& urlString) in revokeObjectURL()
/external/webkit/Source/WebKit2/WebProcess/Plugins/
DPlugin.cpp46 String urlString; in decode() local
DPluginProxy.cpp370 void PluginProxy::loadURL(uint64_t requestID, const String& method, const String& urlString, const … in loadURL()
375 void PluginProxy::proxiesForURL(const String& urlString, String& proxyString) in proxiesForURL()
380 void PluginProxy::cookiesForURL(const String& urlString, String& cookieString) in cookiesForURL()
385 void PluginProxy::setCookiesForURL(const String& urlString, const String& cookieString) in setCookiesForURL()
/external/webkit/Source/WebCore/bindings/js/
DJSWebSocketCustom.cpp57 String urlString = ustringToString(exec->argument(0).toString(exec)); in constructJSWebSocket() local
DScriptCallStackFactory.cpp64 UString urlString; in createScriptCallStack() local
/external/webkit/Source/WebCore/fileapi/
DBlobURL.cpp68 String urlString = kBlobProtocol; in createBlobURL() local
/external/webkit/Source/WebCore/platform/
DKURL.h133 URLString urlString() const { return URLString(m_url.string()); } in urlString() function
136 URLString urlString() const { return URLString(m_string); } in urlString() function
/external/webkit/Source/WebCore/history/
DHistoryItem.cpp74 HistoryItem::HistoryItem(const String& urlString, const String& title, double time) in HistoryItem()
92 HistoryItem::HistoryItem(const String& urlString, const String& title, const String& alternateTitle… in HistoryItem()
212 const String& HistoryItem::urlString() const in urlString() function in WebCore::HistoryItem
270 void HistoryItem::setURLString(const String& urlString) in setURLString()
288 void HistoryItem::setOriginalURLString(const String& urlString) in setOriginalURLString()
757 String urlString = topURLString; in decodeBackForwardTree() local
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebInspectorFrontendClient.cpp95 void WebInspectorFrontendClient::inspectedURLChanged(const String& urlString) in inspectedURLChanged()
/external/apache-xml/src/main/java/org/apache/xpath/
DSourceTreeManager.java119 String base, String urlString, SourceLocator locator) in resolveURI()
238 String base, String urlString, SourceLocator locator, XPathContext xctxt) in getSourceTree()
/external/webkit/Source/WebKit/chromium/src/
DBackForwardListChromium.cpp99 String urlString = makeString(backForwardNavigationScheme, "://go/", String::number(index)); in itemAtIndex() local
/external/webkit/Source/WebKit2/PluginProcess/
DPluginControllerProxy.cpp202 …ntrollerProxy::loadURL(uint64_t requestID, const String& method, const String& urlString, const St… in loadURL()
313 String PluginControllerProxy::proxiesForURL(const String& urlString) in proxiesForURL()
323 String PluginControllerProxy::cookiesForURL(const String& urlString) in cookiesForURL()
333 void PluginControllerProxy::setCookiesForURL(const String& urlString, const String& cookieString) in setCookiesForURL()
/external/webkit/Tools/DumpRenderTree/gtk/
DWorkQueueItemGtk.cpp51 gchar* urlString = JSStringCopyUTF8CString(m_url.get()); in invoke() local
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
DInitialObjectDescriptor.java59 String urlString; field in InitialObjectDescriptor
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebInspector.cpp89 void WebInspector::inspectedURLChanged(const String& urlString) in inspectedURLChanged()
/external/webkit/Source/WebKit2/UIProcess/
DWebInspectorProxy.cpp198 void WebInspectorProxy::inspectedURLChanged(const String& urlString) in inspectedURLChanged()
/external/webkit/Source/WebKit/win/
DWebHistory.cpp621 RetainPtr<CFStringRef> urlString(AdoptCF, MarshallingHelpers::BSTRToCFStringRef(urlBStr)); in removeItem() local
654 RetainPtr<CFStringRef> urlString(AdoptCF, MarshallingHelpers::BSTRToCFStringRef(urlBStr)); in addItem() local
697 RetainPtr<CFStringRef> urlString(AdoptCF, url.string().createCFString()); in visitedURL() local
749 /* [in] */ CFStringRef urlString, in itemForURLString()
769 RetainPtr<CFStringRef> urlString(AdoptCF, MarshallingHelpers::BSTRToCFStringRef(url)); in itemForURL() local
773 HRESULT WebHistory::removeItemForURLString(CFStringRef urlString) in removeItemForURLString()

123