HomeSort by relevance Sort by last modified time
    Searched refs:url (Results 1176 - 1200 of 1269) sorted by null

<<41424344454647484950>>

  /external/webkit/WebCore/page/
FrameView.cpp 859 bool FrameView::scrollToFragment(const KURL& url)
861 // If our URL has no ref, then we have no place we need to jump to.
865 if (!url.hasFragmentIdentifier() && !m_frame->document()->cssTarget())
868 String fragmentIdentifier = url.fragmentIdentifier();
    [all...]
  /external/webkit/WebKit/qt/WebCoreSupport/
ChromeClientQt.cpp 162 newPage->mainFrame()->load(request.resourceRequest().url());
  /external/webkit/WebKitTools/DumpRenderTree/win/
AccessibilityUIElementWin.cpp 528 JSStringRef AccessibilityUIElement::url() function in class:AccessibilityUIElement
UIDelegate.cpp 477 /* [in] */ BSTR url,
UIDelegate.h 344 /* [in] */ BSTR url,
  /prebuilt/sdk/5/
android.jar 
  /external/chromium/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 8 function FindProxyForURL(url, host) {
  /external/proguard/src/proguard/
ConfigurationParser.java 28 import java.net.URL;
34 * array of arguments or from a configuration file or URL.
79 * Creates a new ConfigurationParser for the given URL.
81 public ConfigurationParser(URL url) throws IOException
83 reader = new FileWordReader(url);
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Parser.java 21 import java.net.URL;
507 URL basis = new URL("file", "", System.getProperty("user.dir") + "/.");
508 URL url = new URL(basis, systemid); local
509 URLConnection c = url.openConnection();
867 theDoctypeSystemId = new URL(new URL(theDoctypeSystemId), systemid).toString();
    [all...]
  /external/webkit/WebCore/bindings/v8/custom/
V8DOMWindowCustom.cpp 484 String url = toWebCoreStringWithNullOrUndefinedCheck(args[0]); local
544 Frame* dialogFrame = V8BindingDOMWindow::createWindow(V8BindingState::Only(), callingFrame, enteredFrame, frame, url, "", windowFeatures, dialogArgs);
  /external/webkit/WebCore/inspector/front-end/
TextViewer.js 31 WebInspector.TextViewer = function(textModel, platform, url)
43 this._url = url;
TimelinePanel.js 240 return WebInspector.displayNameForURL(record.data.url);
244 return sendRequestRecord ? WebInspector.displayNameForURL(sendRequestRecord.data.url) : "";
  /external/webkit/WebKit/win/WebCoreSupport/
WebChromeClient.cpp 328 void WebChromeClient::addMessageToConsole(MessageSource source, MessageType type, MessageLevel level, const String& message, unsigned line, const String& url)
334 uiPrivate->webViewAddMessageToConsole(m_webView, BString(message), line, BString(url), true);
  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/
main.m 85 void NPP_URLNotify(NPP instance, const char* URL, NPReason reason, void* notifyData);
343 void NPP_URLNotify(NPP instance, const char* url, NPReason reason, void* notifyData)
  /external/webkit/WebKitExamplePlugins/NetscapeInputMethodPlugin/
main.m 72 void NPP_URLNotify(NPP instance, const char* URL, NPReason reason, void* notifyData);
386 void NPP_URLNotify(NPP instance, const char* url, NPReason reason, void* notifyData)
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 248 rpc_loc_server_addr_url_type url;
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_common.xdr 239 rpc_loc_server_addr_url_type url;
  /libcore/luni/src/main/java/org/apache/xalan/processor/
StylesheetHandler.java 219 * Utility function to see if the stack contains the given URL.
222 * @param url URL string on which an equality test will be performed.
224 * @return true if the stack contains the url argument.
226 private boolean stackContains(Stack stack, String url)
236 if (url2.equals(url))
269 * Set the base ID (URL or system ID) for the stylesheet
273 * @param baseID Base URL for this stylesheet.
598 // url.equals(Constants.S_XSLNAMESPACEURL))
    [all...]
  /packages/apps/Email/src/com/android/exchange/
EasSyncService.java 686 } else if (mobileSync && name.equals("Url")) {
687 String url = parser.nextText().toLowerCase() local
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 394 String url = getString(R.string.default_browser_url);
395 if (url.indexOf("{CID}") != -1) {
396 url = url.replace("{CID}", "android-google");
398 return Uri.parse(url);
445 // will always be taken to the default URL above; this is
446 // unavoidable as we must specify a valid URL in order for the
448 // URL is unavoidably sent to the chosen app.
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /external/webkit/WebKit/gtk/webkit/
webkitwebview.cpp 1181 gchar* url; member in struct:DNDContentsRequest
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/ui/
QuickContactWindow.java 812 final String url = getAsString(cursor, Website.URL); local
813 if (!TextUtils.isEmpty(url)) {
814 mIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(url));
    [all...]
  /prebuilt/sdk/8/
android.jar 

Completed in 785 milliseconds

<<41424344454647484950>>