URL                61 android_webview/java/src/org/chromium/android_webview/AwContents.java import java.net.URL;
URL              2033 android_webview/java/src/org/chromium/android_webview/AwContents.java                 String path = new URL(originalUrl).getPath();
URL                17 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientFaviconTest.java import java.net.URL;
URL               115 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientFaviconTest.java         Object originalFaviconSource = (new URL(faviconUrl)).getContent();
URL                25 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsTest.java import java.net.URL;
URL               346 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsTest.java             final Object originalFaviconSource = (new URL(faviconUrl)).getContent();
URL               147 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java         BookmarkColumns._ID, BookmarkColumns.URL, BookmarkColumns.VISITS,
URL               155 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java         BookmarkColumns.URL,
URL               477 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java                 if (values.containsKey(Browser.BookmarkColumns.URL)) {
URL               478 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java                     url = values.getAsString(Browser.BookmarkColumns.URL);
URL               551 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java         String url = values.getAsString(Browser.BookmarkColumns.URL);
URL               657 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java         if (node == null || node.type() != Type.URL) return;
URL               748 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java         URL,
URL              1162 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java             if (values.containsKey(BookmarkColumns.URL)) {
URL              1163 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java                 row.url = values.getAsString(BookmarkColumns.URL);
URL                66 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProviderSuggestionsCursor.java                 return mCursor.getString(mCursor.getColumnIndex(BookmarkColumns.URL));
URL                71 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProviderSuggestionsCursor.java                 return mCursor.getString(mCursor.getColumnIndex(BookmarkColumns.URL));
URL                24 chrome/android/javatests/src/org/chromium/chrome/browser/omaha/ResponseParserTest.java     private static final String URL = STRIPPED_URL + "/";
URL               188 chrome/android/javatests/src/org/chromium/chrome/browser/omaha/ResponseParserTest.java                 createTestXML("3.0", "12345", appStatus, addInstall, addPing, updateStatus, URL);
URL               287 chrome/android/javatests/src/org/chromium/chrome/browser/omaha/ResponseParserTest.java                 createTestXML("2.0", "12345", APP_STATUS_OK, false, false, UPDATE_STATUS_OK, URL);
URL               295 chrome/android/javatests/src/org/chromium/chrome/browser/omaha/ResponseParserTest.java                 createTestXML("3.0", null, APP_STATUS_OK, false, false, UPDATE_STATUS_OK, URL);
URL               303 chrome/android/javatests/src/org/chromium/chrome/browser/omaha/ResponseParserTest.java                 createTestXML("3.0", "12345", APP_STATUS_OK, true, false, null, URL);
URL               311 chrome/android/javatests/src/org/chromium/chrome/browser/omaha/ResponseParserTest.java                 createTestXML("3.0", "12345", APP_STATUS_OK, true, false, UPDATE_STATUS_OK, URL);
URL               319 chrome/android/javatests/src/org/chromium/chrome/browser/omaha/ResponseParserTest.java                 createTestXML("3.0", "12345", APP_STATUS_OK, false, false, UPDATE_STATUS_OK, URL);
URL               327 chrome/android/javatests/src/org/chromium/chrome/browser/omaha/ResponseParserTest.java                 createTestXML("3.0", "12345", APP_STATUS_OK, false, true, UPDATE_STATUS_OK, URL);
URL               335 chrome/android/javatests/src/org/chromium/chrome/browser/omaha/ResponseParserTest.java                 createTestXML("3.0", "12345", APP_STATUS_OK, false, false, UPDATE_STATUS_OK, URL);
URL               343 chrome/android/javatests/src/org/chromium/chrome/browser/omaha/ResponseParserTest.java                 createTestXML("3.0", "12345", APP_STATUS_OK, true, false, UPDATE_STATUS_OK, URL);
URL               351 chrome/android/javatests/src/org/chromium/chrome/browser/omaha/ResponseParserTest.java                 createTestXML("3.0", "12345", APP_STATUS_ERROR, false, false, null, URL);
URL                41 chrome/android/javatests/src/org/chromium/chrome/browser/printing/PrintingControllerTest.java     private static final String URL = UrlUtils.encodeHtmlDataUri(
URL                80 chrome/android/javatests/src/org/chromium/chrome/browser/printing/PrintingControllerTest.java         final ChromeShellTab currentTab = launchChromeShellWithUrl(URL).getActiveTab();
URL                69 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarkNodeTest.java         root.addChild(new BookmarkNode(2, Type.URL, "Google", "http://www.google.com/", root));
URL                70 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarkNodeTest.java         root.addChild(new BookmarkNode(3, Type.URL, "GoogleMaps", "http://maps.google.com/", root));
URL                79 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarkNodeTest.java         folder1.addChild(new BookmarkNode(7, Type.URL, "RickRoll'D",
URL                81 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarkNodeTest.java         folder2.addChild(new BookmarkNode(8, Type.URL, "Surprised Vader",
URL               158 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarkNodeTest.java         BookmarkNode node = new BookmarkNode(1, Type.URL, "Google", "http://www.google.com/", null);
URL               166 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarkNodeTest.java         root.addChild(new BookmarkNode(2, Type.URL, "Google", "http://www.google.com/", root));
URL               167 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarkNodeTest.java         root.addChild(new BookmarkNode(2, Type.URL, "GoogleMaps", "http://maps.google.com/", root));
URL                47 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarksUriTest.java         values.put(BookmarkColumns.URL, url);
URL                70 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarksUriTest.java         values.put(BookmarkColumns.URL, url);
URL                90 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarksUriTest.java         index = cursor.getColumnIndex(BookmarkColumns.URL);
URL               141 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarksUriTest.java         index = cursor.getColumnIndex(BookmarkColumns.URL);
URL               169 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarksUriTest.java         index = cursor.getColumnIndex(BookmarkColumns.URL);
URL               200 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarksUriTest.java         values.put(BookmarkColumns.URL, url[1]);
URL               224 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarksUriTest.java         index = cursor.getColumnIndex(BookmarkColumns.URL);
URL               286 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarksUriTest.java                 BookmarkColumns._ID, BookmarkColumns.URL, BookmarkColumns.VISITS,
URL               308 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarksUriTest.java         value.put(BookmarkColumns.URL, insertBookmarkUrl);
URL               338 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarksUriTest.java         value.put(BookmarkColumns.URL, updateBookmarkUrl);
URL                17 chrome/android/javatests/src/org/chromium/chrome/browser/test/util/BookmarkUtils.java import java.net.URL;
URL                47 chrome/android/javatests/src/org/chromium/chrome/browser/test/util/BookmarkUtils.java             InputStream faviconStream = (InputStream) (new URL(
URL                21 chrome/android/shell/javatests/src/org/chromium/chrome/shell/ChromeShellUrlTest.java     private static final String URL = "data:text";
URL                26 chrome/android/shell/javatests/src/org/chromium/chrome/shell/ChromeShellUrlTest.java         ChromeShellActivity activity = launchChromeShellWithUrl(URL);
URL                93 chrome/android/shell/javatests/src/org/chromium/chrome/shell/ChromeShellUrlTest.java         final ChromeShellActivity activity = launchChromeShellWithUrl(URL);
URL               266 chrome/browser/android/bookmarks/bookmarks_bridge.cc   if (!folder || folder->type() == BookmarkNode::URL ||
URL               275 chrome/browser/android/bookmarks/bookmarks_bridge.cc       node->type() != BookmarkNode::URL)) {
URL               104 chrome/browser/android/bookmarks/managed_bookmarks_shim.cc       node->set_type(BookmarkNode::URL);
URL               101 chrome/browser/android/bookmarks/partner_bookmarks_shim_unittest.cc   partner_bookmark1->set_type(BookmarkNode::URL);
URL               106 chrome/browser/android/bookmarks/partner_bookmarks_shim_unittest.cc   partner_bookmark2->set_type(BookmarkNode::URL);
URL               135 chrome/browser/android/bookmarks/partner_bookmarks_shim_unittest.cc   partner_bookmark1->set_type(BookmarkNode::URL);
URL               165 chrome/browser/android/bookmarks/partner_bookmarks_shim_unittest.cc   partner_bookmark1->set_type(BookmarkNode::URL);
URL               170 chrome/browser/android/bookmarks/partner_bookmarks_shim_unittest.cc   partner_bookmark2->set_type(BookmarkNode::URL);
URL               179 chrome/browser/android/bookmarks/partner_bookmarks_shim_unittest.cc   partner_bookmark3->set_type(BookmarkNode::URL);
URL               256 chrome/browser/android/bookmarks/partner_bookmarks_shim_unittest.cc   partner_bookmark1->set_type(BookmarkNode::URL);
URL               262 chrome/browser/android/bookmarks/partner_bookmarks_shim_unittest.cc   partner_bookmark2->set_type(BookmarkNode::URL);
URL               336 chrome/browser/android/bookmarks/partner_bookmarks_shim_unittest.cc     partner_bookmark1->set_type(BookmarkNode::URL);
URL               342 chrome/browser/android/bookmarks/partner_bookmarks_shim_unittest.cc     partner_bookmark2->set_type(BookmarkNode::URL);
URL               387 chrome/browser/android/bookmarks/partner_bookmarks_shim_unittest.cc   partner_bookmark1->set_type(BookmarkNode::URL);
URL               392 chrome/browser/android/bookmarks/partner_bookmarks_shim_unittest.cc   partner_bookmark2->set_type(BookmarkNode::URL);
URL               334 chrome/browser/android/provider/chrome_browser_provider.cc       if (node->type() == BookmarkNode::URL) {
URL                75 chrome/browser/autocomplete/autocomplete_input.cc   if (((type_ == UNKNOWN) || (type_ == URL)) &&
URL               115 chrome/browser/autocomplete/autocomplete_input.cc     case URL:           return "url";
URL               166 chrome/browser/autocomplete/autocomplete_input.cc       canonicalized_url->is_valid() ? URL : QUERY;
URL               172 chrome/browser/autocomplete/autocomplete_input.cc     return URL;
URL               231 chrome/browser/autocomplete/autocomplete_input.cc         if ((http_type == URL) && http_parts.username.is_nonempty() &&
URL               255 chrome/browser/autocomplete/autocomplete_input.cc           return URL;
URL               298 chrome/browser/autocomplete/autocomplete_input.cc         return URL;  // Something like "99999999999" that looks like a bad IP
URL               352 chrome/browser/autocomplete/autocomplete_input.cc     return URL;
URL               356 chrome/browser/autocomplete/autocomplete_input.cc     return URL;
URL               369 chrome/browser/autocomplete/autocomplete_input.cc     return URL;
URL               376 chrome/browser/autocomplete/autocomplete_input.cc     return URL;
URL               382 chrome/browser/autocomplete/autocomplete_input.cc       return URL;
URL               389 chrome/browser/autocomplete/autocomplete_input.cc     return URL;
URL               403 chrome/browser/autocomplete/autocomplete_input.cc     return parts->username.is_nonempty() ? UNKNOWN : URL;
URL               409 chrome/browser/autocomplete/autocomplete_input.cc     return URL;
URL                27 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("localhost"), AutocompleteInput::URL },
URL                29 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("foo.com"), AutocompleteInput::URL },
URL                30 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("-foo.com"), AutocompleteInput::URL },
URL                31 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("foo-.com"), AutocompleteInput::URL },
URL                34 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("foo/"), AutocompleteInput::URL },
URL                36 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("foo/bar/"), AutocompleteInput::URL },
URL                37 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("foo/bar baz\\"), AutocompleteInput::URL },
URL                38 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("foo.com/bar"), AutocompleteInput::URL },
URL                47 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("foo:81"), AutocompleteInput::URL },
URL                48 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("localhost:8080"), AutocompleteInput::URL },
URL                49 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("www.foo.com:81"), AutocompleteInput::URL },
URL                54 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("user@foo/z"), AutocompleteInput::URL },
URL                55 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("user@foo/z z"), AutocompleteInput::URL },
URL                56 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("user@foo.com/z"), AutocompleteInput::URL },
URL                59 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("user:pass@foo"), AutocompleteInput::URL },
URL                60 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("user:pass@foo.c"), AutocompleteInput::URL },
URL                61 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("user:pass@foo.com"), AutocompleteInput::URL },
URL                62 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("user:pass@foo.com:81"), AutocompleteInput::URL },
URL                63 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("user:pass@foo:81"), AutocompleteInput::URL },
URL                67 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("user@1.2:45"), AutocompleteInput::URL },
URL                68 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("user@foo:45"), AutocompleteInput::URL },
URL                69 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("user:pass@1.2:45"), AutocompleteInput::URL },
URL                72 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("host/path?query"), AutocompleteInput::URL },
URL                73 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("host/path#ref"), AutocompleteInput::URL },
URL                74 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("en.wikipedia.org/wiki/Jim Beam"), AutocompleteInput::URL },
URL                79 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("view-source:http://www.foo.com/"), AutocompleteInput::URL },
URL                80 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("javascript:alert(\"Hi there\");"), AutocompleteInput::URL },
URL                82 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("C:\\Program Files"), AutocompleteInput::URL },
URL                83 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("\\\\Server\\Folder\\File"), AutocompleteInput::URL },
URL                85 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("http:foo"), AutocompleteInput::URL },
URL                86 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("http://foo"), AutocompleteInput::URL },
URL                87 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("http://foo.c"), AutocompleteInput::URL },
URL                88 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("http://foo.com"), AutocompleteInput::URL },
URL                89 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("http://foo_bar.com"), AutocompleteInput::URL },
URL                90 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("http://foo/bar baz"), AutocompleteInput::URL },
URL                91 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("http://-foo.com"), AutocompleteInput::URL },
URL                92 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("http://foo-.com"), AutocompleteInput::URL },
URL                99 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("http:user@foo.com"), AutocompleteInput::URL },
URL               100 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("http://user@foo.com"), AutocompleteInput::URL },
URL               101 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("http:user:pass@foo.com"), AutocompleteInput::URL },
URL               102 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("http://user:pass@foo.com"), AutocompleteInput::URL },
URL               103 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("http://1.2"), AutocompleteInput::URL },
URL               104 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("http://1.2/45"), AutocompleteInput::URL },
URL               105 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("http:ps/2 games"), AutocompleteInput::URL },
URL               106 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("https://foo.com"), AutocompleteInput::URL },
URL               107 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("127.0.0.1"), AutocompleteInput::URL },
URL               109 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("127.0.1/"), AutocompleteInput::URL },
URL               113 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("[2001:dB8::1]"), AutocompleteInput::URL },
URL               116 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("filesystem:http://a.com/t/bar"), AutocompleteInput::URL },
URL               142 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("401k"), AutocompleteInput::URL,
URL               144 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("999999999999999"), AutocompleteInput::URL,
URL               146 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("x@y"), AutocompleteInput::URL,
URL               148 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("y/z z"), AutocompleteInput::URL,
URL               150 chrome/browser/autocomplete/autocomplete_input_unittest.cc     { ASCIIToUTF16("abc.com"), AutocompleteInput::URL,
URL               162 chrome/browser/autocomplete/autocomplete_input_unittest.cc     if (input_cases[i].type == AutocompleteInput::URL)
URL               154 chrome/browser/autocomplete/autocomplete_provider.cc   if ((input->type() != AutocompleteInput::URL) &&
URL               229 chrome/browser/autocomplete/autocomplete_result.cc         DCHECK_NE(AutocompleteInput::URL, input.type()) << debug_info;
URL               320 chrome/browser/autocomplete/base_search_provider.cc   return ((input.type() == AutocompleteInput::URL) ? 300 : 600);
URL               382 chrome/browser/autocomplete/base_search_provider.cc         ACMatchClassification::URL, &match_contents_class_);
URL               170 chrome/browser/autocomplete/bookmark_provider.cc       ACMatchClassification(0, ACMatchClassification::URL));
URL                71 chrome/browser/autocomplete/builtin_provider.cc   const int kUrl = ACMatchClassification::URL;
URL                91 chrome/browser/autocomplete/extension_app_provider.cc         ACMatchClassification::URL, &match.description_class);
URL                78 chrome/browser/autocomplete/history_provider.cc       is_url ? ACMatchClassification::URL : ACMatchClassification::NONE;
URL               462 chrome/browser/autocomplete/history_quick_provider_unittest.cc   EXPECT_EQ(ACMatchClassification::MATCH | ACMatchClassification::URL,
URL               465 chrome/browser/autocomplete/history_quick_provider_unittest.cc   EXPECT_EQ(ACMatchClassification::URL, spans_b[1].style);
URL               467 chrome/browser/autocomplete/history_quick_provider_unittest.cc   EXPECT_EQ(ACMatchClassification::MATCH | ACMatchClassification::URL,
URL               458 chrome/browser/autocomplete/history_url_provider.cc                                                ACMatchClassification::URL,
URL               463 chrome/browser/autocomplete/history_url_provider.cc           match.contents.length(), ACMatchClassification::URL,
URL               833 chrome/browser/autocomplete/history_url_provider.cc       (input.type() != AutocompleteInput::URL) &&
URL              1109 chrome/browser/autocomplete/history_url_provider.cc         ACMatchClassification::URL, &match.contents_class);
URL              1112 chrome/browser/autocomplete/history_url_provider.cc         match.contents.length(), ACMatchClassification::URL,
URL               677 chrome/browser/autocomplete/history_url_provider_unittest.cc     { "gooey/", 1410, AutocompleteInput::URL },
URL               679 chrome/browser/autocomplete/history_url_provider_unittest.cc     { "gooey/#", 1200, AutocompleteInput::URL },
URL               681 chrome/browser/autocomplete/history_url_provider_unittest.cc     { "gooey/#foo", 1200, AutocompleteInput::URL },
URL               683 chrome/browser/autocomplete/history_url_provider_unittest.cc     { "gooey/# foo", 1200, AutocompleteInput::URL },
URL               913 chrome/browser/autocomplete/history_url_provider_unittest.cc       EXPECT_EQ(ACMatchClassification::URL |
URL               415 chrome/browser/autocomplete/keyword_provider.cc     return (type == AutocompleteInput::URL) ? 700 : 450;
URL               178 chrome/browser/autocomplete/keyword_provider_unittest.cc TEST_F(KeywordProviderTest, URL) {
URL               689 chrome/browser/autocomplete/search_provider.cc       (parts.ref.is_nonempty() && (input_.type() == AutocompleteInput::URL)))
URL               977 chrome/browser/autocomplete/search_provider.cc   return (input_.type() == AutocompleteInput::URL) &&
URL              1023 chrome/browser/autocomplete/search_provider.cc       (input_.type() == AutocompleteInput::URL);
URL              1172 chrome/browser/autocomplete/search_provider.cc     case AutocompleteInput::URL:
URL              1239 chrome/browser/autocomplete/search_provider.cc     base_score = (input_.type() == AutocompleteInput::URL) ? 750 : 1050;
URL              3269 chrome/browser/autocomplete/search_provider_unittest.cc   EXPECT_EQ(AutocompleteMatch::ACMatchClassification::URL,
URL              3272 chrome/browser/autocomplete/search_provider_unittest.cc   EXPECT_EQ(AutocompleteMatch::ACMatchClassification::URL |
URL              3276 chrome/browser/autocomplete/search_provider_unittest.cc   EXPECT_EQ(AutocompleteMatch::ACMatchClassification::URL,
URL               243 chrome/browser/autocomplete/zero_suggest_provider.cc       match.contents.length(), ACMatchClassification::URL,
URL               316 chrome/browser/bookmarks/bookmark_codec.cc     node->set_type(BookmarkNode::URL);
URL               364 chrome/browser/bookmarks/bookmark_codec_unittest.cc   EXPECT_EQ(BookmarkNode::URL, child->type());
URL               376 chrome/browser/bookmarks/bookmark_codec_unittest.cc   EXPECT_EQ(BookmarkNode::URL, child->type());
URL               138 chrome/browser/bookmarks/bookmark_model.cc   type_ = url_.is_empty() ? FOLDER : URL;
URL               671 chrome/browser/bookmarks/bookmark_model.cc   new_node->set_type(BookmarkNode::URL);
URL               114 chrome/browser/bookmarks/bookmark_model.h   bool is_folder() const { return type_ != URL; }
URL               115 chrome/browser/bookmarks/bookmark_model.h   bool is_url() const { return type_ == URL; }
URL               323 chrome/browser/bookmarks/bookmark_model_unittest.cc   ASSERT_EQ(BookmarkNode::URL, new_node->type());
URL               344 chrome/browser/bookmarks/bookmark_model_unittest.cc   ASSERT_EQ(BookmarkNode::URL, new_node->type());
URL               365 chrome/browser/bookmarks/bookmark_model_unittest.cc     EXPECT_EQ(BookmarkNode::URL, new_node->type());
URL               381 chrome/browser/bookmarks/bookmark_model_unittest.cc   ASSERT_EQ(BookmarkNode::URL, new_node->type());
URL               820 chrome/browser/bookmarks/bookmark_model_unittest.cc       parent->Add(new TestNode(base::UTF8ToUTF16(element), BookmarkNode::URL),
URL                93 chrome/browser/bookmarks/bookmark_node_data_unittest.cc TEST_F(BookmarkNodeDataTest, URL) {
URL               341 chrome/browser/extensions/api/omnibox/omnibox_api.cc           type_class = AutocompleteMatch::ACMatchClassification::URL;
URL               128 chrome/browser/extensions/api/omnibox/omnibox_api_browsertest.cc     EXPECT_EQ(ACMatchClassification::URL,
URL                21 chrome/browser/extensions/api/omnibox/omnibox_unittest.cc const int kUrl = ACMatchClassification::URL;
URL                58 chrome/browser/history/android/android_history_types.h     set_value_explicitly(URL);
URL               242 chrome/browser/history/android/android_history_types.h     set_value_explicitly(SearchRow::URL);
URL                14 chrome/browser/history/android/android_history_types_unittest.cc   EXPECT_EQ(HistoryAndBookmarkRow::URL,
URL                77 chrome/browser/history/android/android_provider_backend.cc          row.is_value_set_explicitly(HistoryAndBookmarkRow::URL));
URL               343 chrome/browser/history/android/android_provider_backend.cc   if (row.is_value_set_explicitly(HistoryAndBookmarkRow::URL)) {
URL               406 chrome/browser/history/android/android_provider_backend.cc   DCHECK(values.is_value_set_explicitly(HistoryAndBookmarkRow::URL));
URL              1181 chrome/browser/history/android/android_provider_backend.cc   DCHECK(values.is_value_set_explicitly(SearchRow::URL));
URL               433 chrome/browser/history/android/android_provider_backend_unittest.cc   projections.push_back(HistoryAndBookmarkRow::URL);
URL               552 chrome/browser/history/android/android_provider_backend_unittest.cc   projections.push_back(HistoryAndBookmarkRow::URL);
URL               659 chrome/browser/history/android/android_provider_backend_unittest.cc   projections.push_back(HistoryAndBookmarkRow::URL);
URL              1682 chrome/browser/history/android/android_provider_backend_unittest.cc   projections.push_back(HistoryAndBookmarkRow::URL);
URL              1739 chrome/browser/history/android/android_provider_backend_unittest.cc   projections.push_back(HistoryAndBookmarkRow::URL);
URL              1833 chrome/browser/history/android/android_provider_backend_unittest.cc   projections.push_back(HistoryAndBookmarkRow::URL);
URL              2001 chrome/browser/history/android/android_provider_backend_unittest.cc   projections.push_back(HistoryAndBookmarkRow::URL);
URL               154 chrome/browser/history/android/bookmark_model_sql_handler.cc   DCHECK(row->is_value_set_explicitly(HistoryAndBookmarkRow::URL));
URL               105 chrome/browser/history/android/favicon_sql_handler.cc   DCHECK(row->is_value_set_explicitly(HistoryAndBookmarkRow::URL));
URL               175 chrome/browser/history/android/sqlite_cursor_unittest.cc   projections.push_back(HistoryAndBookmarkRow::URL);
URL               190 chrome/browser/history/android/sqlite_cursor_unittest.cc       HistoryAndBookmarkRow::GetAndroidName(HistoryAndBookmarkRow::URL));
URL                17 chrome/browser/history/android/urls_sql_handler.cc     HistoryAndBookmarkRow::URL, HistoryAndBookmarkRow::VISIT_COUNT,
URL                97 chrome/browser/history/android/urls_sql_handler.cc   DCHECK(!row.is_value_set_explicitly(HistoryAndBookmarkRow::URL));
URL                97 chrome/browser/metrics/metrics_log.cc     case AutocompleteInput::URL:
URL                98 chrome/browser/metrics/metrics_log.cc       return OmniboxEventProto::URL;
URL               223 chrome/browser/search_engines/template_url_parser.cc     case TemplateURLParsingContext::URL:
URL               268 chrome/browser/search_engines/template_url_parser.cc     case TemplateURLParsingContext::URL:
URL               323 chrome/browser/search_engines/template_url_parser.cc   (*kElementNameToElementTypeMap)[kURLElement] = URL;
URL               467 chrome/browser/search_engines/template_url_parser.cc       elements_[1] == URL && elements_[2] == PARAM) ? PARAM : UNKNOWN;
URL               154 chrome/browser/sync/glue/bookmark_model_associator.cc     temp_node.set_type(BookmarkNode::URL);
URL               515 chrome/browser/sync/test/integration/bookmarks_helper.cc   ASSERT_EQ(BookmarkNode::URL, node->type())
URL               701 chrome/browser/sync/test/integration/bookmarks_helper.cc                                       BookmarkNode::URL,
URL               377 chrome/browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc   fileapi::FileSystemURL kURL = URL(kOrigin, kTitle);
URL               424 chrome/browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc   fileapi::FileSystemURL kURL = URL(kOrigin, kTitle);
URL               460 chrome/browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc   expected_changes[URL(kOrigin, "foo/nested")].push_back(
URL               260 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc       URL(kOrigin, "file1")));
URL               264 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc       URL(kOrigin, "folder")));
URL               268 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc       URL(kOrigin, "folder/file2")));
URL               289 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc       URL(kOrigin, "folder1/folder2/file")));
URL               293 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc       URL(kOrigin, "folder1/folder2/file")));
URL               297 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc       URL(kOrigin, "folder1/folder2/file")));
URL               319 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc       URL(kOrigin, "file")));
URL               323 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc       URL(kOrigin, "folder")));
URL               331 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc       URL(kOrigin, "file")));
URL               335 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc       URL(kOrigin, "folder")));
URL               353 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc       URL(kOrigin, "foo")));
URL               376 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc       URL(kOrigin, "foo")));
URL               399 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc       URL(kOrigin, "foo")));
URL               432 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc       URL(kOrigin, "foo")));
URL               436 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc       URL(kOrigin, "foo")));
URL               470 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc       URL(kOrigin, "foo")));
URL               492 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc       URL(kOrigin, "foo")));
URL               531 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc       URL(kOrigin, "foo")));
URL               248 chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc   AppendExpectedChange(URL(kOrigin, "folder1"),
URL               251 chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc   AppendExpectedChange(URL(kOrigin, "file1"),
URL               254 chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc   AppendExpectedChange(URL(kOrigin, "folder1/folder2"),
URL               257 chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc   AppendExpectedChange(URL(kOrigin, "folder1/file2"),
URL               276 chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc   AppendExpectedChange(URL(kOrigin, "folder"),
URL               279 chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc   AppendExpectedChange(URL(kOrigin, "file"),
URL               289 chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc   AppendExpectedChange(URL(kOrigin, "folder"),
URL               292 chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc   AppendExpectedChange(URL(kOrigin, "file"),
URL               315 chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc   AppendExpectedChange(URL(kOrigin, "folder1"),
URL               318 chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc   AppendExpectedChange(URL(kOrigin, "file1"),
URL               321 chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc   AppendExpectedChange(URL(kOrigin, "folder1/folder2"),
URL               324 chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc   AppendExpectedChange(URL(kOrigin, "folder1/file2"),
URL               333 chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc   AppendExpectedChange(URL(kOrigin, "folder1"),
URL               352 chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc   CreateLocalFolder(URL(kOrigin, "folder"));
URL               376 chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc   CreateLocalFile(URL(kOrigin, "file"));
URL               380 chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc   AppendExpectedChange(URL(kOrigin, "file"),
URL               398 chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc   CreateLocalFolder(URL(kOrigin, "folder"));
URL               417 chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc   CreateLocalFile(URL(kOrigin, "file"));
URL               442 chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc   CreateLocalFile(URL(kOrigin, "/folder"));
URL               446 chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc   AppendExpectedChange(URL(kOrigin, "/folder"),
URL               467 chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc   AppendExpectedChange(URL(kOrigin, "/"),
URL               303 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store_unittest.cc   const fileapi::FileSystemURL url = URL(base::FilePath());
URL               348 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store_unittest.cc       URL(path1),
URL               352 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store_unittest.cc       URL(path2),
URL               356 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store_unittest.cc       URL(path3),
URL               362 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store_unittest.cc   EXPECT_FALSE(ContainsKey(urls, URL(path1)));
URL               363 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store_unittest.cc   EXPECT_TRUE(ContainsKey(urls, URL(path2)));
URL               364 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store_unittest.cc   EXPECT_TRUE(ContainsKey(urls, URL(path3)));
URL               383 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store_unittest.cc       URL(path1),
URL               387 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store_unittest.cc       URL(path2),
URL               391 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store_unittest.cc       URL(path3),
URL               398 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store_unittest.cc   EXPECT_EQ(list[0].first, URL(path2));
URL               399 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store_unittest.cc   EXPECT_EQ(list[1].first, URL(path3));
URL                88 chrome/browser/sync_file_system/local/canned_syncable_file_system.h   fileapi::FileSystemURL URL(const std::string& path) const;
URL                73 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc     return file_system_.URL(path);
URL               135 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   change_tracker()->OnCreateDirectory(URL(kPath0));
URL               136 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   change_tracker()->OnRemoveDirectory(URL(kPath0));  // Offset the create.
URL               137 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   change_tracker()->OnRemoveDirectory(URL(kPath1));
URL               138 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   change_tracker()->OnCreateDirectory(URL(kPath2));
URL               139 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   change_tracker()->OnRemoveFile(URL(kPath3));
URL               140 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   change_tracker()->OnModifyFile(URL(kPath4));
URL               141 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   change_tracker()->OnCreateFile(URL(kPath5));
URL               142 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   change_tracker()->OnRemoveFile(URL(kPath5));  // Recorded as 'delete'.
URL               148 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   EXPECT_TRUE(ContainsKey(urls, URL(kPath1)));
URL               149 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   EXPECT_TRUE(ContainsKey(urls, URL(kPath2)));
URL               150 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   EXPECT_TRUE(ContainsKey(urls, URL(kPath3)));
URL               151 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   EXPECT_TRUE(ContainsKey(urls, URL(kPath4)));
URL               152 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   EXPECT_TRUE(ContainsKey(urls, URL(kPath5)));
URL               155 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   EXPECT_FALSE(ContainsKey(urls, URL(kPath0)));
URL               168 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   EXPECT_EQ(URL(kPath1), urls_to_process[0]);
URL               169 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   EXPECT_EQ(URL(kPath2), urls_to_process[1]);
URL               170 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   EXPECT_EQ(URL(kPath3), urls_to_process[2]);
URL               171 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   EXPECT_EQ(URL(kPath4), urls_to_process[3]);
URL               172 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   EXPECT_EQ(URL(kPath5), urls_to_process[4]);
URL               175 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   change_tracker()->OnModifyFile(URL(kPath4));
URL               181 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   EXPECT_EQ(URL(kPath1), urls_to_process[0]);
URL               182 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   EXPECT_EQ(URL(kPath2), urls_to_process[1]);
URL               183 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   EXPECT_EQ(URL(kPath3), urls_to_process[2]);
URL               184 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   EXPECT_EQ(URL(kPath5), urls_to_process[3]);
URL               185 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   EXPECT_EQ(URL(kPath4), urls_to_process[4]);
URL               191 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   change_tracker()->DemoteChangesForURL(URL(kPath1));
URL               192 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   change_tracker()->DemoteChangesForURL(URL(kPath3));
URL               198 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   EXPECT_EQ(URL(kPath2), urls_to_process[0]);
URL               199 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   EXPECT_EQ(URL(kPath5), urls_to_process[1]);
URL               200 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   EXPECT_EQ(URL(kPath4), urls_to_process[2]);
URL               209 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   EXPECT_EQ(URL(kPath2), urls_to_process[0]);
URL               210 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   EXPECT_EQ(URL(kPath5), urls_to_process[1]);
URL               211 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   EXPECT_EQ(URL(kPath4), urls_to_process[2]);
URL               212 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   EXPECT_TRUE(URL(kPath1) == urls_to_process[3] ||
URL               213 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc               URL(kPath1) == urls_to_process[4]);
URL               214 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   EXPECT_TRUE(URL(kPath3) == urls_to_process[3] ||
URL               215 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc               URL(kPath3) == urls_to_process[4]);
URL               221 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   VerifyAndClearChange(URL(kPath1),
URL               224 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   VerifyAndClearChange(URL(kPath2),
URL               227 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   VerifyAndClearChange(URL(kPath3),
URL               230 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   VerifyAndClearChange(URL(kPath4),
URL               233 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   VerifyAndClearChange(URL(kPath5),
URL               258 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.CreateFile(URL(kPath0)));       // Creates a file.
URL               260 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.CreateDirectory(URL(kPath1)));  // Creates a dir.
URL               262 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.CreateDirectory(URL(kPath2)));  // Creates another dir.
URL               264 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.CreateFile(URL(kPath3)));       // Creates a file.
URL               266 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.TruncateFile(URL(kPath3), 1));  // Modifies the file.
URL               268 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.CreateFile(URL(kPath4)));    // Creates another file.
URL               271 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc                                URL(kPath4), blob.GetBlobDataHandle()));
URL               290 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   VerifyAndClearChange(URL(kPath0),
URL               293 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   VerifyAndClearChange(URL(kPath1),
URL               296 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   VerifyAndClearChange(URL(kPath2),
URL               299 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   VerifyAndClearChange(URL(kPath3),
URL               302 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   VerifyAndClearChange(URL(kPath4),
URL               324 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.CreateFile(URL(kPath0)));
URL               326 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.Remove(URL(kPath0), false /* recursive */));
URL               330 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.CreateDirectory(URL(kPath1)));
URL               332 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.Remove(URL(kPath1), false /* recursive */));
URL               336 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.CreateDirectory(URL(kPath2)));
URL               338 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.CreateFile(URL(kPath3)));
URL               340 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.CreateDirectory(URL(kPath4)));
URL               342 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.CreateFile(URL(kPath5)));
URL               344 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.Remove(URL(kPath2), true /* recursive */));
URL               363 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   VerifyAndClearChange(URL(kPath0),
URL               366 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   VerifyAndClearChange(URL(kPath1),
URL               369 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   VerifyAndClearChange(URL(kPath2),
URL               372 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   VerifyAndClearChange(URL(kPath3),
URL               375 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   VerifyAndClearChange(URL(kPath4),
URL               378 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   VerifyAndClearChange(URL(kPath5),
URL               409 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.CreateFile(URL(kPath0)));       // Creates a file.
URL               411 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.CreateDirectory(URL(kPath1)));  // Creates a dir.
URL               413 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.CreateDirectory(URL(kPath2)));  // Creates another dir.
URL               415 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.CreateFile(URL(kPath3)));       // Creates a file.
URL               417 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.TruncateFile(URL(kPath3), 1));  // Modifies the file.
URL               419 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.CreateFile(URL(kPath4)));    // Creates another file.
URL               422 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc                                URL(kPath4), blob.GetBlobDataHandle()));
URL               427 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   change_tracker()->ClearChangesForURL(URL(kPath0));
URL               428 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   change_tracker()->ClearChangesForURL(URL(kPath1));
URL               429 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   change_tracker()->ClearChangesForURL(URL(kPath2));
URL               430 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   change_tracker()->ClearChangesForURL(URL(kPath3));
URL               431 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   change_tracker()->ClearChangesForURL(URL(kPath4));
URL               439 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.Copy(URL(kPath0), URL(kPath0Copy)));  // Copy the file.
URL               441 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.Copy(URL(kPath1), URL(kPath1Copy)));  // Copy the dir.
URL               457 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   VerifyAndClearChange(URL(kPath0Copy),
URL               460 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   VerifyAndClearChange(URL(kPath1Copy),
URL               463 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   VerifyAndClearChange(URL(kPath2Copy),
URL               466 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   VerifyAndClearChange(URL(kPath3Copy),
URL               469 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   VerifyAndClearChange(URL(kPath4Copy),
URL               496 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.CreateFile(URL(kPath0)));
URL               498 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.CreateDirectory(URL(kPath1)));
URL               500 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.CreateFile(URL(kPath2)));
URL               502 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.CreateDirectory(URL(kPath3)));
URL               504 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.CreateFile(URL(kPath4)));
URL               509 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   change_tracker()->ClearChangesForURL(URL(kPath0));
URL               510 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   change_tracker()->ClearChangesForURL(URL(kPath1));
URL               511 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   change_tracker()->ClearChangesForURL(URL(kPath2));
URL               512 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   change_tracker()->ClearChangesForURL(URL(kPath3));
URL               513 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   change_tracker()->ClearChangesForURL(URL(kPath4));
URL               521 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.Move(URL(kPath0), URL(kPath5)));
URL               523 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.Move(URL(kPath1), URL(kPath6)));
URL               542 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   VerifyAndClearChange(URL(kPath0),
URL               545 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   VerifyAndClearChange(URL(kPath1),
URL               548 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   VerifyAndClearChange(URL(kPath3),
URL               551 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   VerifyAndClearChange(URL(kPath5),
URL               554 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   VerifyAndClearChange(URL(kPath6),
URL               557 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   VerifyAndClearChange(URL(kPath7),
URL               560 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   VerifyAndClearChange(URL(kPath8),
URL               563 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   VerifyAndClearChange(URL(kPath9),
URL               583 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.CreateDirectory(URL(kPath0)));
URL               585 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.CreateFile(URL(kPath1)));
URL               587 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.CreateDirectory(URL(kPath2)));
URL               589 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.Copy(URL(kPath0), URL(kPath0Copy)));
URL               596 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   EXPECT_EQ(URL(kPath0), urls_to_process[0]);
URL               597 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   EXPECT_EQ(URL(kPath1), urls_to_process[1]);
URL               598 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   EXPECT_EQ(URL(kPath2), urls_to_process[2]);
URL               602 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   EXPECT_EQ(URL(kPath0Copy), urls_to_process[3]);
URL               603 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   EXPECT_TRUE(URL(kPath1Copy) == urls_to_process[4] ||
URL               604 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc               URL(kPath2Copy) == urls_to_process[4]);
URL               605 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   EXPECT_TRUE(URL(kPath1Copy) == urls_to_process[5] ||
URL               606 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc               URL(kPath2Copy) == urls_to_process[5]);
URL               618 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.CreateDirectory(URL(kPath0)));
URL               620 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.CreateFile(URL(kPath1)));
URL               622 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.CreateFile(URL(kPath2)));
URL               624 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.Remove(URL(kPath0), true /* recursive */));
URL               642 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   EXPECT_TRUE(ContainsKey(urls, URL(kPath1)));
URL               643 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   EXPECT_TRUE(ContainsKey(urls, URL(kPath2)));
URL               655 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.CreateDirectory(URL(kPath0)));
URL               657 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.CreateFile(URL(kPath1)));
URL               659 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.CreateDirectory(URL(kPath2)));
URL               661 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc             file_system_.CreateDirectory(URL(kPath3)));
URL               666 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   EXPECT_TRUE(ContainsKey(urls, URL(kPath0)));
URL               667 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   EXPECT_TRUE(ContainsKey(urls, URL(kPath1)));
URL               668 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   EXPECT_TRUE(ContainsKey(urls, URL(kPath2)));
URL               669 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   EXPECT_TRUE(ContainsKey(urls, URL(kPath3)));
URL               246 chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc     const FileSystemURL kFile(file_system.URL("file"));
URL               298 chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc     const FileSystemURL kFile(file_system.URL("file"));
URL               406 chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc   const FileSystemURL kURL(file_system.URL("foo"));
URL               444 chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc   const FileSystemURL kURL1(file_system1.URL("foo"));
URL               445 chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc   const FileSystemURL kURL2(file_system2.URL("bar"));
URL               552 chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc   const FileSystemURL kURL1(file_system.URL("foo"));
URL               622 chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc   const FileSystemURL kFile(file_system.URL("file"));
URL               623 chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc   const FileSystemURL kDir(file_system.URL("dir"));
URL               624 chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc   const FileSystemURL kChild(file_system.URL("dir/child"));
URL               710 chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc   const FileSystemURL kFile(file_system.URL("file"));
URL               711 chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc   const FileSystemURL kDir(file_system.URL("dir"));
URL               712 chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc   const FileSystemURL kChild(file_system.URL("dir/child"));
URL               724 chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc   const FileSystemURL kRoot(file_system.URL(""));
URL               773 chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc   const FileSystemURL kFile1(file_system.URL("file1"));
URL               774 chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc   const FileSystemURL kFile2(file_system.URL("file2"));
URL               775 chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc   const FileSystemURL kDir(file_system.URL("dir"));
URL               925 chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc   const FileSystemURL kDir(file_system.URL("dir"));
URL               926 chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc   const FileSystemURL kFile(file_system.URL("dir/file"));
URL               213 chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc   const FileSystemURL kFile(file_system_->URL("file"));
URL               214 chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc   const FileSystemURL kDir(file_system_->URL("dir"));
URL               273 chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc   const FileSystemURL kFile(file_system_->URL("file"));
URL               274 chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc   const FileSystemURL kDir(file_system_->URL("dir"));
URL               318 chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc   const FileSystemURL kFile1(file_system_->URL("file1"));
URL               319 chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc   const FileSystemURL kFile2(file_system_->URL("file2"));
URL               320 chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc   const FileSystemURL kFile3(file_system2.URL("file3"));
URL               321 chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc   const FileSystemURL kFile4(file_system2.URL("file4"));
URL               334 chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc   const FileSystemURL kFile(file_system_->URL("foo"));
URL               390 chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc   const FileSystemURL kFile(file_system_->URL("foo"));
URL               428 chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc   const FileSystemURL kDir(file_system_->URL("foo"));
URL               457 chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc   const FileSystemURL kPath(file_system_->URL("foo"));
URL               458 chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc   const FileSystemURL kOther(file_system_->URL("bar"));
URL               512 chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc   const FileSystemURL kURL(file_system_->URL("foo"));
URL               539 chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc   const FileSystemURL kURL(file_system_->URL("foo"));
URL                33 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   status.StartWriting(URL(kFile));
URL                34 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   status.StartWriting(URL(kFile));
URL                35 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   status.EndWriting(URL(kFile));
URL                37 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_TRUE(status.IsWriting(URL(kFile)));
URL                38 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_TRUE(status.IsWriting(URL(kParent)));
URL                39 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_TRUE(status.IsWriting(URL(kChild)));
URL                40 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_FALSE(status.IsWriting(URL(kOther1)));
URL                41 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_FALSE(status.IsWriting(URL(kOther2)));
URL                44 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_TRUE(status.IsWritable(URL(kFile)));
URL                45 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_TRUE(status.IsWritable(URL(kParent)));
URL                46 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_TRUE(status.IsWritable(URL(kChild)));
URL                47 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_TRUE(status.IsWritable(URL(kOther1)));
URL                48 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_TRUE(status.IsWritable(URL(kOther2)));
URL                51 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_FALSE(status.IsSyncable(URL(kFile)));
URL                52 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_FALSE(status.IsSyncable(URL(kParent)));
URL                53 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_FALSE(status.IsSyncable(URL(kChild)));
URL                54 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_TRUE(status.IsSyncable(URL(kOther1)));
URL                55 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_TRUE(status.IsSyncable(URL(kOther2)));
URL                57 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   status.EndWriting(URL(kFile));
URL                59 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_FALSE(status.IsWriting(URL(kFile)));
URL                60 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_FALSE(status.IsWriting(URL(kParent)));
URL                61 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_FALSE(status.IsWriting(URL(kChild)));
URL                67 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   status.StartSyncing(URL(kFile));
URL                69 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_FALSE(status.IsWritable(URL(kFile)));
URL                70 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_FALSE(status.IsWritable(URL(kParent)));
URL                71 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_FALSE(status.IsWritable(URL(kChild)));
URL                72 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_TRUE(status.IsWritable(URL(kOther1)));
URL                73 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_TRUE(status.IsWritable(URL(kOther2)));
URL                76 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_FALSE(status.IsSyncable(URL(kFile)));
URL                77 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_FALSE(status.IsSyncable(URL(kParent)));
URL                78 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_FALSE(status.IsSyncable(URL(kChild)));
URL                79 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_TRUE(status.IsSyncable(URL(kOther1)));
URL                80 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_TRUE(status.IsSyncable(URL(kOther2)));
URL                82 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   status.EndSyncing(URL(kFile));
URL                84 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_TRUE(status.IsWritable(URL(kFile)));
URL                85 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_TRUE(status.IsWritable(URL(kParent)));
URL                86 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_TRUE(status.IsWritable(URL(kChild)));
URL                80 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc               file_system_.CreateDirectory(URL(kParent)));
URL                93 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc     return file_system_.URL(path);
URL               162 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc   sync_status()->StartSyncing(URL(kFile));
URL               163 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc   ASSERT_FALSE(sync_status()->IsWritable(URL(kFile)));
URL               168 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc       URL(kFile), false /* exclusive */,
URL               171 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc       URL(kFile), 1,
URL               178 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc       URL(kFile), ExpectStatus(FROM_HERE, File::FILE_ERROR_NOT_FOUND));
URL               183 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc   sync_status()->EndSyncing(URL(kFile));
URL               184 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc   ASSERT_TRUE(sync_status()->IsWritable(URL(kFile)));
URL               193 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc       URL(kFile), ExpectStatus(FROM_HERE, File::FILE_OK));
URL               200 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc   EXPECT_EQ(File::FILE_OK, file_system_.CreateDirectory(URL(kDir)));
URL               201 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc   EXPECT_EQ(File::FILE_OK, file_system_.CreateFile(URL(kChild)));
URL               204 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc   sync_status()->StartSyncing(URL(kDir));
URL               205 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc   ASSERT_FALSE(sync_status()->IsWritable(URL(kDir)));
URL               210 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc       URL(kChild), 1, ExpectStatus(FROM_HERE, File::FILE_OK));
URL               212 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc       URL(kParent), true /* recursive */,
URL               219 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc       URL(kDir), ExpectStatus(FROM_HERE, File::FILE_OK));
URL               226 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc       URL(kOther), false /* exclusive */, false /* recursive */,
URL               232 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc   sync_status()->EndSyncing(URL(kDir));
URL               233 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc   ASSERT_TRUE(sync_status()->IsWritable(URL(kDir)));
URL               242 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc   EXPECT_EQ(File::FILE_OK, file_system_.CreateDirectory(URL(kDir)));
URL               243 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc   EXPECT_EQ(File::FILE_OK, file_system_.CreateFile(URL(kChild)));
URL               246 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc   sync_status()->StartSyncing(URL(kParent));
URL               252 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc       URL(kDir), URL("dest-copy"),
URL               257 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc       URL(kDir), URL("dest-move"),
URL               265 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc             file_system_.DirectoryExists(URL("dest-copy")));
URL               267 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc             file_system_.DirectoryExists(URL("dest-move")));
URL               270 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc   sync_status()->StartSyncing(URL("dest-copy2"));
URL               275 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc       URL(kDir), URL("dest-copy2"),
URL               283 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc   sync_status()->EndSyncing(URL("dest-copy2"));
URL               290 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc             file_system_.DirectoryExists(URL("dest-copy2")));
URL               293 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc   sync_status()->EndSyncing(URL(kParent));
URL               300 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc             file_system_.DirectoryExists(URL("dest-move")));
URL               304 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc   EXPECT_EQ(File::FILE_OK, file_system_.CreateFile(URL(kFile)));
URL               308 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc   sync_status()->StartSyncing(URL(kFile));
URL               313 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc       URL(kFile), blob.GetBlobDataHandle(), 0, GetWriteCallback(FROM_HERE));
URL               317 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc   sync_status()->EndSyncing(URL(kFile));
URL               329 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc   sync_status()->StartSyncing(URL(kFile));
URL               330 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc   ASSERT_FALSE(sync_status()->IsWritable(URL(kFile)));
URL               334 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc       URL(kFile), false /* exclusive */,
URL               337 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc       URL(kFile), 1,
URL               361 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc   sync_status()->StartSyncing(URL(kFile));
URL               362 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc   ASSERT_FALSE(sync_status()->IsWritable(URL(kFile)));
URL               367 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc       temp_path, URL(kFile),
URL               373 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc   sync_status()->EndSyncing(URL(kFile));
URL               374 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc   ASSERT_TRUE(sync_status()->IsWritable(URL(kFile)));
URL               383 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc       URL(kFile), kTestData,
URL               392 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc       URL(kFile), false /* exclusive */,
URL               401 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc           URL(kFile), 10,
URL                90 chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc     return file_system_.URL(path);
URL               124 chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc             file_system_.CreateDirectory(URL("dir")));
URL               126 chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc             file_system_.CreateFile(URL("dir/foo")));
URL               144 chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc             file_system_.CreateFile(URL("dir/foo")));
URL               147 chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc             file_system_.TruncateFile(URL("dir/foo"), kFileSizeToExtend));
URL               158 chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc             file_system_.TruncateFile(URL("dir/foo"), kFileSizeToExtend + 1));
URL               190 chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc             file_system_.CreateDirectory(URL(kPath0)));  // Creates a dir.
URL               192 chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc             file_system_.CreateDirectory(URL(kPath1)));  // Creates another.
URL               194 chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc             file_system_.CreateFile(URL(kPath2)));       // Creates a file.
URL               196 chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc             file_system_.TruncateFile(URL(kPath2), 1));  // Modifies the file.
URL               198 chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc             file_system_.TruncateFile(URL(kPath2), 2));  // Modifies it again.
URL               204 chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc   EXPECT_TRUE(ContainsKey(urls, URL(kPath0)));
URL               205 chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc   EXPECT_TRUE(ContainsKey(urls, URL(kPath1)));
URL               206 chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc   EXPECT_TRUE(ContainsKey(urls, URL(kPath2)));
URL               208 chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc   VerifyAndClearChange(URL(kPath0),
URL               211 chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc   VerifyAndClearChange(URL(kPath1),
URL               214 chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc   VerifyAndClearChange(URL(kPath2),
URL               220 chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc             file_system_.CreateDirectory(URL(kPath3)));
URL               222 chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc             file_system_.Remove(URL(kPath3), false /* recursive */));
URL               231 chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc             file_system_.Remove(URL(kPath0), true /* recursive */));
URL               238 chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc   EXPECT_TRUE(ContainsKey(urls, URL(kPath0)));
URL               239 chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc   EXPECT_TRUE(ContainsKey(urls, URL(kPath1)));
URL               240 chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc   EXPECT_TRUE(ContainsKey(urls, URL(kPath2)));
URL               242 chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc   VerifyAndClearChange(URL(kPath0),
URL               245 chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc   VerifyAndClearChange(URL(kPath1),
URL               248 chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc   VerifyAndClearChange(URL(kPath2),
URL               262 chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc             file_system_.CreateDirectory(URL("dir")));
URL               283 chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc             file_system_.Copy(kSrcDir, URL("dest")));
URL               240 chrome/browser/sync_file_system/sync_file_system_service_unittest.cc     return file_system_->URL(path);
URL               323 chrome/browser/sync_file_system/sync_file_system_service_unittest.cc   const FileSystemURL kFile(file_system_->URL("foo"));
URL               383 chrome/browser/sync_file_system/sync_file_system_service_unittest.cc   const FileSystemURL kFile(file_system_->URL("foo"));
URL               437 chrome/browser/sync_file_system/sync_file_system_service_unittest.cc   const FileSystemURL kFile(file_system_->URL("foo"));
URL                23 chrome/browser/ui/app_list/search/omnibox_provider.cc   if (styles & ACMatchClassification::URL)
URL                24 chrome/browser/ui/app_list/search/omnibox_provider.cc     tag_styles |= SearchResult::Tag::URL;
URL                51 chrome/browser/ui/bookmarks/bookmark_editor.cc   BookmarkNode::Type node_type = BookmarkNode::URL;
URL                57 chrome/browser/ui/bookmarks/bookmark_editor.cc       node_type = BookmarkNode::URL;
URL                25 chrome/browser/ui/cocoa/applescript/bookmark_item_applescript.h - (NSString*)URL;
URL                38 chrome/browser/ui/cocoa/applescript/tab_applescript.h - (NSString*)URL;
URL               427 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc     if (i->style & ACMatchClassification::URL) {
URL               266 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc       ACMatchClassification(0U, ACMatchClassification::URL));
URL               394 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc       ACMatchClassification(0U, ACMatchClassification::URL));
URL               396 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc       ACMatchClassification::URL | ACMatchClassification::MATCH;
URL               401 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc                             ACMatchClassification::URL));
URL               786 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc   *formats = ui::OSExchangeData::URL;
URL               375 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc   EXPECT_EQ(BookmarkNode::URL, new_child->type());
URL               404 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc   EXPECT_EQ(BookmarkNode::URL, new_child->type());
URL               156 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc   *formats = ui::OSExchangeData::URL;
URL                36 chrome/browser/ui/views/frame/browser_root_view.cc     *formats = ui::OSExchangeData::URL | ui::OSExchangeData::STRING;
URL                79 chrome/browser/ui/views/omnibox/omnibox_result_view.cc     OmniboxResultView::NORMAL, OmniboxResultView::URL },
URL                81 chrome/browser/ui/views/omnibox/omnibox_result_view.cc     OmniboxResultView::HOVERED, OmniboxResultView::URL },
URL                83 chrome/browser/ui/views/omnibox/omnibox_result_view.cc     OmniboxResultView::SELECTED, OmniboxResultView::URL },
URL               377 chrome/browser/ui/views/omnibox/omnibox_result_view.cc     if (classifications[i].style & ACMatchClassification::URL) {
URL               378 chrome/browser/ui/views/omnibox/omnibox_result_view.cc       color_kind = URL;
URL               918 chrome/browser/ui/views/omnibox/omnibox_view_views.cc   *formats = *formats | ui::OSExchangeData::URL;
URL               152 chrome/browser/ui/views/toolbar/home_button.cc   *formats = ui::OSExchangeData::URL;
URL                57 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc     case BookmarkNode::URL:
URL               561 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc           node->type() != BookmarkNode::URL)) {
URL                75 chrome/common/extensions/docs/examples/apps/hello-java/HelloLicenseServlet.java             new URL(
URL                14 chrome/test/android/javatests/src/org/chromium/chrome/test/util/TestHttpServerClient.java import java.net.URL;
URL                60 chrome/test/android/javatests/src/org/chromium/chrome/test/util/TestHttpServerClient.java             URL testUrl = new URL(serverUrl);
URL                81 content/browser/fileapi/file_system_operation_runner_unittest.cc   operation_runner()->Truncate(URL("foo"), 0,
URL               113 content/browser/fileapi/file_system_operation_runner_unittest.cc       operation_runner()->Truncate(URL("foo"), 0,
URL                26 content/public/android/javatests/src/org/chromium/content/browser/InterstitialPageTest.java     private static final String URL = UrlUtils.encodeHtmlDataUri(
URL                59 content/public/android/javatests/src/org/chromium/content/browser/InterstitialPageTest.java         ContentShellActivity activity = launchContentShellWithUrl(URL);
URL               121 content/public/android/javatests/src/org/chromium/content/browser/InterstitialPageTest.java                         getActiveContentViewCore().showInterstitialPage(URL, delegate);
URL                16 content/shell/android/javatests/src/org/chromium/content_shell_apk/ContentShellUrlTest.java     private static final String URL = "data:text";
URL                21 content/shell/android/javatests/src/org/chromium/content_shell_apk/ContentShellUrlTest.java         ContentShellActivity activity = launchContentShellWithUrl(URL);
URL                27 content/shell/android/javatests/src/org/chromium/content_shell_apk/ContentShellUrlTest.java         assertEquals(URL, activity.getActiveShell().getContentView().getUrl());
URL                17 net/cronet/android/java/src/org/chromium/net/HttpUrlConnectionUrlRequest.java import java.net.URL;
URL               180 net/cronet/android/java/src/org/chromium/net/HttpUrlConnectionUrlRequest.java             URL url = new URL(mUrl);
URL                13 net/cronet/android/java/src/org/chromium/net/UrlRequest.java import java.net.URL;
URL               279 net/cronet/android/java/src/org/chromium/net/UrlRequest.java                     host = new URL(mUrl).getHost();
URL                16 net/cronet/android/sample/javatests/src/org/chromium/cronet_sample_apk/CronetSampleUrlTest.java     private static final String URL = "http://127.0.0.1:8000";
URL                21 net/cronet/android/sample/javatests/src/org/chromium/cronet_sample_apk/CronetSampleUrlTest.java         CronetSampleActivity activity = launchCronetSampleWithUrl(URL);
URL                29 net/cronet/android/sample/javatests/src/org/chromium/cronet_sample_apk/CronetSampleUrlTest.java         assertEquals(URL, activity.getUrl());
URL                54 net/cronet/android/sample/javatests/src/org/chromium/cronet_sample_apk/CronetSampleUrlTest.java                 launchCronetSampleWithUrlAndCommandLineArgs(URL,
URL                63 net/cronet/android/sample/javatests/src/org/chromium/cronet_sample_apk/CronetSampleUrlTest.java         assertEquals(URL, activity.getUrl());
URL                33 net/test/android/javatests/src/org/chromium/net/test/util/TestWebServer.java import java.net.URL;
URL               135 net/test/android/javatests/src/org/chromium/net/test/util/TestWebServer.java             URL url = new URL(mServerUri + SHUTDOWN_PREFIX);
URL               296 net/test/android/javatests/src/org/chromium/net/test/util/TestWebServer.java     private URLConnection openConnection(URL url)
URL                20 remoting/android/java/src/org/chromium/chromoting/HostListLoader.java import java.net.URL;
URL                90 remoting/android/java/src/org/chromium/chromoting/HostListLoader.java                     new URL(HOST_LIST_PATH + JniInterface.nativeGetApiKey()).openConnection();
URL              6550 third_party/libxml/src/HTMLparser.c htmlDoRead(htmlParserCtxtPtr ctxt, const char *URL, const char *encoding,
URL              6568 third_party/libxml/src/HTMLparser.c     if ((URL != NULL) && (ctxt->input != NULL) &&
URL              6570 third_party/libxml/src/HTMLparser.c         ctxt->input->filename = (char *) xmlStrdup((const xmlChar *) URL);
URL              6596 third_party/libxml/src/HTMLparser.c htmlReadDoc(const xmlChar * cur, const char *URL, const char *encoding, int options)
URL              6607 third_party/libxml/src/HTMLparser.c     return (htmlDoRead(ctxt, URL, encoding, options, 0));
URL              6645 third_party/libxml/src/HTMLparser.c htmlReadMemory(const char *buffer, int size, const char *URL, const char *encoding, int options)
URL              6656 third_party/libxml/src/HTMLparser.c     return (htmlDoRead(ctxt, URL, encoding, options, 0));
URL              6671 third_party/libxml/src/HTMLparser.c htmlReadFd(int fd, const char *URL, const char *encoding, int options)
URL              6696 third_party/libxml/src/HTMLparser.c     return (htmlDoRead(ctxt, URL, encoding, options, 0));
URL              6714 third_party/libxml/src/HTMLparser.c           void *ioctx, const char *URL, const char *encoding, int options)
URL              6740 third_party/libxml/src/HTMLparser.c     return (htmlDoRead(ctxt, URL, encoding, options, 0));
URL              6758 third_party/libxml/src/HTMLparser.c                const char *URL, const char *encoding, int options)
URL              6774 third_party/libxml/src/HTMLparser.c     return (htmlDoRead(ctxt, URL, encoding, options, 1));
URL              6826 third_party/libxml/src/HTMLparser.c                   const char *URL, const char *encoding, int options)
URL              6850 third_party/libxml/src/HTMLparser.c     return (htmlDoRead(ctxt, URL, encoding, options, 1));
URL              6868 third_party/libxml/src/HTMLparser.c               const char *URL, const char *encoding, int options)
URL              6890 third_party/libxml/src/HTMLparser.c     return (htmlDoRead(ctxt, URL, encoding, options, 1));
URL              6911 third_party/libxml/src/HTMLparser.c 	      const char *URL,
URL              6934 third_party/libxml/src/HTMLparser.c     return (htmlDoRead(ctxt, URL, encoding, options, 1));
URL              1002 third_party/libxml/src/SAX2.c     if ((ctxt->myDoc != NULL) && (ctxt->myDoc->URL == NULL) &&
URL              1004 third_party/libxml/src/SAX2.c 	ctxt->myDoc->URL = xmlPathToURI((const xmlChar *)ctxt->input->filename);
URL              1005 third_party/libxml/src/SAX2.c 	if (ctxt->myDoc->URL == NULL)
URL               137 third_party/libxml/src/catalog.c     xmlChar *URL;  /* The expanded URL using the base */
URL               271 third_party/libxml/src/catalog.c 	   const xmlChar *value, const xmlChar *URL, xmlCatalogPrefer prefer,
URL               300 third_party/libxml/src/catalog.c     if (URL == NULL)
URL               301 third_party/libxml/src/catalog.c 	URL = value;
URL               302 third_party/libxml/src/catalog.c     if (URL != NULL)
URL               303 third_party/libxml/src/catalog.c 	ret->URL = xmlStrdup(URL);
URL               305 third_party/libxml/src/catalog.c 	ret->URL = NULL;
URL               349 third_party/libxml/src/catalog.c     if (ret->URL != NULL)
URL               350 third_party/libxml/src/catalog.c 	xmlFree(ret->URL);
URL              1148 third_party/libxml/src/catalog.c     xmlChar *URL = NULL;
URL              1174 third_party/libxml/src/catalog.c     URL = xmlBuildURI(uriValue, base);
URL              1175 third_party/libxml/src/catalog.c     if (URL != NULL) {
URL              1179 third_party/libxml/src/catalog.c 			"Found %s: '%s' '%s'\n", name, nameValue, URL);
URL              1182 third_party/libxml/src/catalog.c 			"Found %s: '%s'\n", name, URL);
URL              1184 third_party/libxml/src/catalog.c 	ret = xmlNewCatalogEntry(type, nameValue, uriValue, URL, prefer, cgroup);
URL              1195 third_party/libxml/src/catalog.c     if (URL != NULL)
URL              1196 third_party/libxml/src/catalog.c 	xmlFree(URL);
URL              1411 third_party/libxml/src/catalog.c     if (catal->URL == NULL)
URL              1428 third_party/libxml/src/catalog.c 	    xmlHashLookup(xmlCatalogXMLFiles, catal->URL);
URL              1432 third_party/libxml/src/catalog.c 		    "Found %s in file hash\n", catal->URL);
URL              1444 third_party/libxml/src/catalog.c 		"%s not found in file hash\n", catal->URL);
URL              1452 third_party/libxml/src/catalog.c     doc = xmlParseXMLCatalogFile(catal->prefer, catal->URL);
URL              1471 third_party/libxml/src/catalog.c 		"%s added to file hash\n", catal->URL);
URL              1472 third_party/libxml/src/catalog.c 	xmlHashAddEntry(xmlCatalogXMLFiles, catal->URL, doc);
URL              1534 third_party/libxml/src/catalog.c 		if (cur->URL != NULL)
URL              1535 third_party/libxml/src/catalog.c 		    xmlFree(cur->URL);
URL              1537 third_party/libxml/src/catalog.c 		cur->URL = xmlStrdup(replace);
URL              1556 third_party/libxml/src/catalog.c 	cur = xmlHashLookup(xmlCatalogXMLFiles, catal->URL);
URL              1659 third_party/libxml/src/catalog.c 				            cur->name, cur->URL);
URL              1661 third_party/libxml/src/catalog.c 			return(xmlStrdup(cur->URL));
URL              1688 third_party/libxml/src/catalog.c 	    ret = xmlStrdup(rewrite->URL);
URL              1707 third_party/libxml/src/catalog.c 			if (xmlStrEqual(cur->URL, delegates[i]))
URL              1714 third_party/libxml/src/catalog.c 			delegates[nbList++] = cur->URL;
URL              1722 third_party/libxml/src/catalog.c 				    "Trying system delegate %s\n", cur->URL);
URL              1754 third_party/libxml/src/catalog.c 			return(xmlStrdup(cur->URL));
URL              1786 third_party/libxml/src/catalog.c 			if (xmlStrEqual(cur->URL, delegates[i]))
URL              1793 third_party/libxml/src/catalog.c 			delegates[nbList++] = cur->URL;
URL              1801 third_party/libxml/src/catalog.c 				    "Trying public delegate %s\n", cur->URL);
URL              1892 third_party/libxml/src/catalog.c 		    return(xmlStrdup(cur->URL));
URL              1919 third_party/libxml/src/catalog.c 	ret = xmlStrdup(rewrite->URL);
URL              1938 third_party/libxml/src/catalog.c 		    if (xmlStrEqual(cur->URL, delegates[i]))
URL              1945 third_party/libxml/src/catalog.c 		    delegates[nbList++] = cur->URL;
URL              1953 third_party/libxml/src/catalog.c 				"Trying URI delegate %s\n", cur->URL);
URL              2564 third_party/libxml/src/catalog.c 	return(entry->URL);
URL              2591 third_party/libxml/src/catalog.c 	return(entry->URL);
URL              3620 third_party/libxml/src/catalog.c xmlCatalogAddLocal(void *catalogs, const xmlChar *URL) {
URL              3626 third_party/libxml/src/catalog.c     if (URL == NULL)
URL              3631 third_party/libxml/src/catalog.c 		"Adding document catalog %s\n", URL);
URL              3633 third_party/libxml/src/catalog.c     add = xmlNewCatalogEntry(XML_CATA_CATALOG, NULL, URL, NULL,
URL              1192 third_party/libxml/src/debugXML.c         if (doc->URL != NULL) {
URL              1194 third_party/libxml/src/debugXML.c             xmlCtxtDumpString(ctxt, doc->URL);
URL               515 third_party/libxml/src/error.c 	if ((node->doc != NULL) && (node->doc->URL != NULL)) {
URL               524 third_party/libxml/src/error.c 	    (node->doc != NULL) && (node->doc->URL != NULL))
URL               572 third_party/libxml/src/error.c 	    to->file = (char *) xmlStrdup(baseptr->doc->URL);
URL               574 third_party/libxml/src/error.c 	    to->file = (char *) xmlStrdup(node->doc->URL);
URL               196 third_party/libxml/src/include/libxml/HTMLparser.h 					 const char *URL,
URL               200 third_party/libxml/src/include/libxml/HTMLparser.h 		htmlReadFile		(const char *URL,
URL               206 third_party/libxml/src/include/libxml/HTMLparser.h 					 const char *URL,
URL               211 third_party/libxml/src/include/libxml/HTMLparser.h 					 const char *URL,
URL               218 third_party/libxml/src/include/libxml/HTMLparser.h 					 const char *URL,
URL               224 third_party/libxml/src/include/libxml/HTMLparser.h 					 const char *URL,
URL               236 third_party/libxml/src/include/libxml/HTMLparser.h 					 const char *URL,
URL               242 third_party/libxml/src/include/libxml/HTMLparser.h 					 const char *URL,
URL               250 third_party/libxml/src/include/libxml/HTMLparser.h 					 const char *URL,
URL               151 third_party/libxml/src/include/libxml/catalog.h 					 const xmlChar *URL);
URL                70 third_party/libxml/src/include/libxml/nanoftp.h 	xmlNanoFTPNewCtxt	(const char *URL);
URL                80 third_party/libxml/src/include/libxml/nanoftp.h 	xmlNanoFTPOpen		(const char *URL);
URL                88 third_party/libxml/src/include/libxml/nanoftp.h 	xmlNanoFTPScanProxy	(const char *URL);
URL                97 third_party/libxml/src/include/libxml/nanoftp.h 				 const char *URL);
URL                26 third_party/libxml/src/include/libxml/nanohttp.h 	xmlNanoHTTPScanProxy	(const char *URL);
URL                28 third_party/libxml/src/include/libxml/nanohttp.h 	xmlNanoHTTPFetch	(const char *URL,
URL                32 third_party/libxml/src/include/libxml/nanohttp.h 	xmlNanoHTTPMethod	(const char *URL,
URL                39 third_party/libxml/src/include/libxml/nanohttp.h 	xmlNanoHTTPMethodRedir	(const char *URL,
URL                47 third_party/libxml/src/include/libxml/nanohttp.h 	xmlNanoHTTPOpen		(const char *URL,
URL                50 third_party/libxml/src/include/libxml/nanohttp.h 	xmlNanoHTTPOpenRedir	(const char *URL,
URL               799 third_party/libxml/src/include/libxml/parser.h typedef xmlParserInputPtr (*xmlExternalEntityLoader) (const char *URL,
URL               960 third_party/libxml/src/include/libxml/parser.h 					 const xmlChar *URL,
URL               966 third_party/libxml/src/include/libxml/parser.h 					 const xmlChar *URL,
URL              1067 third_party/libxml/src/include/libxml/parser.h 		xmlLoadExternalEntity	(const char *URL,
URL              1125 third_party/libxml/src/include/libxml/parser.h 					 const char *URL,
URL              1129 third_party/libxml/src/include/libxml/parser.h 		xmlReadFile		(const char *URL,
URL              1135 third_party/libxml/src/include/libxml/parser.h 					 const char *URL,
URL              1140 third_party/libxml/src/include/libxml/parser.h 					 const char *URL,
URL              1147 third_party/libxml/src/include/libxml/parser.h 					 const char *URL,
URL              1153 third_party/libxml/src/include/libxml/parser.h 					 const char *URL,
URL              1165 third_party/libxml/src/include/libxml/parser.h 					 const char *URL,
URL              1171 third_party/libxml/src/include/libxml/parser.h 					 const char *URL,
URL              1179 third_party/libxml/src/include/libxml/parser.h 					 const char *URL,
URL               300 third_party/libxml/src/include/libxml/parserInternals.h 			xmlCreateEntityParserCtxt(const xmlChar *URL,
URL               124 third_party/libxml/src/include/libxml/relaxng.h 		    xmlRelaxNGNewParserCtxt	(const char *URL);
URL                73 third_party/libxml/src/include/libxml/schematron.h 	    xmlSchematronNewParserCtxt	(const char *URL);
URL               539 third_party/libxml/src/include/libxml/tree.h     const xmlChar  *URL;	/* The URI for that document */
URL               292 third_party/libxml/src/include/libxml/xmlIO.h 	xmlNoNetExternalEntityLoader	(const char *URL,
URL               122 third_party/libxml/src/include/libxml/xmlreader.h                    xmlParserInputBufferPtr input, const char *URL,
URL               320 third_party/libxml/src/include/libxml/xmlreader.h 					 const char *URL,
URL               330 third_party/libxml/src/include/libxml/xmlreader.h 					 const char *URL,
URL               335 third_party/libxml/src/include/libxml/xmlreader.h 					 const char *URL,
URL               342 third_party/libxml/src/include/libxml/xmlreader.h 					 const char *URL,
URL               352 third_party/libxml/src/include/libxml/xmlreader.h 					 const char *URL,
URL               364 third_party/libxml/src/include/libxml/xmlreader.h 					 const char *URL,
URL               370 third_party/libxml/src/include/libxml/xmlreader.h 					 const char *URL,
URL               378 third_party/libxml/src/include/libxml/xmlreader.h 					 const char *URL,
URL               120 third_party/libxml/src/include/libxml/xmlschemas.h 	    xmlSchemaNewParserCtxt	(const char *URL);
URL               300 third_party/libxml/src/nanoftp.c xmlNanoFTPScanURL(void *ctx, const char *URL) {
URL               319 third_party/libxml/src/nanoftp.c     if (URL == NULL) return;
URL               321 third_party/libxml/src/nanoftp.c     uri = xmlParseURIRaw(URL, 1);
URL               369 third_party/libxml/src/nanoftp.c xmlNanoFTPUpdateURL(void *ctx, const char *URL) {
URL               373 third_party/libxml/src/nanoftp.c     if (URL == NULL)
URL               382 third_party/libxml/src/nanoftp.c     uri = xmlParseURIRaw(URL, 1);
URL               426 third_party/libxml/src/nanoftp.c xmlNanoFTPScanProxy(const char *URL) {
URL               436 third_party/libxml/src/nanoftp.c     if (URL == NULL)
URL               441 third_party/libxml/src/nanoftp.c 		"Using FTP proxy %s\n", URL);
URL               443 third_party/libxml/src/nanoftp.c     if (URL == NULL) return;
URL               445 third_party/libxml/src/nanoftp.c     uri = xmlParseURIRaw(URL, 1);
URL               471 third_party/libxml/src/nanoftp.c xmlNanoFTPNewCtxt(const char *URL) {
URL               489 third_party/libxml/src/nanoftp.c     unescaped = xmlURIUnescapeString(URL, 0, NULL);
URL               493 third_party/libxml/src/nanoftp.c     } else if (URL != NULL)
URL               494 third_party/libxml/src/nanoftp.c 	xmlNanoFTPScanURL(ret, URL);
URL              1991 third_party/libxml/src/nanoftp.c xmlNanoFTPOpen(const char *URL) {
URL              1996 third_party/libxml/src/nanoftp.c     if (URL == NULL) return(NULL);
URL              1997 third_party/libxml/src/nanoftp.c     if (strncmp("ftp://", URL, 6)) return(NULL);
URL              1999 third_party/libxml/src/nanoftp.c     ctxt = (xmlNanoFTPCtxtPtr) xmlNanoFTPNewCtxt(URL);
URL               282 third_party/libxml/src/nanohttp.c xmlNanoHTTPScanURL(xmlNanoHTTPCtxtPtr ctxt, const char *URL) {
URL               303 third_party/libxml/src/nanohttp.c     if (URL == NULL) return;
URL               305 third_party/libxml/src/nanohttp.c     uri = xmlParseURIRaw(URL, 1);
URL               339 third_party/libxml/src/nanohttp.c xmlNanoHTTPScanProxy(const char *URL) {
URL               349 third_party/libxml/src/nanohttp.c     if (URL == NULL)
URL               354 third_party/libxml/src/nanohttp.c 		"Using HTTP proxy %s\n", URL);
URL               356 third_party/libxml/src/nanohttp.c     if (URL == NULL) return;
URL               358 third_party/libxml/src/nanohttp.c     uri = xmlParseURIRaw(URL, 1);
URL               384 third_party/libxml/src/nanohttp.c xmlNanoHTTPNewCtxt(const char *URL) {
URL               399 third_party/libxml/src/nanohttp.c     xmlNanoHTTPScanURL(ret, URL);
URL              1219 third_party/libxml/src/nanohttp.c xmlNanoHTTPOpen(const char *URL, char **contentType) {
URL              1221 third_party/libxml/src/nanohttp.c     return(xmlNanoHTTPMethod(URL, NULL, NULL, contentType, NULL, 0));
URL              1239 third_party/libxml/src/nanohttp.c xmlNanoHTTPOpenRedir(const char *URL, char **contentType, char **redir) {
URL              1242 third_party/libxml/src/nanohttp.c     return(xmlNanoHTTPMethodRedir(URL, NULL, NULL, contentType, redir, NULL,0));
URL              1340 third_party/libxml/src/nanohttp.c xmlNanoHTTPMethodRedir(const char *URL, const char *method, const char *input,
URL              1352 third_party/libxml/src/nanohttp.c     if (URL == NULL) return(NULL);
URL              1358 third_party/libxml/src/nanohttp.c 	ctxt = xmlNanoHTTPNewCtxt(URL);
URL              1594 third_party/libxml/src/nanohttp.c xmlNanoHTTPMethod(const char *URL, const char *method, const char *input,
URL              1596 third_party/libxml/src/nanohttp.c     return(xmlNanoHTTPMethodRedir(URL, method, input, contentType,
URL              1614 third_party/libxml/src/nanohttp.c xmlNanoHTTPFetch(const char *URL, const char *filename, char **contentType) {
URL              1621 third_party/libxml/src/nanohttp.c     ctxt = xmlNanoHTTPOpen(URL, contentType);
URL                87 third_party/libxml/src/parser.c xmlCreateEntityParserCtxtInternal(const xmlChar *URL, const xmlChar *ID,
URL               211 third_party/libxml/src/parser.c 		      void *user_data, int depth, const xmlChar *URL,
URL              1384 third_party/libxml/src/parser.c nsPush(xmlParserCtxtPtr ctxt, const xmlChar *prefix, const xmlChar *URL)
URL              1391 third_party/libxml/src/parser.c 	        if (ctxt->nsTab[i + 1] == URL)
URL              1421 third_party/libxml/src/parser.c     ctxt->nsTab[ctxt->nsNr++] = URL;
URL              4795 third_party/libxml/src/parser.c     xmlChar *URL = NULL;
URL              4818 third_party/libxml/src/parser.c     URL = xmlStrndup(base, tmp - base);
URL              4824 third_party/libxml/src/parser.c     if (URL != NULL) {
URL              4825 third_party/libxml/src/parser.c 	ctxt->catalogs = xmlCatalogAddLocal(ctxt->catalogs, URL);
URL              4826 third_party/libxml/src/parser.c 	xmlFree(URL);
URL              4834 third_party/libxml/src/parser.c     if (URL != NULL)
URL              4835 third_party/libxml/src/parser.c 	xmlFree(URL);
URL              8900 third_party/libxml/src/parser.c 	        const xmlChar *URL = xmlDictLookup(ctxt->dict, attvalue, len);
URL              8903 third_party/libxml/src/parser.c                 if (*URL != 0) {
URL              8904 third_party/libxml/src/parser.c 		    uri = xmlParseURI((const char *) URL);
URL              8908 third_party/libxml/src/parser.c 					   URL, NULL, NULL);
URL              8913 third_party/libxml/src/parser.c 				      URL, NULL, NULL);
URL              8917 third_party/libxml/src/parser.c 		    if (URL == ctxt->str_xml_ns) {
URL              8926 third_party/libxml/src/parser.c 			(xmlStrEqual(URL,
URL              8943 third_party/libxml/src/parser.c 		    if (nsPush(ctxt, NULL, URL) > 0) nbNs++;
URL              8950 third_party/libxml/src/parser.c 	        const xmlChar *URL = xmlDictLookup(ctxt->dict, attvalue, len);
URL              8954 third_party/libxml/src/parser.c 		    if (URL != ctxt->str_xml_ns) {
URL              8964 third_party/libxml/src/parser.c                 if (URL == ctxt->str_xml_ns) {
URL              8979 third_party/libxml/src/parser.c 		    (xmlStrEqual(URL,
URL              8986 third_party/libxml/src/parser.c 		if ((URL == NULL) || (URL[0] == 0)) {
URL              8992 third_party/libxml/src/parser.c 		    uri = xmlParseURI((const char *) URL);
URL              8996 third_party/libxml/src/parser.c 					   attname, URL, NULL);
URL              9001 third_party/libxml/src/parser.c 				      attname, URL, NULL);
URL              9016 third_party/libxml/src/parser.c 		    if (nsPush(ctxt, attname, URL) > 0) nbNs++;
URL              12340 third_party/libxml/src/parser.c xmlParseCtxtExternalEntity(xmlParserCtxtPtr ctx, const xmlChar *URL,
URL              12359 third_party/libxml/src/parser.c     if ((URL == NULL) && (ID == NULL))
URL              12364 third_party/libxml/src/parser.c     ctxt = xmlCreateEntityParserCtxtInternal(URL, ID, NULL, ctx);
URL              12386 third_party/libxml/src/parser.c     if (ctx->myDoc->URL != NULL) {
URL              12387 third_party/libxml/src/parser.c 	newDoc->URL = xmlStrdup(ctx->myDoc->URL);
URL              12537 third_party/libxml/src/parser.c 		      void *user_data, int depth, const xmlChar *URL,
URL              12555 third_party/libxml/src/parser.c     if ((URL == NULL) && (ID == NULL))
URL              12561 third_party/libxml/src/parser.c     ctxt = xmlCreateEntityParserCtxtInternal(URL, ID, NULL, oldctxt);
URL              12604 third_party/libxml/src/parser.c     if (doc->URL != NULL) {
URL              12605 third_party/libxml/src/parser.c 	newDoc->URL = xmlStrdup(doc->URL);
URL              12746 third_party/libxml/src/parser.c 	  int depth, const xmlChar *URL, const xmlChar *ID, xmlNodePtr *lst) {
URL              12747 third_party/libxml/src/parser.c     return(xmlParseExternalEntityPrivate(doc, NULL, sax, user_data, depth, URL,
URL              13445 third_party/libxml/src/parser.c xmlCreateEntityParserCtxtInternal(const xmlChar *URL, const xmlChar *ID,
URL              13462 third_party/libxml/src/parser.c     uri = xmlBuildURI(URL, base);
URL              13465 third_party/libxml/src/parser.c 	inputStream = xmlLoadExternalEntity((char *)URL, (char *)ID, ctxt);
URL              13474 third_party/libxml/src/parser.c 	    directory = xmlParserGetDirectory((char *)URL);
URL              13509 third_party/libxml/src/parser.c xmlCreateEntityParserCtxt(const xmlChar *URL, const xmlChar *ID,
URL              13511 third_party/libxml/src/parser.c     return xmlCreateEntityParserCtxtInternal(URL, ID, base, NULL);
URL              14629 third_party/libxml/src/parser.c xmlDoRead(xmlParserCtxtPtr ctxt, const char *URL, const char *encoding,
URL              14642 third_party/libxml/src/parser.c     if ((URL != NULL) && (ctxt->input != NULL) &&
URL              14644 third_party/libxml/src/parser.c         ctxt->input->filename = (char *) xmlStrdup((const xmlChar *) URL);
URL              14674 third_party/libxml/src/parser.c xmlReadDoc(const xmlChar * cur, const char *URL, const char *encoding, int options)
URL              14684 third_party/libxml/src/parser.c     return (xmlDoRead(ctxt, URL, encoding, options, 0));
URL              14721 third_party/libxml/src/parser.c xmlReadMemory(const char *buffer, int size, const char *URL, const char *encoding, int options)
URL              14728 third_party/libxml/src/parser.c     return (xmlDoRead(ctxt, URL, encoding, options, 0));
URL              14745 third_party/libxml/src/parser.c xmlReadFd(int fd, const char *URL, const char *encoding, int options)
URL              14770 third_party/libxml/src/parser.c     return (xmlDoRead(ctxt, URL, encoding, options, 0));
URL              14788 third_party/libxml/src/parser.c           void *ioctx, const char *URL, const char *encoding, int options)
URL              14813 third_party/libxml/src/parser.c     return (xmlDoRead(ctxt, URL, encoding, options, 0));
URL              14831 third_party/libxml/src/parser.c                const char *URL, const char *encoding, int options)
URL              14847 third_party/libxml/src/parser.c     return (xmlDoRead(ctxt, URL, encoding, options, 1));
URL              14899 third_party/libxml/src/parser.c                   const char *URL, const char *encoding, int options)
URL              14923 third_party/libxml/src/parser.c     return (xmlDoRead(ctxt, URL, encoding, options, 1));
URL              14943 third_party/libxml/src/parser.c               const char *URL, const char *encoding, int options)
URL              14966 third_party/libxml/src/parser.c     return (xmlDoRead(ctxt, URL, encoding, options, 1));
URL              14987 third_party/libxml/src/parser.c 	      const char *URL,
URL              15010 third_party/libxml/src/parser.c     return (xmlDoRead(ctxt, URL, encoding, options, 1));
URL               920 third_party/libxml/src/pattern.c     xmlChar *URL = NULL;
URL               956 third_party/libxml/src/pattern.c 	    XML_PAT_COPY_NSNAME(ctxt, URL, XML_XML_NAMESPACE);	    
URL               960 third_party/libxml/src/pattern.c 		    XML_PAT_COPY_NSNAME(ctxt, URL, ctxt->namespaces[2 * i])		    
URL               976 third_party/libxml/src/pattern.c 		PUSH(XML_OP_ATTR, NULL, URL);
URL               984 third_party/libxml/src/pattern.c 	    PUSH(XML_OP_ATTR, token, URL);
URL               991 third_party/libxml/src/pattern.c     if (URL != NULL)
URL               992 third_party/libxml/src/pattern.c 	XML_PAT_FREE_STRING(ctxt, URL)	
URL              1012 third_party/libxml/src/pattern.c     xmlChar *URL = NULL;
URL              1077 third_party/libxml/src/pattern.c 		XML_PAT_COPY_NSNAME(ctxt, URL, XML_XML_NAMESPACE)
URL              1081 third_party/libxml/src/pattern.c 			XML_PAT_COPY_NSNAME(ctxt, URL, ctxt->namespaces[2 * i])
URL              1098 third_party/libxml/src/pattern.c 		    PUSH(XML_OP_NS, URL, NULL);
URL              1106 third_party/libxml/src/pattern.c 		PUSH(XML_OP_ELEM, token, URL);
URL              1144 third_party/libxml/src/pattern.c 			XML_PAT_COPY_NSNAME(ctxt, URL, XML_XML_NAMESPACE)			
URL              1148 third_party/libxml/src/pattern.c 				XML_PAT_COPY_NSNAME(ctxt, URL, ctxt->namespaces[2 * i])				
URL              1165 third_party/libxml/src/pattern.c 			    PUSH(XML_OP_NS, URL, NULL);
URL              1173 third_party/libxml/src/pattern.c 			PUSH(XML_OP_CHILD, token, URL);
URL              1210 third_party/libxml/src/pattern.c     if (URL != NULL)
URL              1211 third_party/libxml/src/pattern.c 	XML_PAT_FREE_STRING(ctxt, URL)	
URL               225 third_party/libxml/src/relaxng.c     xmlChar *URL;
URL              1517 third_party/libxml/src/relaxng.c                          const xmlChar * URL ATTRIBUTE_UNUSED,
URL              1527 third_party/libxml/src/relaxng.c                         "Elimination of <include> start from %s\n", URL);
URL              1531 third_party/libxml/src/relaxng.c                         name, URL);
URL              1594 third_party/libxml/src/relaxng.c xmlRelaxNGLoadInclude(xmlRelaxNGParserCtxtPtr ctxt, const xmlChar * URL,
URL              1604 third_party/libxml/src/relaxng.c                     "xmlRelaxNGLoadInclude(%s)\n", URL);
URL              1611 third_party/libxml/src/relaxng.c         if (xmlStrEqual(ctxt->incTab[i]->href, URL)) {
URL              1613 third_party/libxml/src/relaxng.c                        "Detected an Include recursion for %s\n", URL,
URL              1622 third_party/libxml/src/relaxng.c     doc = xmlReadFile((const char *) URL,NULL,0);
URL              1625 third_party/libxml/src/relaxng.c                    "xmlRelaxNG: could not load %s\n", URL, NULL);
URL              1629 third_party/libxml/src/relaxng.c     xmlGenericError(xmlGenericErrorContext, "Parsed %s Okay\n", URL);
URL              1643 third_party/libxml/src/relaxng.c     ret->href = xmlStrdup(URL);
URL              1669 third_party/libxml/src/relaxng.c     xmlGenericError(xmlGenericErrorContext, "cleanup of %s\n", URL);
URL              1684 third_party/libxml/src/relaxng.c     xmlGenericError(xmlGenericErrorContext, "Checking of %s\n", URL);
URL              1692 third_party/libxml/src/relaxng.c                    "xmlRelaxNG: included document is empty %s\n", URL,
URL              1699 third_party/libxml/src/relaxng.c                    URL, NULL);
URL              1712 third_party/libxml/src/relaxng.c                 xmlRelaxNGRemoveRedefine(ctxt, URL, root->children, NULL);
URL              1716 third_party/libxml/src/relaxng.c                            URL, NULL);
URL              1725 third_party/libxml/src/relaxng.c                            URL, NULL);
URL              1730 third_party/libxml/src/relaxng.c                 found = xmlRelaxNGRemoveRedefine(ctxt, URL,
URL              1735 third_party/libxml/src/relaxng.c                                URL, name);
URL              1932 third_party/libxml/src/relaxng.c                           const xmlChar * URL, const xmlChar * ns)
URL              1943 third_party/libxml/src/relaxng.c         if (xmlStrEqual(ctxt->docTab[i]->href, URL)) {
URL              1945 third_party/libxml/src/relaxng.c                        "Detected an externalRef recursion for %s\n", URL,
URL              1954 third_party/libxml/src/relaxng.c     doc = xmlReadFile((const char *) URL,NULL,0);
URL              1957 third_party/libxml/src/relaxng.c                    "xmlRelaxNG: could not load %s\n", URL, NULL);
URL              1967 third_party/libxml/src/relaxng.c                    "xmlRelaxNG: allocate memory for doc %s\n", URL, NULL);
URL              1973 third_party/libxml/src/relaxng.c     ret->href = xmlStrdup(URL);
URL              4750 third_party/libxml/src/relaxng.c                            "xmlRelaxNGParse: %s is empty\n", ctxt->URL,
URL              6723 third_party/libxml/src/relaxng.c xmlRelaxNGNewParserCtxt(const char *URL)
URL              6727 third_party/libxml/src/relaxng.c     if (URL == NULL)
URL              6737 third_party/libxml/src/relaxng.c     ret->URL = xmlStrdup((const xmlChar *) URL);
URL              6821 third_party/libxml/src/relaxng.c     if (ctxt->URL != NULL)
URL              6822 third_party/libxml/src/relaxng.c         xmlFree(ctxt->URL);
URL              7027 third_party/libxml/src/relaxng.c                     xmlChar *href, *ns, *base, *URL;
URL              7079 third_party/libxml/src/relaxng.c                     URL = xmlBuildURI(href, base);
URL              7080 third_party/libxml/src/relaxng.c                     if (URL == NULL) {
URL              7097 third_party/libxml/src/relaxng.c                     docu = xmlRelaxNGLoadExternalRef(ctxt, URL, ns);
URL              7100 third_party/libxml/src/relaxng.c                                    "Failed to load externalRef %s\n", URL,
URL              7104 third_party/libxml/src/relaxng.c                         xmlFree(URL);
URL              7110 third_party/libxml/src/relaxng.c                     xmlFree(URL);
URL              7113 third_party/libxml/src/relaxng.c                     xmlChar *href, *ns, *base, *URL;
URL              7126 third_party/libxml/src/relaxng.c                     URL = xmlBuildURI(href, base);
URL              7127 third_party/libxml/src/relaxng.c                     if (URL == NULL) {
URL              7153 third_party/libxml/src/relaxng.c                     incl = xmlRelaxNGLoadInclude(ctxt, URL, cur, ns);
URL              7158 third_party/libxml/src/relaxng.c                                    "Failed to load include %s\n", URL,
URL              7160 third_party/libxml/src/relaxng.c                         xmlFree(URL);
URL              7164 third_party/libxml/src/relaxng.c                     xmlFree(URL);
URL              7447 third_party/libxml/src/relaxng.c                    ctxt->URL, NULL);
URL              7479 third_party/libxml/src/relaxng.c     if (ctxt->URL != NULL) {
URL              7480 third_party/libxml/src/relaxng.c         doc = xmlReadFile((const char *) ctxt->URL,NULL,0);
URL              7483 third_party/libxml/src/relaxng.c                        "xmlRelaxNGParse: could not load %s\n", ctxt->URL,
URL              7495 third_party/libxml/src/relaxng.c         doc->URL = xmlStrdup(BAD_CAST "in_memory_buffer");
URL              7496 third_party/libxml/src/relaxng.c         ctxt->URL = xmlStrdup(BAD_CAST "in_memory_buffer");
URL              7523 third_party/libxml/src/relaxng.c                    (ctxt->URL ? ctxt->URL : BAD_CAST "schemas"), NULL);
URL              7865 third_party/libxml/src/relaxng.c     } else if (schema->doc->URL != NULL) {
URL              7866 third_party/libxml/src/relaxng.c         fprintf(output, "%s\n", schema->doc->URL);
URL               139 third_party/libxml/src/runsuite.c testExternalEntityLoader(const char *URL, const char *ID,
URL               145 third_party/libxml/src/runsuite.c         if (!strcmp(testEntitiesName[i], URL)) {
URL               155 third_party/libxml/src/runsuite.c     if (checkTestFile(URL)) {
URL               156 third_party/libxml/src/runsuite.c 	ret = xmlNoNetExternalEntityLoader(URL, ID, ctxt);
URL               159 third_party/libxml/src/runsuite.c 	ret = xmlNoNetExternalEntityLoader(URL, ID, ctxt);
URL               164 third_party/libxml/src/runsuite.c         fprintf(stderr, "Failed to find resource %s\n", URL);
URL               226 third_party/libxml/src/runtest.c testExternalEntityLoader(const char *URL, const char *ID,
URL               230 third_party/libxml/src/runtest.c     if (checkTestFile(URL)) {
URL               231 third_party/libxml/src/runtest.c 	ret = xmlNoNetExternalEntityLoader(URL, ID, ctxt);
URL               234 third_party/libxml/src/runtest.c 	ret = xmlNoNetExternalEntityLoader(URL, ID, ctxt);
URL              2837 third_party/libxml/src/runtest.c urip_checkURL(const char *URL) {
URL              2840 third_party/libxml/src/runtest.c     doc = xmlReadFile(URL, NULL, 0);
URL               181 third_party/libxml/src/schematron.c     const xmlChar *URL;
URL               588 third_party/libxml/src/schematron.c xmlSchematronNewParserCtxt(const char *URL)
URL               592 third_party/libxml/src/schematron.c     if (URL == NULL)
URL               606 third_party/libxml/src/schematron.c     ret->URL = xmlDictLookup(ret->dict, (const xmlChar *) URL, -1);
URL              1090 third_party/libxml/src/schematron.c     if (ctxt->URL != NULL) {
URL              1091 third_party/libxml/src/schematron.c         doc = xmlReadFile((const char *) ctxt->URL, NULL,
URL              1097 third_party/libxml/src/schematron.c                           ctxt->URL, NULL);
URL              1111 third_party/libxml/src/schematron.c         doc->URL = xmlStrdup(BAD_CAST "in_memory_buffer");
URL              1112 third_party/libxml/src/schematron.c         ctxt->URL = xmlDictLookup(ctxt->dict, BAD_CAST "in_memory_buffer", -1);
URL              1144 third_party/libxml/src/schematron.c 	    ctxt->URL, NULL);
URL              1207 third_party/libxml/src/schematron.c 	    ctxt->URL, NULL);
URL              1601 third_party/libxml/src/testapi.c     const char * URL; /* the base URL to use for the document */
URL              1616 third_party/libxml/src/testapi.c         URL = gen_filepath(n_URL, 2);
URL              1620 third_party/libxml/src/testapi.c         ret_val = htmlCtxtReadDoc(ctxt, (const xmlChar *)cur, URL, (const char *)encoding, options);
URL              1625 third_party/libxml/src/testapi.c         des_filepath(n_URL, URL, 2);
URL              1708 third_party/libxml/src/testapi.c     const char * URL; /* the base URL to use for the document */
URL              1725 third_party/libxml/src/testapi.c         URL = gen_filepath(n_URL, 3);
URL              1729 third_party/libxml/src/testapi.c         ret_val = htmlCtxtReadMemory(ctxt, (const char *)buffer, size, URL, (const char *)encoding, options);
URL              1735 third_party/libxml/src/testapi.c         des_filepath(n_URL, URL, 3);
URL              2505 third_party/libxml/src/testapi.c     const char * URL; /* the base URL to use for the document */
URL              2518 third_party/libxml/src/testapi.c         URL = gen_filepath(n_URL, 1);
URL              2522 third_party/libxml/src/testapi.c         ret_val = htmlReadDoc((const xmlChar *)cur, URL, (const char *)encoding, options);
URL              2526 third_party/libxml/src/testapi.c         des_filepath(n_URL, URL, 1);
URL              2610 third_party/libxml/src/testapi.c     const char * URL; /* the base URL to use for the document */
URL              2625 third_party/libxml/src/testapi.c         URL = gen_filepath(n_URL, 2);
URL              2629 third_party/libxml/src/testapi.c         ret_val = htmlReadMemory((const char *)buffer, size, URL, (const char *)encoding, options);
URL              2634 third_party/libxml/src/testapi.c         des_filepath(n_URL, URL, 2);
URL              11789 third_party/libxml/src/testapi.c     const char * URL; /* The URL used to initialize the context */
URL              11794 third_party/libxml/src/testapi.c         URL = gen_filepath(n_URL, 0);
URL              11796 third_party/libxml/src/testapi.c         ret_val = xmlNanoFTPNewCtxt(URL);
URL              11799 third_party/libxml/src/testapi.c         des_filepath(n_URL, URL, 0);
URL              11823 third_party/libxml/src/testapi.c     const char * URL; /* the URL to the resource */
URL              11828 third_party/libxml/src/testapi.c         URL = gen_filepath(n_URL, 0);
URL              11830 third_party/libxml/src/testapi.c         ret_val = xmlNanoFTPOpen(URL);
URL              11833 third_party/libxml/src/testapi.c         des_filepath(n_URL, URL, 0);
URL              11984 third_party/libxml/src/testapi.c     const char * URL; /* The proxy URL used to initialize the proxy context */
URL              11988 third_party/libxml/src/testapi.c         URL = gen_filepath(n_URL, 0);
URL              11990 third_party/libxml/src/testapi.c         xmlNanoFTPScanProxy(URL);
URL              11992 third_party/libxml/src/testapi.c         des_filepath(n_URL, URL, 0);
URL              12011 third_party/libxml/src/testapi.c     const char * URL; /* The URL used to update the context */
URL              12018 third_party/libxml/src/testapi.c         URL = gen_filepath(n_URL, 1);
URL              12020 third_party/libxml/src/testapi.c         ret_val = xmlNanoFTPUpdateURL(ctx, URL);
URL              12024 third_party/libxml/src/testapi.c         des_filepath(n_URL, URL, 1);
URL              12212 third_party/libxml/src/testapi.c     const char * URL; /* The URL to load */
URL              12223 third_party/libxml/src/testapi.c         URL = gen_fileoutput(n_URL, 0);
URL              12227 third_party/libxml/src/testapi.c         ret_val = xmlNanoHTTPFetch(URL, filename, contentType);
URL              12230 third_party/libxml/src/testapi.c         des_fileoutput(n_URL, URL, 0);
URL              12319 third_party/libxml/src/testapi.c     const char * URL; /* The URL to load */
URL              12327 third_party/libxml/src/testapi.c         URL = gen_filepath(n_URL, 0);
URL              12330 third_party/libxml/src/testapi.c         ret_val = xmlNanoHTTPOpen(URL, contentType);
URL              12333 third_party/libxml/src/testapi.c         des_filepath(n_URL, URL, 0);
URL              12360 third_party/libxml/src/testapi.c     const char * URL; /* The URL to load */
URL              12371 third_party/libxml/src/testapi.c         URL = gen_filepath(n_URL, 0);
URL              12375 third_party/libxml/src/testapi.c         ret_val = xmlNanoHTTPOpenRedir(URL, contentType, redir);
URL              12378 third_party/libxml/src/testapi.c         des_filepath(n_URL, URL, 0);
URL              12539 third_party/libxml/src/testapi.c     const char * URL; /* The proxy URL used to initialize the proxy context */
URL              12543 third_party/libxml/src/testapi.c         URL = gen_filepath(n_URL, 0);
URL              12545 third_party/libxml/src/testapi.c         xmlNanoHTTPScanProxy(URL);
URL              12547 third_party/libxml/src/testapi.c         des_filepath(n_URL, URL, 0);
URL              12777 third_party/libxml/src/testapi.c     const char * URL; /* the base URL to use for the document */
URL              12792 third_party/libxml/src/testapi.c         URL = gen_filepath(n_URL, 2);
URL              12796 third_party/libxml/src/testapi.c         ret_val = xmlCtxtReadDoc(ctxt, (const xmlChar *)cur, URL, (const char *)encoding, options);
URL              12801 third_party/libxml/src/testapi.c         des_filepath(n_URL, URL, 2);
URL              12892 third_party/libxml/src/testapi.c     const char * URL; /* the base URL to use for the document */
URL              12909 third_party/libxml/src/testapi.c         URL = gen_filepath(n_URL, 3);
URL              12913 third_party/libxml/src/testapi.c         ret_val = xmlCtxtReadMemory(ctxt, (const char *)buffer, size, URL, (const char *)encoding, options);
URL              12919 third_party/libxml/src/testapi.c         des_filepath(n_URL, URL, 3);
URL              13413 third_party/libxml/src/testapi.c     const char * URL; /* the URL for the entity to load */
URL              13424 third_party/libxml/src/testapi.c         URL = gen_filepath(n_URL, 0);
URL              13428 third_party/libxml/src/testapi.c         ret_val = xmlLoadExternalEntity(URL, (const char *)ID, ctxt);
URL              13431 third_party/libxml/src/testapi.c         des_filepath(n_URL, URL, 0);
URL              13755 third_party/libxml/src/testapi.c     xmlChar * URL; /* the URL for the entity to load */
URL              13768 third_party/libxml/src/testapi.c         URL = gen_const_xmlChar_ptr(n_URL, 1);
URL              13772 third_party/libxml/src/testapi.c         ret_val = xmlParseCtxtExternalEntity(ctx, (const xmlChar *)URL, (const xmlChar *)ID, lst);
URL              13776 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_URL, (const xmlChar *)URL, 1);
URL              13997 third_party/libxml/src/testapi.c     xmlChar * URL; /* the URL for the entity to load */
URL              14016 third_party/libxml/src/testapi.c         URL = gen_const_xmlChar_ptr(n_URL, 4);
URL              14020 third_party/libxml/src/testapi.c         ret_val = xmlParseExternalEntity(doc, sax, user_data, depth, (const xmlChar *)URL, (const xmlChar *)ID, lst);
URL              14027 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_URL, (const xmlChar *)URL, 4);
URL              14466 third_party/libxml/src/testapi.c     const char * URL; /* the base URL to use for the document */
URL              14479 third_party/libxml/src/testapi.c         URL = gen_filepath(n_URL, 1);
URL              14483 third_party/libxml/src/testapi.c         ret_val = xmlReadDoc((const xmlChar *)cur, URL, (const char *)encoding, options);
URL              14487 third_party/libxml/src/testapi.c         des_filepath(n_URL, URL, 1);
URL              14567 third_party/libxml/src/testapi.c     const char * URL; /* the base URL to use for the document */
URL              14582 third_party/libxml/src/testapi.c         URL = gen_filepath(n_URL, 2);
URL              14586 third_party/libxml/src/testapi.c         ret_val = xmlReadMemory((const char *)buffer, size, URL, (const char *)encoding, options);
URL              14591 third_party/libxml/src/testapi.c         des_filepath(n_URL, URL, 2);
URL              15867 third_party/libxml/src/testapi.c     xmlChar * URL; /* the entity URL */
URL              15878 third_party/libxml/src/testapi.c         URL = gen_const_xmlChar_ptr(n_URL, 0);
URL              15882 third_party/libxml/src/testapi.c         ret_val = xmlCreateEntityParserCtxt((const xmlChar *)URL, (const xmlChar *)ID, (const xmlChar *)base);
URL              15885 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_URL, (const xmlChar *)URL, 0);
URL              17611 third_party/libxml/src/testapi.c     char * URL; /* the location of the schema */
URL              17616 third_party/libxml/src/testapi.c         URL = gen_const_char_ptr(n_URL, 0);
URL              17618 third_party/libxml/src/testapi.c         ret_val = xmlRelaxNGNewParserCtxt((const char *)URL);
URL              17621 third_party/libxml/src/testapi.c         des_const_char_ptr(n_URL, (const char *)URL, 0);
URL              28126 third_party/libxml/src/testapi.c     const char * URL; /* the URL for the entity to load */
URL              28137 third_party/libxml/src/testapi.c         URL = gen_filepath(n_URL, 0);
URL              28141 third_party/libxml/src/testapi.c         ret_val = xmlNoNetExternalEntityLoader(URL, (const char *)ID, ctxt);
URL              28144 third_party/libxml/src/testapi.c         des_filepath(n_URL, URL, 0);
URL              29838 third_party/libxml/src/testapi.c     const char * URL; /* the base URL to use for the document */
URL              29851 third_party/libxml/src/testapi.c         URL = gen_filepath(n_URL, 1);
URL              29855 third_party/libxml/src/testapi.c         ret_val = xmlReaderForDoc((const xmlChar *)cur, URL, (const char *)encoding, options);
URL              29859 third_party/libxml/src/testapi.c         des_filepath(n_URL, URL, 1);
URL              29943 third_party/libxml/src/testapi.c     const char * URL; /* the base URL to use for the document */
URL              29958 third_party/libxml/src/testapi.c         URL = gen_filepath(n_URL, 2);
URL              29962 third_party/libxml/src/testapi.c         ret_val = xmlReaderForMemory((const char *)buffer, size, URL, (const char *)encoding, options);
URL              29967 third_party/libxml/src/testapi.c         des_filepath(n_URL, URL, 2);
URL              30005 third_party/libxml/src/testapi.c     const char * URL; /* the base URL to use for the document */
URL              30020 third_party/libxml/src/testapi.c         URL = gen_filepath(n_URL, 2);
URL              30024 third_party/libxml/src/testapi.c         ret_val = xmlReaderNewDoc(reader, (const xmlChar *)cur, URL, (const char *)encoding, options);
URL              30029 third_party/libxml/src/testapi.c         des_filepath(n_URL, URL, 2);
URL              30124 third_party/libxml/src/testapi.c     const char * URL; /* the base URL to use for the document */
URL              30141 third_party/libxml/src/testapi.c         URL = gen_filepath(n_URL, 3);
URL              30145 third_party/libxml/src/testapi.c         ret_val = xmlReaderNewMemory(reader, (const char *)buffer, size, URL, (const char *)encoding, options);
URL              30151 third_party/libxml/src/testapi.c         des_filepath(n_URL, URL, 3);
URL              32531 third_party/libxml/src/testapi.c     const char * URL; /* the base URL to use for the document */
URL              32546 third_party/libxml/src/testapi.c         URL = gen_filepath(n_URL, 2);
URL              32550 third_party/libxml/src/testapi.c         ret_val = xmlTextReaderSetup(reader, input, URL, (const char *)encoding, options);
URL              32554 third_party/libxml/src/testapi.c         des_filepath(n_URL, URL, 2);
URL              34163 third_party/libxml/src/testapi.c     char * URL; /* the location of the schema */
URL              34168 third_party/libxml/src/testapi.c         URL = gen_const_char_ptr(n_URL, 0);
URL              34170 third_party/libxml/src/testapi.c         ret_val = xmlSchemaNewParserCtxt((const char *)URL);
URL              34173 third_party/libxml/src/testapi.c         des_const_char_ptr(n_URL, (const char *)URL, 0);
URL              1230 third_party/libxml/src/tree.c     DICT_FREE(cur->URL)
URL              4445 third_party/libxml/src/tree.c     if (doc->URL != NULL)
URL              4446 third_party/libxml/src/tree.c         ret->URL = xmlStrdup(doc->URL);
URL              5092 third_party/libxml/src/tree.c 	    if (doc->URL != NULL)
URL              5093 third_party/libxml/src/tree.c 		xmlFree((xmlChar *) doc->URL);
URL              5095 third_party/libxml/src/tree.c 		doc->URL = NULL;
URL              5097 third_party/libxml/src/tree.c 		doc->URL = xmlPathToURI(uri);
URL              5192 third_party/libxml/src/tree.c     if ((doc != NULL) && (doc->URL != NULL)) {
URL              5194 third_party/libxml/src/tree.c 	    return(xmlStrdup(doc->URL));
URL              5195 third_party/libxml/src/tree.c 	newbase = xmlBuildURI(oldbase, doc->URL);
URL              6808 third_party/libxml/src/valid.c 	    		doc->URL);
URL               419 third_party/libxml/src/xinclude.c xmlXIncludeParseFile(xmlXIncludeCtxtPtr ctxt, const char *URL) {
URL               450 third_party/libxml/src/xinclude.c     inputStream = xmlLoadExternalEntity(URL, NULL, pctxt);
URL               459 third_party/libxml/src/xinclude.c         pctxt->directory = xmlParserGetDirectory(URL);
URL               490 third_party/libxml/src/xinclude.c     xmlChar *URL;
URL               541 third_party/libxml/src/xinclude.c 	URI = xmlBuildURI(href, ctxt->doc->URL);
URL               604 third_party/libxml/src/xinclude.c     URL = xmlSaveUri(uri);
URL               607 third_party/libxml/src/xinclude.c     if (URL == NULL) {
URL               622 third_party/libxml/src/xinclude.c 		       URL);
URL               633 third_party/libxml/src/xinclude.c 	    if (xmlStrEqual(URL, ctxt->urlTab[i])) {
URL               635 third_party/libxml/src/xinclude.c 		               "detected a recursion in %s\n", URL);
URL               641 third_party/libxml/src/xinclude.c     ref = xmlXIncludeNewRef(ctxt, URL, cur);
URL               649 third_party/libxml/src/xinclude.c     xmlFree(URL);
URL               676 third_party/libxml/src/xinclude.c     xmlGenericError(xmlGenericErrorContext, "Recursing in doc %s\n", doc->URL);
URL              1401 third_party/libxml/src/xinclude.c     xmlChar *URL;
URL              1430 third_party/libxml/src/xinclude.c     URL = xmlSaveUri(uri);
URL              1432 third_party/libxml/src/xinclude.c     if (URL == NULL) {
URL              1450 third_party/libxml/src/xinclude.c     if ((URL[0] == 0) || (URL[0] == '#') ||
URL              1451 third_party/libxml/src/xinclude.c 	((ctxt->doc != NULL) && (xmlStrEqual(URL, ctxt->doc->URL)))) {
URL              1460 third_party/libxml/src/xinclude.c 	if ((xmlStrEqual(URL, ctxt->incTab[i]->URI)) &&
URL              1464 third_party/libxml/src/xinclude.c 	    printf("Already loaded %s\n", URL);
URL              1474 third_party/libxml/src/xinclude.c     printf("loading %s\n", URL);
URL              1488 third_party/libxml/src/xinclude.c     doc = xmlXIncludeParseFile(ctxt, (const char *)URL);
URL              1493 third_party/libxml/src/xinclude.c 	xmlFree(URL);
URL              1505 third_party/libxml/src/xinclude.c    if (!xmlStrEqual(URL, doc->URL)) {
URL              1506 third_party/libxml/src/xinclude.c        xmlFree(URL);
URL              1507 third_party/libxml/src/xinclude.c        URL = xmlStrdup(doc->URL);
URL              1510 third_party/libxml/src/xinclude.c 	if (xmlStrEqual(URL, ctxt->incTab[i]->URI)) {
URL              1513 third_party/libxml/src/xinclude.c 	    printf("Increasing %s count since reused\n", URL);
URL              1537 third_party/libxml/src/xinclude.c     xmlXIncludeRecurseDoc(ctxt, doc, URL);
URL              1574 third_party/libxml/src/xinclude.c 	    xmlFree(URL);
URL              1585 third_party/libxml/src/xinclude.c 	    xmlFree(URL);
URL              1602 third_party/libxml/src/xinclude.c 		xmlFree(URL);
URL              1609 third_party/libxml/src/xinclude.c 		    xmlFree(URL);
URL              1687 third_party/libxml/src/xinclude.c     if ((doc != NULL) && (URL != NULL) && (xmlStrchr(URL, (xmlChar) '/')) &&
URL              1705 third_party/libxml/src/xinclude.c 	    curBase = xmlBuildRelativeURI(URL, ctxt->base);
URL              1709 third_party/libxml/src/xinclude.c 		       "trying to build relative URI from %s\n", URL);
URL              1733 third_party/libxml/src/xinclude.c 			if (xmlStrEqual(curBase, node->doc->URL)) {
URL              1771 third_party/libxml/src/xinclude.c         printf("freeing %s\n", ctxt->incTab[nr]->doc->URL);
URL              1776 third_party/libxml/src/xinclude.c     xmlFree(URL);
URL              1795 third_party/libxml/src/xinclude.c     xmlChar *URL;
URL              1816 third_party/libxml/src/xinclude.c     URL = xmlSaveUri(uri);
URL              1818 third_party/libxml/src/xinclude.c     if (URL == NULL) {
URL              1828 third_party/libxml/src/xinclude.c     if (URL[0] == 0) {
URL              1832 third_party/libxml/src/xinclude.c 	xmlFree(URL);
URL              1840 third_party/libxml/src/xinclude.c 	if (xmlStrEqual(URL, ctxt->txturlTab[i])) {
URL              1864 third_party/libxml/src/xinclude.c 	    xmlFree(URL);
URL              1873 third_party/libxml/src/xinclude.c     buf = xmlParserInputBufferCreateFilename((const char *)URL, enc);
URL              1875 third_party/libxml/src/xinclude.c 	xmlFree(URL);
URL              1897 third_party/libxml/src/xinclude.c 			       "%s contains invalid char\n", URL);
URL              1899 third_party/libxml/src/xinclude.c 		xmlFree(URL);
URL              1909 third_party/libxml/src/xinclude.c     xmlXIncludeAddTxt(ctxt, node, URL);
URL              1916 third_party/libxml/src/xinclude.c     xmlFree(URL);
URL              2047 third_party/libxml/src/xinclude.c 	URI = xmlBuildURI(href, ctxt->doc->URL);
URL              2342 third_party/libxml/src/xinclude.c     if (doc->URL != NULL) {
URL              2343 third_party/libxml/src/xinclude.c 	ret = xmlXIncludeURLPush(ctxt, doc->URL);
URL              2411 third_party/libxml/src/xinclude.c     if (doc->URL != NULL)
URL              2458 third_party/libxml/src/xinclude.c     ctxt->base = xmlStrdup((xmlChar *)tree->doc->URL);
URL              3741 third_party/libxml/src/xmlIO.c static int xmlNoNetExists(const char *URL) {
URL              3744 third_party/libxml/src/xmlIO.c     if (URL == NULL)
URL              3747 third_party/libxml/src/xmlIO.c     if (!xmlStrncasecmp(BAD_CAST URL, BAD_CAST "file://localhost/", 17))
URL              3749 third_party/libxml/src/xmlIO.c 	path = &URL[17];
URL              3751 third_party/libxml/src/xmlIO.c 	path = &URL[16];
URL              3753 third_party/libxml/src/xmlIO.c     else if (!xmlStrncasecmp(BAD_CAST URL, BAD_CAST "file:///", 8)) {
URL              3755 third_party/libxml/src/xmlIO.c 	path = &URL[8];
URL              3757 third_party/libxml/src/xmlIO.c 	path = &URL[7];
URL              3760 third_party/libxml/src/xmlIO.c 	path = URL;
URL              3780 third_party/libxml/src/xmlIO.c xmlResolveResourceFromCatalog(const char *URL, const char *ID,
URL              3791 third_party/libxml/src/xmlIO.c     if ((pref != XML_CATA_ALLOW_NONE) && (!xmlNoNetExists(URL))) {
URL              3800 third_party/libxml/src/xmlIO.c 					      (const xmlChar *)URL);
URL              3809 third_party/libxml/src/xmlIO.c 					 (const xmlChar *)URL);
URL              3811 third_party/libxml/src/xmlIO.c 	if ((resource == NULL) && (URL != NULL))
URL              3812 third_party/libxml/src/xmlIO.c 	    resource = xmlStrdup((const xmlChar *) URL);
URL              3854 third_party/libxml/src/xmlIO.c xmlDefaultExternalEntityLoader(const char *URL, const char *ID,
URL              3862 third_party/libxml/src/xmlIO.c                     "xmlDefaultExternalEntityLoader(%s, xxx)\n", URL);
URL              3868 third_party/libxml/src/xmlIO.c         ret = xmlNoNetExternalEntityLoader(URL, ID, ctxt);
URL              3873 third_party/libxml/src/xmlIO.c     resource = xmlResolveResourceFromCatalog(URL, ID, ctxt);
URL              3877 third_party/libxml/src/xmlIO.c         resource = (xmlChar *) URL;
URL              3886 third_party/libxml/src/xmlIO.c     if ((resource != NULL) && (resource != (xmlChar *) URL))
URL              3929 third_party/libxml/src/xmlIO.c xmlLoadExternalEntity(const char *URL, const char *ID,
URL              3931 third_party/libxml/src/xmlIO.c     if ((URL != NULL) && (xmlNoNetExists(URL) == 0)) {
URL              3935 third_party/libxml/src/xmlIO.c 	canonicFilename = (char *) xmlCanonicPath((const xmlChar *) URL);
URL              3945 third_party/libxml/src/xmlIO.c     return(xmlCurrentExternalEntityLoader(URL, ID, ctxt));
URL              3966 third_party/libxml/src/xmlIO.c xmlNoNetExternalEntityLoader(const char *URL, const char *ID,
URL              3972 third_party/libxml/src/xmlIO.c     resource = xmlResolveResourceFromCatalog(URL, ID, ctxt);
URL              3976 third_party/libxml/src/xmlIO.c 	resource = (xmlChar *) URL;
URL              3982 third_party/libxml/src/xmlIO.c 	    if (resource != (xmlChar *) URL)
URL              3988 third_party/libxml/src/xmlIO.c     if (resource != (xmlChar *) URL)
URL               256 third_party/libxml/src/xmllint.c xmllintExternalEntityLoader(const char *URL, const char *ID,
URL               263 third_party/libxml/src/xmllint.c     const char *lastsegment = URL;
URL               264 third_party/libxml/src/xmllint.c     const char *iter = URL;
URL               282 third_party/libxml/src/xmllint.c 	ret = defaultEntityLoader(URL, ID, ctxt);
URL               292 third_party/libxml/src/xmllint.c 			 URL ? URL : "(null)",
URL               328 third_party/libxml/src/xmllint.c 	if (URL != NULL)
URL               329 third_party/libxml/src/xmllint.c 	    warning(ctxt, "failed to load external entity \"%s\"\n", URL);
URL               533 third_party/libxml/src/xmlreader.c     if (cur->URL != NULL) xmlFree((char *) cur->URL);
URL              4931 third_party/libxml/src/xmlreader.c                    xmlParserInputBufferPtr input, const char *URL,
URL              5008 third_party/libxml/src/xmlreader.c 		       (const char *) reader->input->buffer->content, 4, URL);
URL              5013 third_party/libxml/src/xmlreader.c                     xmlCreatePushParserCtxt(reader->sax, NULL, NULL, 0, URL);
URL              5031 third_party/libxml/src/xmlreader.c 	    if (URL == NULL)
URL              5035 third_party/libxml/src/xmlreader.c 		    xmlCanonicPath((const xmlChar *) URL);
URL              5112 third_party/libxml/src/xmlreader.c     if ((URL != NULL) && (reader->ctxt->input != NULL) &&
URL              5115 third_party/libxml/src/xmlreader.c             xmlStrdup((const xmlChar *) URL);
URL              5193 third_party/libxml/src/xmlreader.c xmlReaderForDoc(const xmlChar * cur, const char *URL, const char *encoding,
URL              5203 third_party/libxml/src/xmlreader.c             ((const char *) cur, len, URL, encoding, options));
URL              5243 third_party/libxml/src/xmlreader.c xmlReaderForMemory(const char *buffer, int size, const char *URL,
URL              5254 third_party/libxml/src/xmlreader.c     reader = xmlNewTextReader(buf, URL);
URL              5260 third_party/libxml/src/xmlreader.c     xmlTextReaderSetup(reader, NULL, URL, encoding, options);
URL              5279 third_party/libxml/src/xmlreader.c xmlReaderForFd(int fd, const char *URL, const char *encoding, int options)
URL              5291 third_party/libxml/src/xmlreader.c     reader = xmlNewTextReader(input, URL);
URL              5297 third_party/libxml/src/xmlreader.c     xmlTextReaderSetup(reader, NULL, URL, encoding, options);
URL              5317 third_party/libxml/src/xmlreader.c                void *ioctx, const char *URL, const char *encoding,
URL              5330 third_party/libxml/src/xmlreader.c     reader = xmlNewTextReader(input, URL);
URL              5336 third_party/libxml/src/xmlreader.c     xmlTextReaderSetup(reader, NULL, URL, encoding, options);
URL              5400 third_party/libxml/src/xmlreader.c                 const char *URL, const char *encoding, int options)
URL              5412 third_party/libxml/src/xmlreader.c                                URL, encoding, options));
URL              5464 third_party/libxml/src/xmlreader.c                    const char *URL, const char *encoding, int options)
URL              5478 third_party/libxml/src/xmlreader.c     return (xmlTextReaderSetup(reader, input, URL, encoding, options));
URL              5499 third_party/libxml/src/xmlreader.c                const char *URL, const char *encoding, int options)
URL              5512 third_party/libxml/src/xmlreader.c     return (xmlTextReaderSetup(reader, input, URL, encoding, options));
URL              5535 third_party/libxml/src/xmlreader.c                const char *URL, const char *encoding, int options)
URL              5548 third_party/libxml/src/xmlreader.c     return (xmlTextReaderSetup(reader, input, URL, encoding, options));
URL               605 third_party/libxml/src/xmlschemas.c     const xmlChar *URL;
URL              2076 third_party/libxml/src/xmlschemas.c 		    file = (const char *) vctxt->doc->URL;
URL              9952 third_party/libxml/src/xmlschemas.c xmlSchemaNewParserCtxtUseDict(const char *URL, xmlDictPtr dict)
URL              9961 third_party/libxml/src/xmlschemas.c     if (URL != NULL)
URL              9962 third_party/libxml/src/xmlschemas.c 	ret->URL = xmlDictLookup(dict, (const xmlChar *) URL, -1);
URL              10233 third_party/libxml/src/xmlschemas.c 		URI = xmlBuildURI(location, ctxtNode->doc->URL);
URL              10503 third_party/libxml/src/xmlschemas.c 	if (schemaDoc->URL != NULL)
URL              10505 third_party/libxml/src/xmlschemas.c 		schemaDoc->URL, -1);
URL              10536 third_party/libxml/src/xmlschemas.c 		doc->URL = xmlStrdup(schemaLocation);
URL              10884 third_party/libxml/src/xmlschemas.c 	    uri = xmlBuildURI(*schemaLocation, node->doc->URL);
URL              10905 third_party/libxml/src/xmlschemas.c     if (xmlStrEqual(*schemaLocation, pctxt->URL)) {
URL              12427 third_party/libxml/src/xmlschemas.c xmlSchemaNewParserCtxt(const char *URL)
URL              12431 third_party/libxml/src/xmlschemas.c     if (URL == NULL)
URL              12438 third_party/libxml/src/xmlschemas.c     ret->URL = xmlDictLookup(ret->dict, (const xmlChar *) URL, -1);
URL              17975 third_party/libxml/src/xmlschemas.c                         type->node->doc->URL,
URL              21304 third_party/libxml/src/xmlschemas.c 	ctxt->URL, ctxt->doc, ctxt->buffer, ctxt->size, NULL,
URL              21313 third_party/libxml/src/xmlschemas.c 	if (ctxt->URL)
URL              21317 third_party/libxml/src/xmlschemas.c 		ctxt->URL, NULL);
URL              4552 third_party/libxml/src/xmlwriter.c     if ((ctxt->myDoc != NULL) && (ctxt->myDoc->URL == NULL) &&
URL              4554 third_party/libxml/src/xmlwriter.c         ctxt->myDoc->URL =
URL              4556 third_party/libxml/src/xmlwriter.c         if (ctxt->myDoc->URL == NULL)
URL              4557 third_party/libxml/src/xmlwriter.c             ctxt->myDoc->URL =
URL               312 third_party/libxslt/libxslt/documents.c 	if ((ret->doc != NULL) && (ret->doc->URL != NULL) &&
URL               313 third_party/libxslt/libxslt/documents.c 	    (xmlStrEqual(ret->doc->URL, URI)))
URL               388 third_party/libxslt/libxslt/documents.c 	if ((ret->doc != NULL) && (ret->doc->URL != NULL) &&
URL               389 third_party/libxslt/libxslt/documents.c 	    (xmlStrEqual(ret->doc->URL, URI)))
URL               149 third_party/libxslt/libxslt/functions.c 	    (xmlStrEqual(tctxt->style->doc->URL, URI)))) 
URL               778 third_party/libxslt/libxslt/functions.c 		    (sheet->doc->URL != NULL) &&
URL               779 third_party/libxslt/libxslt/functions.c 		    (xmlStrstr(sheet->doc->URL,
URL               118 third_party/libxslt/libxslt/imports.c 	if (xmlStrEqual(res->doc->URL, URI)) {
URL               219 third_party/libxslt/libxslt/imports.c         if (xmlStrEqual(docptr->doc->URL, URI)) {
URL               886 third_party/libxslt/libxslt/keys.c     if ((idoc->doc != NULL) && (idoc->doc->URL != NULL))
URL               888 third_party/libxslt/libxslt/keys.c 		     idoc->doc->URL));
URL              1526 third_party/libxslt/libxslt/pattern.c     xmlChar *URL = NULL;
URL              1581 third_party/libxslt/libxslt/pattern.c 		URL = xmlStrdup(ns->href);
URL              1588 third_party/libxslt/libxslt/pattern.c                         PUSH(XSLT_OP_ATTR, NULL, URL, novar);
URL              1591 third_party/libxslt/libxslt/pattern.c                         PUSH(XSLT_OP_NS, URL, NULL, novar);
URL              1601 third_party/libxslt/libxslt/pattern.c                     PUSH(XSLT_OP_ATTR, token, URL, novar);
URL              1604 third_party/libxslt/libxslt/pattern.c                     PUSH(XSLT_OP_ELEM, token, URL, novar);
URL              1637 third_party/libxslt/libxslt/pattern.c 	    URL = xmlStrdup(URI);
URL              1639 third_party/libxslt/libxslt/pattern.c             PUSH(XSLT_OP_ATTR, token, URL, novar);
URL              1642 third_party/libxslt/libxslt/pattern.c             PUSH(XSLT_OP_ELEM, token, URL, novar);
URL               369 third_party/libxslt/libxslt/security.c 	       xsltTransformContextPtr ctxt, const xmlChar *URL) {
URL               374 third_party/libxslt/libxslt/security.c     uri = xmlParseURI((const char *)URL);
URL               379 third_party/libxslt/libxslt/security.c 	     "xsltCheckWrite: out of memory for %s\n", URL);
URL               382 third_party/libxslt/libxslt/security.c 	uri->path = (char *)xmlStrdup(URL);
URL               408 third_party/libxslt/libxslt/security.c 	    ret = check(sec, ctxt, (const char *)URL);
URL               411 third_party/libxslt/libxslt/security.c 			     "File write for %s refused\n", URL);
URL               434 third_party/libxslt/libxslt/security.c 	      xsltTransformContextPtr ctxt, const xmlChar *URL) {
URL               439 third_party/libxslt/libxslt/security.c     uri = xmlParseURI((const char *)URL);
URL               443 third_party/libxslt/libxslt/security.c 			 URL);
URL               457 third_party/libxslt/libxslt/security.c 			     "Local file read for %s refused\n", URL);
URL               468 third_party/libxslt/libxslt/security.c 	    ret = check(sec, ctxt, (const char *)URL);
URL               471 third_party/libxslt/libxslt/security.c 			     "Network file read for %s refused\n", URL);
URL                93 third_party/libxslt/libxslt/security.h 						 const xmlChar *URL);
URL                97 third_party/libxslt/libxslt/security.h 						 const xmlChar *URL);
URL              3227 third_party/libxslt/libxslt/transform.c     xmlChar *URL = NULL;
URL              3249 third_party/libxslt/libxslt/transform.c             URL = xsltEvalAttrValueTemplate(ctxt, inst,
URL              3253 third_party/libxslt/libxslt/transform.c 	    if (URL == NULL)
URL              3254 third_party/libxslt/libxslt/transform.c 		URL = xsltEvalAttrValueTemplate(ctxt, inst,
URL              3262 third_party/libxslt/libxslt/transform.c             URL = xsltEvalAttrValueTemplate(ctxt, inst,
URL              3266 third_party/libxslt/libxslt/transform.c 	    if (URL != NULL) {
URL              3276 third_party/libxslt/libxslt/transform.c 		cmp = xmlXPathCompile(URL);
URL              3279 third_party/libxslt/libxslt/transform.c 		xmlFree(URL);
URL              3280 third_party/libxslt/libxslt/transform.c 		URL = val;
URL              3282 third_party/libxslt/libxslt/transform.c 	    if (URL == NULL)
URL              3283 third_party/libxslt/libxslt/transform.c 		URL = xsltEvalAttrValueTemplate(ctxt, inst,
URL              3287 third_party/libxslt/libxslt/transform.c 	    if (URL == NULL)
URL              3288 third_party/libxslt/libxslt/transform.c 		URL = xsltEvalAttrValueTemplate(ctxt, inst,
URL              3293 third_party/libxslt/libxslt/transform.c             URL = xsltEvalAttrValueTemplate(ctxt, inst,
URL              3299 third_party/libxslt/libxslt/transform.c         URL = xmlStrdup(comp->filename);
URL              3302 third_party/libxslt/libxslt/transform.c     if (URL == NULL) {
URL              3311 third_party/libxslt/libxslt/transform.c     filename = xmlBuildURI(URL, (const xmlChar *) ctxt->outputFile);
URL              3315 third_party/libxslt/libxslt/transform.c 	escURL=xmlURIEscapeStr(URL, BAD_CAST ":/.?,");
URL              3325 third_party/libxslt/libxslt/transform.c 			 URL);
URL              3326 third_party/libxslt/libxslt/transform.c 	xmlFree(URL);
URL              3339 third_party/libxslt/libxslt/transform.c 	    xmlFree(URL);
URL              3669 third_party/libxslt/libxslt/transform.c     if (URL != NULL)
URL              3670 third_party/libxslt/libxslt/transform.c         xmlFree(URL);
URL              1247 third_party/libxslt/libxslt/variables.c 	if ((style->doc != NULL) && (style->doc->URL != NULL)) {
URL              1250 third_party/libxslt/libxslt/variables.c 		             style->doc->URL));
URL              5912 third_party/libxslt/libxslt/xslt.c 	node->doc->URL);
URL              6503 third_party/libxslt/libxslt/xslt.c 	    doc->URL);
URL              6921 third_party/libxslt/libxslt/xslt.c 		    doc->URL);
URL              6939 third_party/libxslt/libxslt/xslt.c 			doc->URL);
URL              6944 third_party/libxslt/libxslt/xslt.c 		    fake->URL = xmlNodeGetBase(doc, subtree->parent);
URL              6948 third_party/libxslt/libxslt/xslt.c 			fake->URL);
URL              6968 third_party/libxslt/libxslt/xslt.c 	    xmlChar *URL, *base;
URL              6975 third_party/libxslt/libxslt/xslt.c 	    URL = xmlBuildURI(href, base);
URL              6976 third_party/libxslt/libxslt/xslt.c 	    if (URL != NULL) {
URL              6979 third_party/libxslt/libxslt/xslt.c 			"xsltLoadStylesheetPI : fetching %s\n", URL);
URL              6981 third_party/libxslt/libxslt/xslt.c 		ret = xsltParseStylesheetFile(URL);
URL              6982 third_party/libxslt/libxslt/xslt.c 		xmlFree(URL);
URL               627 third_party/libxslt/libxslt/xsltutils.c 	    file = doc->URL;
URL               630 third_party/libxslt/libxslt/xsltutils.c 	    if ((node->doc != NULL) && (node->doc->URL != NULL))
URL               631 third_party/libxslt/libxslt/xsltutils.c 		file = node->doc->URL;
URL              1600 third_party/libxslt/libxslt/xsltutils.c xsltSaveResultToFilename(const char *URL, xmlDocPtr result,
URL              1606 third_party/libxslt/libxslt/xsltutils.c     if ((URL == NULL) || (result == NULL) || (style == NULL))
URL              1620 third_party/libxslt/libxslt/xsltutils.c 	buf = xmlOutputBufferCreateFilename(URL, encoder, compression);
URL              1622 third_party/libxslt/libxslt/xsltutils.c 	buf = xmlOutputBufferCreateFilename(URL, NULL, compression);
URL                57 ui/app_list/views/search_result_view.cc     else if (it->styles & SearchResult::Tag::URL)
URL               105 ui/base/dragdrop/os_exchange_data.cc   if ((formats & URL) != 0 && HasURL(CONVERT_FILENAMES))
URL                55 ui/base/dragdrop/os_exchange_data_provider_aura.cc   formats_ |= OSExchangeData::URL;
URL                91 ui/base/dragdrop/os_exchange_data_provider_aura.cc   if ((formats_ & OSExchangeData::URL) == 0) {
URL               138 ui/base/dragdrop/os_exchange_data_provider_aura.cc   if ((formats_ & OSExchangeData::URL) != 0) {