HomeSort by relevance Sort by last modified time
    Searched refs:locationString (Results 1 - 15 of 15) sorted by null

  /external/webkit/Source/WebKit/mac/WebView/
WebPreferences.mm 650 NSString *locationString = [self _stringValueForKey: WebKitUserStyleSheetLocationPreferenceKey];
652 if ([locationString _webkit_looksLikeAbsoluteURL]) {
653 return [NSURL _web_URLWithDataAsString:locationString];
655 locationString = [locationString stringByExpandingTildeInPath];
656 return [NSURL fileURLWithPath:locationString];
662 NSString *locationString;
665 locationString = [[URL path] _web_stringByAbbreviatingWithTildeInPath];
667 locationString = [URL _web_originalDataAsString];
670 if (!locationString)
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Event.java 592 String locationString = location.toString();
593 if (!text.endsWith(locationString)) {
594 text += ", " + locationString;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.operations_2.0.0.v20100510.jar 
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar 
org.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar 
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 
org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar 
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /external/webkit/Source/WebCore/bindings/v8/
V8DOMWindowShell.cpp 631 void V8DOMWindowShell::setLocation(DOMWindow* window, const String& locationString)
634 window->setLocation(locationString, state->activeWindow(), state->firstWindow());
  /external/webkit/Source/WebCore/bindings/js/
JSDOMWindowCustom.cpp 482 UString locationString = value.toString(exec);
486 impl()->setLocation(ustringToString(locationString), activeDOMWindow(exec), firstDOMWindow(exec));
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 707 milliseconds