/external/chromium_org/chrome/browser/ui/omnibox/ |
H A D | omnibox_edit_controller.cc | 12 const GURL& destination_url, 15 destination_url_ = destination_url; 11 OnAutocompleteAccept( const GURL& destination_url, WindowOpenDisposition disposition, ui::PageTransition transition) argument
|
H A D | omnibox_edit_controller.h | 31 void OnAutocompleteAccept(const GURL& destination_url, 79 GURL destination_url() const { return destination_url_; } function in class:OmniboxEditController
|
/external/chromium_org/components/omnibox/ |
H A D | autocomplete_result.h | 42 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 D | autocomplete_match.h | 232 // corresponds to the destination_url's hostname. 307 GURL destination_url; member in struct:AutocompleteMatch 360 // TemplateURLRef::ReplaceSearchTerms() to reset the match's |destination_url|
|
H A D | autocomplete_result_unittest.cc | 32 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...] |
/external/chromium_org/chrome/browser/history/ |
H A D | shortcuts_database.h | 47 const GURL& destination_url, 58 GURL destination_url; member in struct:history::ShortcutsDatabase::Shortcut::MatchCore
|
H A D | shortcuts_database_unittest.cc | 31 std::string destination_url; member in struct:__anon4103::ShortcutsDatabaseTestInfo 126 ASCIIToUTF16(info.fill_into_edit), GURL(info.destination_url),
|
H A D | shortcuts_database.cc | 37 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/content/renderer/media/crypto/ |
H A D | renderer_cdm_manager.cc | 96 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
|
H A D | proxy_decryptor.cc | 252 const GURL& destination_url) { 260 key_message_cb_.Run(web_session_id, key, destination_url); 265 key_message_cb_.Run(web_session_id, message, destination_url); 250 OnSessionMessage(const std::string& web_session_id, const std::vector<uint8>& message, const GURL& destination_url) argument
|
H A D | proxy_media_keys.cc | 158 const GURL& destination_url) { 160 LookupWebSessionId(session_id), message, destination_url); local 156 OnSessionMessage(uint32 session_id, const std::vector<uint8>& message, const GURL& destination_url) argument
|
H A D | encrypted_media_player_support_impl.cc | 426 const GURL& destination_url) { 427 DCHECK(destination_url.is_empty() || destination_url.is_valid()); 434 destination_url); local 423 OnKeyMessage( const std::string& session_id, const std::vector<uint8>& message, const GURL& destination_url) argument
|
H A D | ppapi_decryptor.cc | 490 const GURL& destination_url) { 492 session_message_cb_.Run(web_session_id, message, destination_url); 488 OnSessionMessage(const std::string& web_session_id, const std::vector<uint8>& message, const GURL& destination_url) argument
|
/external/chromium_org/ppapi/thunk/ |
H A D | ppb_content_decryptor_private_thunk.cc | 70 struct PP_Var destination_url) { 78 destination_url); 67 SessionMessage(PP_Instance instance, struct PP_Var web_session_id, struct PP_Var message, struct PP_Var destination_url) argument
|
/external/chromium_org/content/browser/media/cdm/ |
H A D | browser_cdm_manager.cc | 149 const GURL& destination_url) { 150 GURL verified_gurl = destination_url; 152 DLOG(WARNING) << "SessionMessage destination_url is invalid : " 153 << destination_url.possibly_invalid_spec(); 154 verified_gurl = GURL::EmptyGURL(); // Replace invalid destination_url. 145 OnSessionMessage(int render_frame_id, int cdm_id, uint32 session_id, const std::vector<uint8>& message, const GURL& destination_url) argument
|
/external/chromium_org/content/renderer/media/ |
H A D | cdm_session_adapter.cc | 145 const GURL& destination_url) { 150 session->OnSessionMessage(message, destination_url); 143 OnSessionMessage(const std::string& web_session_id, const std::vector<uint8>& message, const GURL& destination_url) argument
|
H A D | webcontentdecryptionmodulesession_impl.cc | 167 const GURL& destination_url) { 170 message.empty() ? NULL : &message[0], message.size(), destination_url); 165 OnSessionMessage( const std::vector<uint8>& message, const GURL& destination_url) argument
|
/external/chromium_org/chrome/browser/autocomplete/ |
H A D | shortcuts_provider_unittest.cc | 54 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 D | history_url_provider.cc | 597 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...] |
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
H A D | private_api_file_system.cc | 95 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...] |
H A D | event_router.cc | 557 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
|
/external/chromium_org/ppapi/cpp/private/ |
H A D | content_decryptor_private.cc | 348 const std::string& destination_url) { 351 pp::Var destination_url_var(destination_url); 345 SessionMessage( const std::string& web_session_id, pp::VarArrayBuffer message, const std::string& destination_url) argument
|
/external/chromium_org/chrome/browser/android/omnibox/ |
H A D | autocomplete_controller_android.cc | 263 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();
|
/external/chromium_org/chrome/renderer/searchbox/ |
H A D | searchbox_extension.cc | 1019 GURL destination_url; 1026 destination_url = item.url; 1033 destination_url = internal::ResolveURL(current_url, possibly_relative_url); 1036 DVLOG(1) << render_view << " NavigateContentWindow: " << destination_url; local 1039 if (destination_url.is_valid() && 1040 !destination_url.SchemeIs(url::kJavaScriptScheme)) { 1045 SearchBox::Get(render_view)->NavigateToURL(destination_url, disposition,
|
/external/chromium_org/content/renderer/pepper/ |
H A D | content_decryptor_delegate.cc | 790 PP_Var destination_url) { 804 StringVar* destination_url_string = StringVar::FromPPVar(destination_url); 811 verified_gurl = GURL::EmptyGURL(); // Replace invalid destination_url. 788 OnSessionMessage(PP_Var web_session_id, PP_Var message, PP_Var destination_url) argument
|