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

1234

/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_edit_controller.cc12 const GURL& destination_url,
15 destination_url_ = destination_url;
11 OnAutocompleteAccept( const GURL& destination_url, WindowOpenDisposition disposition, ui::PageTransition transition) argument
H A Domnibox_navigation_observer.cc64 if (alternate_nav_match_.destination_url.is_valid()) {
65 fetcher_.reset(net::URLFetcher::Create(alternate_nav_match_.destination_url,
105 IsValidNavigation(match_.destination_url, load_details.entry->GetURL()))
136 IsValidNavigation(alternate_nav_match_.destination_url,
146 web_contents(), text_, alternate_nav_match_, match_.destination_url);
H A Dalternate_nav_infobar_delegate.cc48 DCHECK(match_.destination_url.is_valid());
63 return base::UTF8ToUTF16(match_.destination_url.spec());
86 content::OpenURLParams(match_.destination_url, content::Referrer(),
H A Domnibox_edit_controller.h31 void OnAutocompleteAccept(const GURL& destination_url,
79 GURL destination_url() const { return destination_url_; } function in class:OmniboxEditController
H A Domnibox_controller.cc151 if (!match.destination_url.SchemeIs(extensions::kExtensionScheme)) {
157 match.destination_url,
H A Domnibox_popup_model.cc133 manually_selected_match_.destination_url = match.destination_url;
152 GURL current_destination(result.match_at(selected_line_).destination_url);
263 return bookmark_model && bookmark_model->IsBookmarked(match.destination_url);
H A Domnibox_edit_model.cc291 if (!match.destination_url.is_valid()) {
413 if (current_match.destination_url != delegate_->GetURL())
429 *url = CurrentMatch(NULL).destination_url;
486 *url = match.destination_url;
608 return match.destination_url.is_valid();
662 if (url_match.destination_url.is_valid()) {
669 if (!match.destination_url.is_valid())
673 (match.destination_url == PermanentURL())) {
841 IsSearchResultsPageFromDefaultSearchProvider(match.destination_url)) {
846 if (match.destination_url
[all...]
/external/chromium_org/components/omnibox/
H A Dautocomplete_result_unittest.cc32 std::string destination_url; member in struct:__anon6649::AutocompleteMatchTestData
55 match.destination_url = GURL(data[i].destination_url);
137 match->destination_url = GURL("http://" + url_id);
166 EXPECT_EQ(expected_match.destination_url.spec(),
167 match.destination_url.spec()) << i;
290 matches[1].destination_url = GURL();
291 matches[3].destination_url = GURL();
292 matches[4].destination_url = GURL();
307 EXPECT_TRUE(result.match_at(0)->destination_url
[all...]
H A Dautocomplete_result.h42 return destination_url.is_empty() && !provider_affinity &&
47 GURL destination_url; member in struct:AutocompleteResult::Selection
50 // |destination_url|, we'll use the best match from this provider.
54 // can't be tracked using |destination_url| because its URL changes on every
56 // choosing the new "what you typed" entry and ignoring |destination_url|.
H A Dautocomplete_result.cc118 destination_url = GURL();
259 if (default_match_->destination_url.is_valid()) {
273 default_match_->destination_url.scheme();
377 (input.canonicalized_url() != match.destination_url)) ?
434 if (i->destination_url == match.destination_url)
/external/chromium_org/chrome/browser/autocomplete/
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 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(),
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Domnibox_provider.cc81 set_id(match_.destination_url.spec());
96 match_.destination_url,
118 bookmark_model && bookmark_model->IsBookmarked(match_.destination_url);
178 if (!it->destination_url.is_valid())
/external/chromium_org/chrome/browser/history/
H A Dshortcuts_database.h47 const GURL& destination_url,
58 GURL destination_url; member in struct:history::ShortcutsDatabase::Shortcut::MatchCore
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
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
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/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/ui/webui/omnibox/
H A Domnibox_ui_handler.cc66 result->destination_url = input.destination_url.spec();
148 GURL(result->combined_results[i]->destination_url));
155 GURL(result_by_provider.results[j]->destination_url));
/external/chromium_org/content/renderer/media/crypto/
H A Drenderer_cdm_manager.h70 const GURL& destination_url);
H A Drenderer_cdm_manager.cc96 const GURL& destination_url) {
104 media_keys->OnSessionMessage(session_id, message, destination_url);
93 OnSessionMessage(int cdm_id, uint32 session_id, const std::vector<uint8>& message, const GURL& destination_url) argument
/external/chromium_org/media/base/
H A Dbrowser_cdm.h25 const GURL& destination_url)> SessionMessageCB;
/external/chromium_org/ppapi/c/private/
H A Dppb_content_decryptor_private.h115 * @param[in] destination_url A <code>PP_Var</code> of type
122 struct PP_Var destination_url);
/external/chromium_org/chrome/browser/android/omnibox/
H A Domnibox_prerender.cc118 if (default_match->destination_url != current_url) {
156 match.destination_url,
/external/chromium_org/content/renderer/media/
H A Dwebcontentdecryptionmodulesession_impl.h61 const GURL& destination_url);
/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url_service_android.cc190 GURL destination_url(current_url);
194 template_url_service_->search_terms_data(), &destination_url);
197 env, destination_url.spec());

Completed in 7897 milliseconds

1234