HomeSort by relevance Sort by last modified time
    Searched refs:URL (Results 701 - 725 of 908) sorted by null

<<21222324252627282930>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java 93 import java.net.URL;
350 * Returns the URL to the local documentation.
353 * @return A file:// URL on the local documentation folder if it exists or null.
971 URL url = new URL("file", null, "\/\/" + path); \/\/$NON-NLS-1$ \/\/$NON-NLS-2\$ local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandler.java 102 import java.net.URL;
1094 URL url = (URL) templateSource; local
    [all...]
  /external/chromium/chrome/browser/autocomplete/
keyword_provider.cc 318 DCHECK(element->url());
319 DCHECK(element->url()->IsValid());
326 if (element->url()->SupportsReplacement() &&
336 // Keyword that has no replacement text (aka a shorthand for a URL).
337 match->destination_url = GURL(element->url()->url());
344 // Create destination URL by escaping user input and substituting into
345 // keyword template URL. The escaping here handles whitespace in user
347 // fixup to make the URL valid if necessary.
348 DCHECK(element->url()->SupportsReplacement())
    [all...]
  /external/chromium/chrome/browser/history/
history_types.cc 20 URLRow::URLRow(const GURL& url) : url_(url) {
21 // Initialize will not set the URL, so our initialization above will stay.
25 URLRow::URLRow(const GURL& url, URLID id) : url_(url) {
26 // Initialize will not set the URL, so our initialization above will stay.
107 type(URL),
122 url.Swap(&other->url);
132 URLResult::URLResult(const GURL& url, base::Time visit_time
    [all...]
  /external/chromium/chrome/browser/sync/glue/
bookmark_model_associator.cc 103 temp_node.set_type(BookmarkNode::URL);
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_result.cc 203 // We shouldn't get query matches for URL inputs, or non-query matches
206 DCHECK_NE(AutocompleteInput::URL, input.type()) << debug_info;
212 // Set the alternate nav URL.
zero_suggest_provider.cc 42 #include "url/gurl.h"
217 // 4th element: Disregard the query URL list for now.
259 // Do not blindly trust the URL coming from the server to be valid.
260 GURL url(URLFixerUpper::FixupURL(UTF16ToUTF8(result), std::string()));
261 if (url.is_valid()) {
265 *this, url, title, false, relevance, relevances != NULL));
325 match.destination_url = navigation.url();
329 match.contents = net::FormatUrl(navigation.url(), languages,
332 AutocompleteInput::FormattedStringWithEquivalentMeaning(navigation.url(),
336 match.contents.length(), ACMatchClassification::URL,
421 const history::MostVisitedURL& url = most_visited_urls_[i]; local
    [all...]
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_node_data_unittest.cc 18 #include "url/gurl.h"
70 // Writes a URL to the clipboard and make sure BookmarkNodeData can correctly
73 const GURL url("http://google.com");
77 data.SetURL(url, title);
84 EXPECT_EQ(url, drag_data.elements[0].url);
91 TEST_F(BookmarkNodeDataTest, URL) {
92 // Write a single node representing a URL to the clipboard.
94 GURL url(GURL("http://foo.com"));
96 const BookmarkNode* node = model()->AddURL(root, 0, title, url);
    [all...]
bookmark_model.cc 60 BookmarkNode::BookmarkNode(const GURL& url)
61 : url_(url) {
65 BookmarkNode::BookmarkNode(int64 id, const GURL& url)
66 : url_(url) {
137 type_ = url_.is_empty() ? FOLDER : URL;
430 void BookmarkModel::SetURL(const BookmarkNode* node, const GURL& url) {
436 // We cannot change the URL of a folder.
442 if (node->url() == url)
457 // i points to the first node with the URL, advance until we find th
601 const GURL* url = &((*i)->url()); local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/omnibox/
omnibox_api.cc 226 // Load the omnibox icon so it will be ready to display in the URL bar.
338 type_class = AutocompleteMatch::ACMatchClassification::URL;
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/
media_util.js 8 * Loads a thumbnail using provided url. In CANVAS mode, loaded images
12 * @param {string} url File URL.
22 function ThumbnailLoader(url, opt_loaderType, opt_metadata, opt_mediaType,
26 this.mediaType_ = opt_mediaType || FileType.getMediaType(url);
33 this.thumbnailUrl_ = url; // Use the URL directly.
52 if (opt_metadata.thumbnail && opt_metadata.thumbnail.url &&
54 this.thumbnailUrl_ = opt_metadata.thumbnail.url;
57 } else if (FileType.isImage(url)) {
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
id3_parser.js 669 //User defined URL link frame
675 //User defined URL link frame
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_menu_delegate.cc 120 parent_, screen_loc, node->url(), node->GetTitle(), profile_);
156 *formats = ui::OSExchangeData::URL;
183 // Drag originated from same profile and is not a URL. Only accept it if
  /external/chromium_org/remoting/webapp/
oauth2.js 73 * @return {string} OAuth2 authentication URL.
289 * OAuth redirect URL parameters.
  /external/chromium_org/third_party/libxml/src/include/libxml/
parserInternals.h 300 xmlCreateEntityParserCtxt(const xmlChar *URL,
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCResultSet.java     [all...]
  /external/libxml2/include/libxml/
parserInternals.h 300 xmlCreateEntityParserCtxt(const xmlChar *URL,
  /packages/apps/Browser/src/com/android/browser/widget/
BookmarkThumbnailWidgetService.java 61 BrowserContract.Bookmarks.URL,
223 String url = mBookmarks.getString(BOOKMARK_INDEX_URL); local
235 // Set the title of the bookmark. Use the url as a backup.
239 displayTitle = url;
282 if (!TextUtils.isEmpty(url)) {
285 .setData(Uri.parse(url));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urlparse.py 8 RFC 2732 : "Format for Literal IPv6 Addresses in URL's by R.Hinden, B.Carpenter
14 RFC 2368: "The mailto URL scheme", by P.Hoffman , L Masinter, J. Zwinski, July 1998.
19 RFC 1738: "Uniform Resource Locators (URL)" by T. Berners-Lee, L. Masinter, M.
136 def urlparse(url, scheme='', allow_fragments=True):
137 """Parse a URL into 6 components:
142 tuple = urlsplit(url, scheme, allow_fragments)
143 scheme, netloc, url, query, fragment = tuple
144 if scheme in uses_params and ';' in url:
145 url, params = _splitparams(url)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urlparse.py 8 RFC 2732 : "Format for Literal IPv6 Addresses in URL's by R.Hinden, B.Carpenter
14 RFC 2368: "The mailto URL scheme", by P.Hoffman , L Masinter, J. Zwinski, July 1998.
19 RFC 1738: "Uniform Resource Locators (URL)" by T. Berners-Lee, L. Masinter, M.
136 def urlparse(url, scheme='', allow_fragments=True):
137 """Parse a URL into 6 components:
142 tuple = urlsplit(url, scheme, allow_fragments)
143 scheme, netloc, url, query, fragment = tuple
144 if scheme in uses_params and ';' in url:
145 url, params = _splitparams(url)
    [all...]
  /external/chromium_org/chrome/browser/metrics/
metrics_log.cc 54 #include "url/gurl.h"
101 case AutocompleteInput::URL:
102 return OmniboxEventProto::URL;
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
image_encoder.js 117 * @param {string} dataURL Data URL to decode.
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
share_dialog.js 272 // Fetches an url to the sharing dialog.
288 // If the url is not obtained, return the network error.
291 console.debug('URL not available.');
  /external/chromium_org/chrome/browser/resources/google_now/
background.js 82 * URL to open when the user clicked on a link for the our notification
866 * Opens a URL in a new tab.
867 * @param {string} url URL to open.
869 function openUrl(url) {
870 instrumented.tabs.create({url: url}, function(tab) {
874 chrome.windows.create({url: url, focused: true});
879 * Opens URL corresponding to the clicked part of the notification
    [all...]
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 396 * Renders the attribution if the URL is present, otherwise hides it.
397 * @param {string} url The URL of the attribution image, if any.
400 function updateThemeAttribution(url) {
401 if (!url) {
411 attributionImage.style.content = url;
510 * Builds a URL to display a most visited tile component in an iframe.
517 * @return {string} An URL to display the most visited component in an iframe.
625 favicon.style.backgroundImage = 'url(' + faviconUrl + ')';

Completed in 806 milliseconds

<<21222324252627282930>>