Searched defs:source (Results 276 - 300 of 2375) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/content_settings/
H A Dpermission_queue_controller_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
59 const content::NotificationSource& source,
76 const content::NotificationSource& source,
80 PermissionQueueController::Observe(type, source, details);
74 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_extension_web_contents_observer.cc2 // Use of this source code is governed by a BSD-style license that can be
51 const base::string16& source,
54 if (!IsSourceFromAnExtension(source))
61 extension_id = GURL(source).host();
67 source,
49 OnDetailedConsoleMessageAdded( const base::string16& message, const base::string16& source, const StackTrace& stack_trace, int32 severity_level) argument
H A Dnavigation_observer.cc2 // Use of this source code is governed by a BSD-style license that can be
30 const content::NotificationSource& source,
38 content::Source<NavigationController>(source).ptr();
29 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
H A Dwebstore_data_fetcher.cc2 // Use of this source code is governed by a BSD-style license that can be
71 void WebstoreDataFetcher::OnURLFetchComplete(const net::URLFetcher* source) { argument
72 CHECK_EQ(webstore_data_url_fetcher_.get(), source);
/external/chromium_org/chrome/browser/google/
H A Dgoogle_search_counter.cc2 // Use of this source code is governed by a BSD-style license that can be
38 // The string "source=search_app" in the |entry| URL represents a Google
40 if (entry.GetURL().query().find("source=search_app") != std::string::npos)
63 const content::NotificationSource& source,
91 const content::NotificationSource& source,
95 ProcessCommittedEntry(source, details);
62 ProcessCommittedEntry( const content::NotificationSource& source, const content::NotificationDetails& details) argument
90 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/
H A Dintranet_redirect_detector.cc2 // Use of this source code is governed by a BSD-style license that can be
96 const net::URLFetcher* source) {
99 const_cast<net::URLFetcher*>(source));
106 if (!source->GetStatus().is_success() || (source->GetResponseCode() != 200)) {
115 DCHECK(source->GetURL().is_valid());
116 GURL origin(source->GetURL().GetOrigin());
95 OnURLFetchComplete( const net::URLFetcher* source) argument
/external/chromium_org/chrome/browser/media/
H A Ddesktop_streams_registry.cc2 // Use of this source code is governed by a BSD-style license that can be
37 const content::DesktopMediaID& source,
47 stream.source = source;
78 content::DesktopMediaID result = it->second.source;
33 RegisterStream( int render_process_id, int render_frame_id, const GURL& origin, const content::DesktopMediaID& source, const std::string& extension_name) argument
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dreadahead_file_stream_reader.cc2 // Use of this source code is governed by a BSD-style license that can be
23 ReadaheadFileStreamReader::ReadaheadFileStreamReader(FileStreamReader* source) argument
24 : source_(source),
43 // We are waiting for an source read to complete, so save the request.
133 // If there's a read request waiting for the source FileStreamReader to
/external/chromium_org/chrome/browser/notifications/
H A Dgoogle_now_notification_stats_collector.cc2 // Use of this source code is governed by a BSD-style license that can be
33 const message_center::DisplaySource source) {
34 if ((source == message_center::DISPLAY_SOURCE_POPUP) &&
31 OnNotificationDisplayed( const std::string& notification_id, const message_center::DisplaySource source) argument
H A Dnotification_ui_manager_android.cc2 // Use of this source code is governed by a BSD-style license that can be
44 const GURL& source) {
42 GetAllIdsByProfileAndSourceOrigin( Profile* profile, const GURL& source) argument
/external/chromium_org/chrome/browser/printing/
H A Dprint_job_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
81 const content::NotificationSource& source,
103 TestSource source; local
104 job->Initialize(owner.get(), &source, 1);
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dincident_report_uploader_impl.cc2 // Use of this source code is governed by a BSD-style license that can be
72 const net::URLFetcher* source) {
73 // Take ownership of the fetcher in this scope (source == url_fetcher_).
82 if (source->GetStatus().is_success() &&
83 source->GetResponseCode() == net::HTTP_OK) {
85 source->GetResponseAsString(&data);
71 OnURLFetchComplete( const net::URLFetcher* source) argument
/external/chromium_org/chrome/browser/ssl/
H A Dssl_client_auth_observer.cc2 // Use of this source code is governed by a BSD-style license that can be
56 const content::NotificationSource& source,
54 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/supervised_user/experimental/
H A Dsupervised_user_blacklist_downloader.cc2 // Use of this source code is governed by a BSD-style license that can be
49 const net::URLFetcher* source) {
50 DCHECK_EQ(fetcher_.get(), source);
52 const net::URLRequestStatus& status = source->GetStatus();
59 int response_code = source->GetResponseCode();
68 bool success = source->GetResponseAsFilePath(true, &response_path);
48 OnURLFetchComplete( const net::URLFetcher* source) argument
/external/chromium_org/chrome/browser/ui/app_list/search/common/
H A Djson_response_fetcher.cc2 // Use of this source code is governed by a BSD-style license that can be
64 const net::URLFetcher* source) {
65 CHECK_EQ(fetcher_.get(), source);
63 OnURLFetchComplete( const net::URLFetcher* source) argument
H A Durl_icon_source.cc2 // Use of this source code is governed by a BSD-style license that can be
62 const net::URLFetcher* source) {
63 CHECK_EQ(icon_fetcher_.get(), source);
61 OnURLFetchComplete( const net::URLFetcher* source) argument
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_app_menu_item_browser.cc2 // Use of this source code is governed by a BSD-style license that can be
53 const content::NotificationSource& source,
57 DCHECK_EQ(browser_, content::Source<Browser>(source).ptr());
51 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/ui/extensions/
H A Dextension_installed_bubble.cc2 // Use of this source code is governed by a BSD-style license that can be
112 const content::NotificationSource& source,
110 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/ui/sync/
H A Dinline_login_dialog.cc2 // Use of this source code is governed by a BSD-style license that can be
51 content::WebContents* source, bool* out_close_dialog) {
50 OnCloseContents( content::WebContents* source, bool* out_close_dialog) argument
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dwrench_menu_badge_controller.cc2 // Use of this source code is governed by a BSD-style license that can be
133 const content::NotificationSource& source,
131 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dglobal_menu_bar_registrar_x11.cc2 // Use of this source code is governed by a BSD-style license that can be
113 void GlobalMenuBarRegistrarX11::OnProxyCreated(GObject* source, argument
/external/chromium_org/chrome/browser/ui/views/
H A Dopen_pdf_in_reader_bubble_view.cc2 // Use of this source code is governed by a BSD-style license that can be
72 void OpenPDFInReaderBubbleView::LinkClicked(views::Link* source, argument
74 DCHECK_EQ(open_in_reader_link_, source);
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dextensions_ui.cc2 // Use of this source code is governed by a BSD-style license that can be
31 content::WebUIDataSource* source = local
34 source->SetUseJsonJSFormatV2();
35 source->SetJsonPath("strings.js");
36 source->AddResourcePath("extensions.js", IDR_EXTENSIONS_JS);
37 source->AddResourcePath("extension_command_list.js",
39 source->AddResourcePath("extension_list.js", IDR_EXTENSION_LIST_JS);
40 source->SetDefaultResource(IDR_EXTENSIONS_HTML);
41 source->DisableDenyXFrameOptions();
42 return source;
49 content::WebUIDataSource* source = CreateExtensionsHTMLSource(); local
[all...]
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dcore_app_launcher_handler.cc2 // Use of this source code is governed by a BSD-style license that can be
86 double source; local
87 CHECK(args->GetDouble(1, &source));
90 static_cast<extension_misc::AppLaunchBucket>(static_cast<int>(source));
91 CHECK(source < extension_misc::APP_LAUNCH_BUCKET_BOUNDARY);
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Dinline_login_handler.cc2 // Use of this source code is governed by a BSD-style license that can be
48 signin::Source source = signin::GetSourceForPromoURL(current_url); local
49 if (source == signin::SOURCE_AVATAR_BUBBLE_ADD_ACCOUNT ||
50 source == signin::SOURCE_AVATAR_BUBBLE_SIGN_IN ||
51 source == signin::SOURCE_REAUTH) {
61 static_cast<int>(source)).spec());
64 if (source != signin::SOURCE_AVATAR_BUBBLE_ADD_ACCOUNT &&
65 source != signin::SOURCE_REAUTH) {

Completed in 266 milliseconds

<<11121314151617181920>>