Searched defs:URL (Results 1 - 25 of 87) sorted by path

1234

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DChromeBrowserProvider.java145 BookmarkColumns._ID, BookmarkColumns.URL, BookmarkColumns.VISITS,
153 BookmarkColumns.URL,
280 // Match against common URL prefixes.
371 throw new IllegalArgumentException(TAG + ": query - unknown URL uri = " + uri);
405 throw new IllegalArgumentException(TAG + ": insert - unknown URL " + uri);
456 throw new IllegalArgumentException(TAG + ": delete - unknown URL " + uri);
475 if (values.containsKey(Browser.BookmarkColumns.URL)) {
476 url = values.getAsString(Browser.BookmarkColumns.URL);
518 throw new IllegalArgumentException(TAG + ": update - unknown URL " + uri);
544 throw new IllegalArgumentException(TAG + ": getType - unknown URL "
746 URL, enum constant in enum:ChromeBrowserProvider.Type
[all...]
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/omaha/
H A DResponseParserTest.java21 // Note that the Omaha server appends "/" to the end of the URL codebase.
24 private static final String URL = STRIPPED_URL + "/"; field in class:ResponseParserTest
120 // <url codebase="URL" />
188 createTestXML("3.0", "12345", appStatus, addInstall, addPing, updateStatus, URL);
198 assertEquals("Market URL doesn't match.", STRIPPED_URL, parser.getURL());
201 assertEquals("Market URL doesn't match.", null, parser.getURL());
287 createTestXML("2.0", "12345", APP_STATUS_OK, false, false, UPDATE_STATUS_OK, URL);
295 createTestXML("3.0", null, APP_STATUS_OK, false, false, UPDATE_STATUS_OK, URL);
303 createTestXML("3.0", "12345", APP_STATUS_OK, true, false, null, URL);
311 createTestXML("3.0", "12345", APP_STATUS_OK, true, false, UPDATE_STATUS_OK, URL);
[all...]
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/printing/
H A DPrintingControllerTest.java43 private static final String URL = UrlUtils.encodeHtmlDataUri( field in class:PrintingControllerTest
83 final ChromeShellTab currentTab = launchChromeShellWithUrl(URL).getActiveTab();
/external/chromium_org/chrome/android/shell/javatests/src/org/chromium/chrome/shell/
H A DChromeShellUrlTest.java23 // URL used for base tests.
24 private static final String URL = "data:text"; field in class:ChromeShellUrlTest
29 ChromeShellActivity activity = launchChromeShellWithUrl(URL);
75 assertNotNull("URL was null", url.get());
76 assertTrue("URL did not contain: " + welcomeUrl + ". Was: " + url.get(),
92 final ChromeShellActivity activity = launchChromeShellWithUrl(URL);
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dconflict_resolver_unittest.cc42 storage::FileSystemURL URL(const GURL& origin, const std::string& path) { function in namespace:sync_file_system::drive_backend::__anon4848
383 storage::FileSystemURL kURL = URL(kOrigin, kTitle);
430 storage::FileSystemURL kURL = URL(kOrigin, kTitle);
466 expected_changes[URL(kOrigin, "foo/nested")].push_back(
H A Dlocal_to_remote_syncer_unittest.cc43 storage::FileSystemURL URL(const GURL& origin, const std::string& path) { function in namespace:sync_file_system::drive_backend::__anon4854
278 URL(kOrigin, "file1")));
282 URL(kOrigin, "folder")));
286 URL(kOrigin, "folder/file2")));
310 URL(kOrigin, "folder1/folder2/file")));
314 URL(kOrigin, "folder1/folder2/file")));
318 URL(kOrigin, "folder1/folder2/file")));
343 URL(kOrigin, "file")));
347 URL(kOrigin, "folder")));
357 URL(kOrigi
[all...]
H A Dremote_to_local_syncer_unittest.cc40 storage::FileSystemURL URL(const GURL& origin, const std::string& path) { function in namespace:sync_file_system::drive_backend::__anon4865
269 // TODO(nhiroki): Clean up creating URL part.
270 AppendExpectedChange(URL(kOrigin, "folder1"),
273 AppendExpectedChange(URL(kOrigin, "file1"),
276 AppendExpectedChange(URL(kOrigin, "folder1/folder2"),
279 AppendExpectedChange(URL(kOrigin, "folder1/file2"),
298 AppendExpectedChange(URL(kOrigin, "folder"),
301 AppendExpectedChange(URL(kOrigin, "file"),
311 AppendExpectedChange(URL(kOrigin, "folder"),
314 AppendExpectedChange(URL(kOrigi
[all...]
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dcanned_syncable_file_system.cc276 FileSystemURL CannedSyncableFileSystem::URL(const std::string& path) const { function in class:sync_file_system::CannedSyncableFileSystem
H A Dlocal_file_change_tracker_unittest.cc73 FileSystemURL URL(const std::string& path) { function in class:sync_file_system::LocalFileChangeTrackerTest
74 return file_system_.URL(path);
89 // Get the changes for URL and verify.
97 // Clear the URL from the change tracker.
128 change_tracker()->OnCreateDirectory(URL(kPath));
133 EXPECT_EQ(URL(kPath), *urls.begin());
135 change_tracker()->DemoteChangesForURL(URL(kPath));
140 change_tracker()->PromoteDemotedChangesForURL(URL(kPath));
144 EXPECT_EQ(URL(kPath), *urls.begin());
146 change_tracker()->DemoteChangesForURL(URL(kPat
[all...]
H A Dlocal_file_sync_status_unittest.cc25 FileSystemURL URL(const char* spec) { function in namespace:sync_file_system::__anon4885
34 status.StartWriting(URL(kFile));
35 status.StartWriting(URL(kFile));
36 status.EndWriting(URL(kFile));
38 EXPECT_TRUE(status.IsWriting(URL(kFile)));
39 EXPECT_TRUE(status.IsWriting(URL(kParent)));
40 EXPECT_TRUE(status.IsWriting(URL(kChild)));
41 EXPECT_FALSE(status.IsWriting(URL(kOther1)));
42 EXPECT_FALSE(status.IsWriting(URL(kOther2)));
45 EXPECT_TRUE(status.IsWritable(URL(kFil
[all...]
H A Dsyncable_file_operation_runner_unittest.cc81 file_system_.CreateDirectory(URL(kParent)));
93 FileSystemURL URL(const std::string& path) { function in class:sync_file_system::SyncableFileOperationRunnerTest
94 return file_system_.URL(path);
162 sync_status()->StartSyncing(URL(kFile));
163 ASSERT_FALSE(sync_status()->IsWritable(URL(kFile)));
165 // The URL is in syncing so the write operations won't run.
168 URL(kFile), false /* exclusive */,
171 URL(kFile), 1,
178 URL(kFile), ExpectStatus(FROM_HERE, File::FILE_ERROR_NOT_FOUND));
183 sync_status()->EndSyncing(URL(kFil
[all...]
H A Dsyncable_file_system_unittest.cc77 // Get the changes for URL and verify.
85 // Clear the URL from the change tracker.
89 FileSystemURL URL(const std::string& path) { function in class:sync_file_system::SyncableFileSystemTest
90 return file_system_.URL(path);
122 file_system_.CreateDirectory(URL("dir")));
124 file_system_.CreateFile(URL("dir/foo")));
142 file_system_.CreateFile(URL("dir/foo")));
145 file_system_.TruncateFile(URL("dir/foo"), kFileSizeToExtend));
156 file_system_.TruncateFile(URL("dir/foo"), kFileSizeToExtend + 1));
188 file_system_.CreateDirectory(URL(kPath
[all...]
/external/chromium_org/chrome/browser/sync_file_system/
H A Dsync_file_system_service_unittest.cc246 FileSystemURL URL(const std::string& path) const { function in class:sync_file_system::SyncFileSystemServiceTest
247 return file_system_->URL(path);
328 const FileSystemURL kFile(file_system_->URL("foo"));
394 const FileSystemURL kFile(file_system_->URL("foo"));
451 const FileSystemURL kFile(file_system_->URL("foo"));
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_result_view.h44 URL, enumerator in enum:OmniboxResultView::ColorKind
/external/chromium_org/chrome/common/extensions/docs/examples/api/permissions/extension-questions/
H A Dpopup.js6 var URL = 'http://api.stackoverflow.com/1.1/questions?max=10&sort=votes&tagged=google-chrome-extension'; variable
26 xhr.open('GET', URL);
/external/chromium_org/chrome/tools/
H A Dhistory-viz.py31 class URL(object): class in inherits:object
32 """Represents a broken-down URL from our most visited database."""
35 """Initialize a new URL object. |id| is the database id of the URL."""
54 """Pretty-print this URL in a form more suitable for the graph.
155 urls['0'] = URL('0', 'start') # Node name '0' is our special 'start' node.
157 urls[id] = URL(id, url)
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_node.h20 // BookmarkNode contains information about a starred entry: title, URL, favicon,
25 URL, enumerator in enum:BookmarkNode::Type
63 // Returns the favicon's URL. Returns an empty URL if there is no favicon
84 // node whose type is not URL.
85 bool is_folder() const { return type_ != URL; }
86 bool is_url() const { return type_ == URL; }
126 // Sets the favicon's URL.
153 // The URL of this node. BookmarkModel maintains maps off this URL, s
[all...]
/external/chromium_org/components/cronet/android/sample/javatests/src/org/chromium/cronet_sample_apk/
H A DCronetSampleTest.java35 // URL used for base tests.
36 private static final String URL = "http://127.0.0.1:8000"; field in class:CronetSampleTest
45 CronetSampleActivity activity = launchCronetSampleWithUrl(URL);
49 // Make sure that the URL is set as expected.
50 assertEquals(URL, activity.getUrl());
55 * Starts the CronetSample activity and loads the given URL. The URL can be
65 * arguments and loads the given URL. The URL can be null, in which case
114 // loading because it has no URL se
[all...]
/external/chromium_org/components/cronet/android/test/javatests/src/org/chromium/cronet_test_apk/
H A DCronetUrlTest.java24 // URL used for base tests.
25 private static final String URL = "http://127.0.0.1:8000"; field in class:CronetUrlTest
30 CronetTestActivity activity = launchCronetTestAppWithUrl(URL);
37 // Make sure that the URL is set as expected.
38 assertEquals(URL, activity.getUrl());
63 launchCronetTestAppWithUrlAndCommandLineArgs(URL,
71 // Make sure that the URL is set as expected.
72 assertEquals(URL, activity.getUrl());
89 activity.startWithURL(URL);
143 CronetTestActivity activity = launchCronetTestAppWithUrl(URL);
[all...]
H A DHttpUrlRequestFactoryTest.java19 // URL used for base tests.
20 private static final String URL = "http://127.0.0.1:8000"; field in class:HttpUrlRequestFactoryTest
33 launchCronetTestAppWithUrlAndCommandLineArgs(URL,
/external/chromium_org/components/history/core/android/
H A Dandroid_history_types.h35 URL, enumerator in enum:history::HistoryAndBookmarkRow::ColumnID
58 set_value_explicitly(URL);
65 // Raw input URL
201 URL, enumerator in enum:history::SearchRow::ColumnID
242 set_value_explicitly(SearchRow::URL);
285 // The orignal URL string passed in by client.
/external/chromium_org/components/omnibox/
H A Dautocomplete_match.h59 URL = 1 << 0, // A URL enumerator in enum:AutocompleteMatch::ACMatchClassification::Style
159 // Convenience function to check if |type| is a search (as opposed to a URL or
180 // NULL, it is used to get a template URL corresponding to this match. If
182 // left empty and the template URL (if any) is determined from the
183 // destination's hostname. The template URL is used to strip off query args
190 // Computes the stripped destination URL (via GURLToStrippedGURL()) and
195 // the URL-what-you-typed match (i.e., would be dupped against the UWYT
197 // the AutocompleteInput interpreted as a URL (i.e.,
247 // Returns whether this match is a "verbatim" match: a URL navigatio
[all...]
/external/chromium_org/components/search_engines/
H A Dtemplate_url_parser.cc91 // Returns true if |url| is empty or is a valid URL with a scheme of HTTP[S].
114 URL, enumerator in enum:TemplateURLParsingContext::ElementType
141 // reason (e.g. the resulting URL was not HTTP[S], a name wasn't supplied,
181 // If true, we are currently parsing a suggest URL, otherwise it is an HTML
182 // search. Note that we don't need a stack as URL nodes cannot be nested.
186 // we generate a keyword based on the URL.
189 // Whether we should derive the image from the URL (when images are data
229 case TemplateURLParsingContext::URL:
250 case TemplateURLParsingContext::URL:
259 // TODO (jcampan): bug 1169256: when dealing with data URL, w
[all...]
/external/chromium_org/content/browser/fileapi/
H A Dfile_system_operation_runner_unittest.cc57 FileSystemURL URL(const std::string& path) { function in class:content::FileSystemOperationRunnerTest
81 operation_runner()->Truncate(URL("foo"), 0,
93 // Invalid URL error, which calls DidFinish synchronously.
110 // Call Truncate with non-existent URL, and try to cancel it immediately
113 operation_runner()->Truncate(URL("foo"), 0,
135 // Call Truncate with invalid URL, and try to cancel it immediately
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_database_unittest.cc32 GURL URL(const GURL& origin, const std::string& path) { function in namespace:content::__anon7401
165 data1.scope = URL(origin, "/foo");
166 data1.script = URL(origin, "/script1.js");
208 data2.scope = URL(origin, "/bar");
209 data2.script = URL(origin, "/script2.js");
247 data1.scope = URL(origin1, "/foo");
248 data1.script = URL(origin1, "/script1.js");
258 data2.scope = URL(origin2, "/bar");
259 data2.script = URL(origin2, "/script2.js");
269 data3.scope = URL(origin
[all...]

Completed in 551 milliseconds

1234