Searched defs:urlString (Results 1 - 25 of 54) sorted by relevance

123

/macosx-10.10/WebCore-7600.1.25/Modules/speech/
H A DSpeechGrammarList.cpp57 String urlString = String("data:application/xml,") + encodeWithURLEscapeSequences(string); local
/macosx-10.10/WebCore-7600.1.25/fileapi/
H A DBlobURL.cpp75 String urlString = "blob:" + encodeWithURLEscapeSequences(originString) + '/' + createCanonicalUUIDString(); local
/macosx-10.10/WebCore-7600.1.25/html/
H A DDOMURL.cpp111 void DOMURL::revokeObjectURL(ScriptExecutionContext* scriptExecutionContext, const String& urlString) argument
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/tests/UnitTestUtils/
H A DEWK2UnitTestServer.cpp60 CString urlString = url; local
/macosx-10.10/WebCore-7600.1.25/svg/graphics/
H A DSVGImageCache.cpp96 const AtomicString& urlString = toHTMLImageElement(node)->imageSourceURL(); local
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/
H A DPlugin.cpp51 String urlString; local
/macosx-10.10/WebCore-7600.1.25/page/
H A DHistory.cpp130 URL History::urlForState(const String& urlString) argument
139 void History::stateObjectAdded(PassRefPtr<SerializedScriptValue> data, const String& title, const String& urlString, StateObjectType stateObjectType, ExceptionCode& ec) argument
H A DSecurityOrigin.cpp343 const String& urlString = url.string(); local
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/
H A Dewk_favicon_database.cpp91 CString urlString = toWTFString(pageURL).utf8(); local
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebInspectorFrontendClient.cpp114 void WebInspectorFrontendClient::inspectedURLChanged(const String& urlString) argument
/macosx-10.10/WebCore-7600.1.25/platform/network/soup/
H A DResourceRequestSoup.cpp154 String urlString = m_url.string(); local
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DSessionState.cpp94 encoder << urlString; local
H A DSessionState.h84 String urlString; member in struct:WebKit::FrameState
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A Dasynchttp.c293 CFStringRef urlString = CFURLGetString(responder); local
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSLocationCustom.cpp203 String urlString = exec->argument(0).toString(exec)->value(exec); local
218 String urlString = exec->argument(0).toString(exec)->value(exec); local
H A DJSDOMWindowCustom.cpp477 String urlString = valueToStringWithUndefinedOrNullCheck(exec, exec->argument(0)); local
533 String urlString = valueToStringWithUndefinedOrNullCheck(exec, exec->argument(0)); local
/macosx-10.10/WebCore-7600.1.25/loader/
H A DSubframeLoader.cpp74 bool SubframeLoader::requestFrame(HTMLFrameOwnerElement& ownerElement, const String& urlString, const AtomicString& frameName, LockHistory lockHistory, LockBackForwardList lockBackForwardList) argument
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DPasteboardGtk.cpp192 AtomicString urlString; local
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DDragImageWin.cpp149 String urlString = url.string(); local
/macosx-10.10/WebCore-7600.1.25/rendering/shapes/
H A DShapeOutsideInfo.cpp134 String urlString = url.isNull() ? "''" : url.stringCenterEllipsizedToLength(); local
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Storage/
H A DStorageAreaMap.cpp285 void StorageAreaMap::dispatchStorageEvent(uint64_t sourceStorageAreaID, const String& key, const String& oldValue, const String& newValue, const String& urlString) argument
303 void StorageAreaMap::dispatchSessionStorageEvent(uint64_t sourceStorageAreaID, const String& key, const String& oldValue, const String& newValue, const String& urlString) argument
337 void StorageAreaMap::dispatchLocalStorageEvent(uint64_t sourceStorageAreaID, const String& key, const String& oldValue, const String& newValue, const String& urlString) argument
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/
H A DWebInspector.cpp148 void WebInspector::inspectedURLChanged(const String& urlString) argument
/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdav_authcache.c358 CFStringRef urlString; local
437 CFStringRef urlString; local
/macosx-10.10/WebCore-7600.1.25/history/
H A DHistoryItem.cpp74 HistoryItem::HistoryItem(const String& urlString, const String& title) argument
94 HistoryItem::HistoryItem(const String& urlString, const String& title, const String& alternateTitle) argument
211 const String& HistoryItem::urlString() const function in class:WebCore::HistoryItem
269 void HistoryItem::setURLString(const String& urlString) argument
287 setOriginalURLString(const String& urlString) argument
[all...]
H A DHistoryItem.h66 static PassRefPtr<HistoryItem> create(const String& urlString, const String& title) argument
70 static PassRefPtr<HistoryItem> create(const String& urlString, const String& title, const String& alternateTitle) argument

Completed in 305 milliseconds

123