Searched defs:source (Results 476 - 500 of 2611) sorted by relevance

<<11121314151617181920>>

/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
98 const net::URLFetcher* source) {
101 const_cast<net::URLFetcher*>(source));
108 if (!source->GetStatus().is_success() || (source->GetResponseCode() != 200)) {
117 DCHECK(source->GetURL().is_valid());
118 GURL origin(source->GetURL().GetOrigin());
97 OnURLFetchComplete( const net::URLFetcher* source) argument
/external/chromium_org/chrome/browser/invalidation/
H A Dinvalidation_service_android.cc2 // Use of this source code is governed by a BSD-style license that can be
61 const content::NotificationSource& source,
59 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_confirm_api_flow.cc2 // Use of this source code is governed by a BSD-style license that can be
67 const net::URLFetcher* source) {
74 if (source->GetStatus().status() != net::URLRequestStatus::SUCCESS ||
75 !source->GetResponseAsString(&response_str)) {
80 if (source->GetResponseCode() != net::HTTP_OK) {
66 OnURLFetchComplete( const net::URLFetcher* source) argument
H A Dprivet_url_fetcher.cc2 // Use of this source code is governed by a BSD-style license that can be
43 void PrivetURLFetcher::OnURLFetchComplete(const net::URLFetcher* source) { argument
44 if (source->GetStatus().status() != net::URLRequestStatus::SUCCESS) {
49 if (source->GetResponseCode() != net::HTTP_OK) {
56 if (!source->GetResponseAsString(&response_str)) {
/external/chromium_org/chrome/browser/media/
H A Ddesktop_media_picker_model.h2 // Use of this source code is governed by a BSD-style license that can be
20 // DesktopMediaPickerModel provides the list of desktop media source (screens,
42 // Id of the source.
45 // Name of the source that should be shown to the user.
48 // The thumbnail for the source.
74 // notifications will be generated for each existing source as it is
81 const Source& source(int index) const { return sources_.at(index); } function in class:DesktopMediaPickerModel
/external/chromium_org/chrome/browser/printing/
H A Dbackground_printing_manager.cc2 // Use of this source code is governed by a BSD-style license that can be
79 const content::NotificationSource& source,
83 content::Source<content::RenderProcessHost>(source).ptr());
85 OnPrintJobReleased(content::Source<WebContents>(source).ptr());
88 OnWebContentsDestroyed(content::Source<WebContents>(source).ptr());
77 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
H A Dprint_job_manager.cc2 // Use of this source code is governed by a BSD-style license that can be
75 const content::NotificationSource& source,
79 OnPrintJobEvent(content::Source<PrintJob>(source).ptr(),
74 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/safe_browsing/
H A Dmalware_details_history.cc2 // Use of this source code is governed by a BSD-style license that can be
63 const content::NotificationSource& source,
61 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
H A Dping_manager.cc2 // Use of this source code is governed by a BSD-style license that can be
53 const net::URLFetcher* source) {
54 Reports::iterator sit = safebrowsing_reports_.find(source);
52 OnURLFetchComplete( const net::URLFetcher* source) argument
/external/chromium_org/chrome/browser/sync/glue/
H A Dbookmark_data_type_controller.cc2 // Use of this source code is governed by a BSD-style license that can be
41 const content::NotificationSource& source,
39 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dapps_helper.cc2 // Use of this source code is governed by a BSD-style license that can be
119 void CopyNTPOrdinals(Profile* source, Profile* destination, int index) { argument
120 SetPageOrdinalForApp(destination, index, GetPageOrdinalForApp(source, index));
122 destination, index, GetAppLaunchOrdinalForApp(source, index));
/external/chromium_org/chrome/browser/tab_contents/
H A Dbackground_contents.cc2 // Use of this source code is governed by a BSD-style license that can be
76 void BackgroundContents::CloseContents(WebContents* source) { argument
103 void BackgroundContents::AddNewContents(WebContents* source, argument
127 const content::NotificationSource& source,
126 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/thumbnails/
H A Dcontent_based_thumbnailing_algorithm_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
59 // We will want to use the entirety of the image as the source. Usually,
107 SkBitmap source; local
108 source.setConfig(SkBitmap::kARGB_8888_Config, 800, 600);
109 source.allocPixels();
110 source.eraseRGB(50, 150, 200);
112 source, thumbnail_size, context.get());
116 EXPECT_LT(result.width(), source.width());
117 EXPECT_LT(result.height(), source.height());
121 EXPECT_NEAR(result.width(), source
141 SkBitmap source = local
[all...]
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dapp_search_provider.cc2 // Use of this source code is governed by a BSD-style license that can be
98 const content::NotificationSource& source,
97 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& detaila) argument
H A Dwebstore_result_icon_source.cc2 // Use of this source code is governed by a BSD-style license that can be
77 const net::URLFetcher* source) {
78 CHECK_EQ(icon_fetcher_.get(), source);
76 OnURLFetchComplete( const net::URLFetcher* source) argument
/external/chromium_org/chrome/browser/ui/ash/
H A Dapp_sync_ui_state.cc2 // Use of this source code is governed by a BSD-style license that can be
141 const content::NotificationSource& source,
140 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/ui/extensions/
H A Dextension_enable_flow.cc2 // Use of this source code is governed by a BSD-style license that can be
114 const content::NotificationSource& source,
113 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/ui/gtk/
H A Dthrobber_gtk.cc2 // Use of this source code is governed by a BSD-style license that can be
52 const content::NotificationSource& source,
51 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/ui/
H A Dtab_modal_confirm_dialog_delegate.cc2 // Use of this source code is governed by a BSD-style license that can be
66 const content::NotificationSource& source,
64 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
H A Duma_browsing_activity_observer.cc2 // Use of this source code is governed by a BSD-style license that can be
50 const content::NotificationSource& source,
57 content::Source<content::NavigationController>(source).ptr();
48 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dnew_credit_card_bubble_views.cc2 // Use of this source code is governed by a BSD-style license that can be
100 void NewCreditCardBubbleViews::LinkClicked(views::Link* source, argument
/external/chromium_org/chrome/browser/ui/views/
H A Davatar_menu_button.cc2 // Use of this source code is governed by a BSD-style license that can be
87 void AvatarMenuButton::OnMenuButtonClicked(views::View* source, argument
H A Dconfirm_bubble_views.cc2 // Use of this source code is governed by a BSD-style license that can be
93 void ConfirmBubbleViews::LinkClicked(views::Link* source, int event_flags) { argument
94 if (source == link_) {
H A Dfirst_run_bubble.cc2 // Use of this source code is governed by a BSD-style license that can be
88 void FirstRunBubble::LinkClicked(views::Link* source, int event_flags) { argument
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_started_animation_views.cc2 // Use of this source code is governed by a BSD-style license that can be
59 const content::NotificationSource& source,
173 const content::NotificationSource& source,
171 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument

Completed in 523 milliseconds

<<11121314151617181920>>