Searched refs:destination_url (Results 1 - 25 of 99) sorted by path

1234

/external/chromium_org/athena/main/
H A Durl_search_provider.cc159 set_id(match_.destination_url.spec());
176 browser_context_, base::string16(), match_.destination_url);
257 what_you_typed_match.destination_url = input_.canonicalized_url();
278 if (!it->destination_url.is_valid())
/external/chromium_org/chrome/browser/android/omnibox/
H A Dautocomplete_controller_android.cc263 return ConvertUTF8ToJavaString(env, match.destination_url.spec());
447 ScopedJavaLocalRef<jstring> destination_url = local
448 ConvertUTF8ToJavaString(env, match.destination_url.spec());
463 destination_url.obj(),
465 bookmark_model && bookmark_model->IsBookmarked(match.destination_url),
533 if (!match.destination_url.is_valid())
543 return ConvertUTF8ToJavaString(env, match.destination_url.spec()).Release();
H A Domnibox_prerender.cc118 if (default_match->destination_url != current_url) {
156 match.destination_url,
/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_controller.cc434 match->destination_url = GURL(template_url->url_ref().ReplaceSearchTerms(
642 match->destination_url = GURL(template_url->url_ref().ReplaceSearchTerms(
H A Dautocomplete_provider_unittest.cc137 match.destination_url = GURL(base::UTF16ToUTF8(match.fill_into_edit));
208 // Returns match.destination_url as it would be set by
478 return match.destination_url;
555 result_.match_at(0)->destination_url.possibly_invalid_spec());
557 result_.match_at(1)->destination_url.possibly_invalid_spec());
H A Dbookmark_provider.cc180 match.destination_url = url;
H A Dbuiltin_provider.cc165 match.destination_url = GURL(match_string);
H A Dbuiltin_provider_unittest.cc51 EXPECT_EQ(cases[i].output[j], matches[j].destination_url);
H A Dhistory_provider.cc34 DCHECK(match.destination_url.is_valid());
35 history_service->DeleteURL(match.destination_url);
60 if (i->destination_url == match.destination_url && i->type == match.type) {
64 bookmark_model->IsBookmarked(i->destination_url))) {
H A Dhistory_quick_provider.cc234 match.destination_url = info.url();
235 DCHECK(match.destination_url.is_valid());
H A Dhistory_quick_provider_unittest.cc259 matches_.insert(iter->destination_url.spec());
325 EXPECT_EQ(*expected, actual->destination_url.spec())
326 << "For result #" << i << " we got '" << actual->destination_url.spec()
329 << "At result #" << i << " (url=" << actual->destination_url.spec()
H A Dhistory_url_provider.cc597 const GURL& destination_url,
607 if (destination_url.is_valid()) {
608 match.destination_url = destination_url;
613 net::FormatUrl(destination_url, std::string(),
619 destination_url,
628 // This relies on match.destination_url being the non-prefix-trimmed version
632 base::UTF8ToUTF16(destination_url.spec()), text);
633 // It's possible for match.destination_url to not contain the user's input
635 // "view-source:x" and |destination_url| ha
595 SuggestExactInput( const base::string16& text, const GURL& destination_url, bool trim_http) argument
[all...]
H A Dhistory_url_provider.h200 // Returns a match representing a navigation to |destination_url| given user
208 const GURL& destination_url,
H A Dhistory_url_provider_unittest.cc316 EXPECT_EQ(expected_urls[i].url, matches_[i].destination_url.spec());
586 EXPECT_EQ(GURL("http://pandora.com/"), matches_[0].destination_url);
594 EXPECT_EQ(GURL("http://pandora.com/"), matches_[0].destination_url);
H A Dsearch_provider_unittest.cc355 EXPECT_EQ(cases[i].output[j].gurl, matches[j].destination_url);
475 if (i->destination_url == url) {
H A Dshortcuts_backend.cc130 if (match.destination_url == it->second.match_core.destination_url) {
160 normalized_match.fill_into_edit, normalized_match.destination_url,
202 it->second->second.match_core.destination_url)) != rows.end())
297 (it->second->second.match_core.destination_url == url) :
298 StartsWithASCII(it->second->second.match_core.destination_url.spec(),
H A Dshortcuts_backend_unittest.cc88 match.destination_url = GURL(url);
230 match.destination_url = GURL(
240 match_core.destination_url.spec());
302 EXPECT_TRUE(DeleteShortcutsWithURL(shortcut1.match_core.destination_url));
H A Dshortcuts_provider.cc45 return match.destination_url == url_;
97 GURL url(match.destination_url);
195 match.destination_url = shortcut.match_core.destination_url;
196 DCHECK(match.destination_url.is_valid());
H A Dshortcuts_provider_unittest.cc54 std::string destination_url; member in struct:__anon2936::TestShortcutInfo
329 ASCIIToUTF16(cur.fill_into_edit), GURL(cur.destination_url),
345 iter->destination_url.spec(), iter->allowed_to_be_default_match));
387 EXPECT_EQ(expected_top_result, ac_matches_[0].destination_url.spec());
800 match.destination_url = GURL(shortcuts_to_test_delete[0].destination_url);
815 match.destination_url = GURL(shortcuts_to_test_delete[3].destination_url);
H A Dzero_suggest_provider.cc288 match.destination_url = navigation.url();
365 if (!current_url_match_.destination_url.is_valid())
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Devent_router.cc557 const GURL& destination_url,
566 status.destination_url.reset(new std::string(destination_url.spec()));
583 const GURL& destination_url,
591 status.destination_url.reset(new std::string(destination_url.spec()));
555 OnCopyCompleted(int copy_id, const GURL& source_url, const GURL& destination_url, base::File::Error error) argument
579 OnCopyProgress( int copy_id, storage::FileSystemOperation::CopyProgressType type, const GURL& source_url, const GURL& destination_url, int64 size) argument
H A Devent_router.h84 int copy_id, const GURL& source_url, const GURL& destination_url,
91 const GURL& destination_url,
H A Dprivate_api_file_system.cc95 const FileSystemURL& destination_url,
104 source_url.ToGURL(), destination_url.ToGURL(), size);
114 const FileSystemURL& destination_url,
122 source_url, destination_url, size));
130 const FileSystemURL& destination_url,
139 source_url.ToGURL(), destination_url.ToGURL(), error);
148 const FileSystemURL& destination_url,
156 source_url, destination_url, error));
164 const FileSystemURL& destination_url) {
174 destination_url,
90 NotifyCopyProgress( void* profile_id, storage::FileSystemOperationRunner::OperationID operation_id, storage::FileSystemOperation::CopyProgressType type, const FileSystemURL& source_url, const FileSystemURL& destination_url, int64 size) argument
109 OnCopyProgress( void* profile_id, storage::FileSystemOperationRunner::OperationID* operation_id, storage::FileSystemOperation::CopyProgressType type, const FileSystemURL& source_url, const FileSystemURL& destination_url, int64 size) argument
126 NotifyCopyCompletion( void* profile_id, storage::FileSystemOperationRunner::OperationID operation_id, const FileSystemURL& source_url, const FileSystemURL& destination_url, base::File::Error error) argument
144 OnCopyCompleted( void* profile_id, storage::FileSystemOperationRunner::OperationID* operation_id, const FileSystemURL& source_url, const FileSystemURL& destination_url, base::File::Error error) argument
160 StartCopyOnIOThread( void* profile_id, scoped_refptr<storage::FileSystemContext> file_system_context, const FileSystemURL& source_url, const FileSystemURL& destination_url) argument
[all...]
/external/chromium_org/chrome/browser/history/
H A Dshortcuts_database.cc37 s->BindString(3, shortcut.match_core.destination_url.spec());
68 const GURL& destination_url,
77 destination_url(destination_url),
204 GURL(s.ColumnString(3)), // destination_url
66 MatchCore( const base::string16& fill_into_edit, const GURL& destination_url, const base::string16& contents, const std::string& contents_class, const base::string16& description, const std::string& description_class, int transition, int type, const base::string16& keyword) argument
H A Dshortcuts_database.h47 const GURL& destination_url,
58 GURL destination_url; member in struct:history::ShortcutsDatabase::Shortcut::MatchCore

Completed in 1001 milliseconds

1234