Searched refs:locationString (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSDocumentCustom.cpp70 String locationString = value.toString(exec)->value(exec); local
79 location->setHref(locationString, activeDOMWindow(exec), firstDOMWindow(exec));
H A DJSDOMWindowCustom.cpp515 String locationString = value.toString(exec)->value(exec); local
520 location->setHref(locationString, activeDOMWindow(exec), firstDOMWindow(exec));
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebPreferences.mm679 NSString *locationString = [self _stringValueForKey: WebKitUserStyleSheetLocationPreferenceKey];
681 if ([locationString _webkit_looksLikeAbsoluteURL]) {
682 return [NSURL _web_URLWithDataAsString:locationString];
684 locationString = [locationString stringByExpandingTildeInPath];
685 return [NSURL fileURLWithPath:locationString];
691 NSString *locationString;
694 locationString = [[URL path] _web_stringByAbbreviatingWithTildeInPath];
696 locationString = [URL _web_originalDataAsString];
699 if (!locationString)
[all...]

Completed in 184 milliseconds