HomeSort by relevance Sort by last modified time
    Searched defs:URL (Results 26 - 50 of 58) sorted by null

12 3

  /external/chromium/chrome/browser/history/
history_types.h 44 typedef int64 SegmentID; // URL segments for the most visited view.
45 typedef int64 IconMappingID; // For page url and icon mapping.
51 // Holds all information globally associated with one URL (one row in the
52 // URL table).
67 explicit URLRow(const GURL& url);
71 URLRow(const GURL& url, URLID id);
77 const GURL& url() const { return url_; } function in class:history::URLRow
97 // Number of times the URL was typed in the Omnibox.
112 // If this is set, we won't autocomplete this URL.
135 // The row ID of this URL. Immutable except for the database which sets i
320 GURL url; member in struct:history::StarredEntry
546 GURL url; member in struct:history::MostVisitedURL
577 GURL url; member in class:history::HistoryAddPageArgs
616 MostVisitedURL url; member in struct:history::MostVisitedURLWithRank
    [all...]
  /external/chromium/chrome/browser/search_engines/
template_url_parser.cc 30 static const char kURLElement[] = "Url";
64 // Removes the namespace from the specified |name|, ex: os:Url -> Url.
81 URL,
99 TemplateURL* url)
100 : url_(url),
131 // We only expect PARAM nodes under the Url node
133 elements_[1] == URL && elements_[2] == PARAM)
150 void SetImageURL(const GURL& url) {
152 current_image_->url = url
    [all...]
  /external/libxml2/
pattern.c 920 xmlChar *URL = NULL;
956 XML_PAT_COPY_NSNAME(ctxt, URL, XML_XML_NAMESPACE);
960 XML_PAT_COPY_NSNAME(ctxt, URL, ctxt->namespaces[2 * i])
976 PUSH(XML_OP_ATTR, NULL, URL);
984 PUSH(XML_OP_ATTR, token, URL);
991 if (URL != NULL)
992 XML_PAT_FREE_STRING(ctxt, URL)
1012 xmlChar *URL = NULL;
1077 XML_PAT_COPY_NSNAME(ctxt, URL, XML_XML_NAMESPACE)
1081 XML_PAT_COPY_NSNAME(ctxt, URL, ctxt->namespaces[2 * i]
    [all...]
schematron.c 181 const xmlChar *URL;
580 * @URL: the location of the schema
588 xmlSchematronNewParserCtxt(const char *URL)
592 if (URL == NULL)
606 ret->URL = xmlDictLookup(ret->dict, (const xmlChar *) URL, -1);
1090 if (ctxt->URL != NULL) {
1091 doc = xmlReadFile((const char *) ctxt->URL, NULL,
1097 ctxt->URL, NULL);
1111 doc->URL = xmlStrdup(BAD_CAST "in_memory_buffer")
    [all...]
xinclude.c 53 xmlChar *URI; /* the fully resolved resource URL */
76 xmlChar * url; /* the current URL processed */ member in struct:_xmlXIncludeCtxt
78 int urlMax; /* size of URL stack */
79 xmlChar * *urlTab; /* URL stack */
306 * @value: the url
308 * Pushes a new url on top of the url stack
327 xmlXIncludeErrMemory(ctxt, NULL, "adding URL");
338 xmlXIncludeErrMemory(ctxt, NULL, "adding URL");
    [all...]
catalog.c 137 xmlChar *URL; /* The expanded URL using the base */
271 const xmlChar *value, const xmlChar *URL, xmlCatalogPrefer prefer,
300 if (URL == NULL)
301 URL = value;
302 if (URL != NULL)
303 ret->URL = xmlStrdup(URL);
305 ret->URL = NULL;
349 if (ret->URL != NULL
    [all...]
parser.c 207 void *user_data, int depth, const xmlChar *URL,
    [all...]
relaxng.c 224 xmlChar *URL;
    [all...]
xmlschemas.c 605 const xmlChar *URL;
    [all...]
  /external/libxslt/libxslt/
pattern.c     [all...]
transform.c     [all...]
xslt.c     [all...]
  /external/webkit/Source/WebKit/win/
DOMHTMLClasses.cpp 247 HRESULT STDMETHODCALLTYPE DOMHTMLDocument::URL(
253 *result = BString(static_cast<HTMLDocument*>(m_document)->url()).release();
    [all...]
  /frameworks/base/media/java/android/media/
TimedText.java 291 * The linked-to URL
293 public String URL;
580 byte[] url = mParcel.createByteArray();
581 hyperText.URL = new String(url, 0, len);
  /external/libxml2/include/libxml/
tree.h 353 const xmlChar *href; /* URL for the namespace */
538 const xmlChar *URL; /* The URI for that document */
    [all...]
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h 91 @property(readonly, copy) NSString *URL;
    [all...]
  /frameworks/base/core/java/android/webkit/
WebTextView.java 66 import java.net.URL;
170 private static final int URL = 7;
523 // Use the name of the textfield + the url. Use backslash as an
1175 URL url = null; local
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldURLTest.java 33 import java.net.URL;
58 new URL("http", "apache.org", 123456789, "file");
60 new URL("http", "apache.org", -123, "file");
69 URL testURL = new URL("http", "www.apache.org:8082", "test.html#anch");
77 new URL("hftp", "apache.org:8082", "test.html#anch");
90 new URL("test_protocol", "", "fake.jar");
97 URL testURL1 = new URL("http", "www.apache.org:8080", "test.html#anch");
98 URL testURL2 = new URL("http", "www.apache.org:8080", "test.html#anch")
245 URL url = new URL("http:\/\/web2.javasoft.com\/some+file.html"); local
483 URL url = new URL("http:\/\/www.example.com"); local
494 URL url = new URL("ftp:\/\/myUser:password@host.dom\/etc\/motd"); local
504 URL url = new URL("http:\/\/www.java2s.com:8080"); local
786 URL url = new URL(new URL(strURL), ref); local
792 URL url = new URL(strURL); local
    [all...]
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java 89 public static final String URL = "url";
104 "ON bookmarks.url = images." + Images.URL;
106 "ON history.url = images." + Images.URL;
114 "ON history.url = bookmarks.url LEFT OUTER JOIN images " +
115 "ON history.url = images.url_key";
123 "history LEFT OUTER JOIN bookmarks ON history.url = bookmarks.url"
521 String url = c.getString(0); local
553 String url = c.getString(0); local
1297 String url = c.getString(2); local
1414 String url = values.getAsString(Bookmarks.URL); local
1436 String url = values.getAsString(History.URL); local
1680 String url = values.getAsString(Images.URL); local
1857 String url = null; local
1964 String url = null; local
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 1345 milliseconds

12 3