Searched defs:source (Results 201 - 225 of 1325) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/extensions/
H A Dtheme_installed_infobar_delegate.cc2 // Use of this source code is governed by a BSD-style license that can be
98 const NotificationSource& source,
96 Observe( NotificationType type, const NotificationSource& source, const NotificationDetails& details) argument
H A Duser_script_listener.cc2 // Use of this source code is governed by a BSD-style license that can be
124 const NotificationSource& source,
155 Source<Profile>(source).ptr()->GetExtensionService();
123 Observe(NotificationType type, const NotificationSource& source, const NotificationDetails& details) argument
/external/chromium/chrome/browser/geolocation/
H A Dgeolocation_content_settings_map_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
28 const NotificationSource& source,
31 Source<GeolocationContentSettingsMap> content_settings(source);
27 Observe(NotificationType type, const NotificationSource& source, const NotificationDetails& details) argument
/external/chromium/chrome/browser/history/
H A Din_memory_history_backend.cc2 // Use of this source code is governed by a BSD-style license that can be
71 Source<Profile> source(profile_);
72 registrar_.Add(this, NotificationType::HISTORY_URL_VISITED, source);
73 registrar_.Add(this, NotificationType::HISTORY_TYPED_URLS_MODIFIED, source);
74 registrar_.Add(this, NotificationType::HISTORY_URLS_DELETED, source);
76 source);
77 registrar_.Add(this, NotificationType::TEMPLATE_URL_REMOVED, source);
81 const NotificationSource& source,
80 Observe(NotificationType type, const NotificationSource& source, const NotificationDetails& details) argument
/external/chromium/chrome/browser/
H A Dicon_manager.cc2 // Use of this source code is governed by a BSD-style license that can be
55 bool IconManager::OnImageLoaded(IconLoader* source, gfx::Image* result) { argument
56 ClientRequests::iterator rit = requests_.find(source);
58 source->Release();
H A Dplugin_data_remover_helper.cc2 // Use of this source code is governed by a BSD-style license that can be
84 const NotificationSource& source,
83 Observe(NotificationType type, const NotificationSource& source, const NotificationDetails& details) argument
/external/chromium/chrome/browser/net/gaia/
H A Dtoken_service_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
22 const NotificationSource& source,
24 TestNotificationTracker::Observe(type, source, details);
36 const NotificationSource& source,
38 TestNotificationTracker::Observe(type, source, details);
21 Observe(NotificationType type, const NotificationSource& source, const NotificationDetails& details) argument
35 Observe(NotificationType type, const NotificationSource& source, const NotificationDetails& details) argument
/external/chromium/chrome/browser/notifications/
H A Dnotification_exceptions_table_model.cc2 // Use of this source code is governed by a BSD-style license that can be
102 const NotificationSource& source,
100 Observe( NotificationType type, const NotificationSource& source, const NotificationDetails& details) argument
/external/chromium/chrome/browser/printing/
H A Dprint_job_manager.cc2 // Use of this source code is governed by a BSD-style license that can be
87 const NotificationSource& source,
91 OnPrintJobEvent(Source<PrintJob>(source).ptr(),
86 Observe(NotificationType type, const NotificationSource& source, const NotificationDetails& details) argument
/external/chromium/chrome/browser/remoting/
H A Ddirectory_add_request.cc2 // Use of this source code is governed by a BSD-style license that can be
62 const URLFetcher* source,
68 DCHECK_EQ(source, fetcher_.get());
61 OnURLFetchComplete( const URLFetcher* source, const GURL& url, const net::URLRequestStatus& status, int response_code, const ResponseCookies& cookies, const std::string& data) argument
/external/chromium/chrome/browser/ssl/
H A Dssl_client_auth_handler.cc2 // Use of this source code is governed by a BSD-style license that can be
107 const NotificationSource& source,
113 if (Source<SSLClientAuthHandler>(source).ptr() == handler_.get()) {
105 Observe( NotificationType type, const NotificationSource& source, const NotificationDetails& details) argument
/external/chromium/chrome/browser/sync/
H A Dbackend_migrator.cc2 // Use of this source code is governed by a BSD-style license that can be
107 const NotificationSource& source,
106 Observe(NotificationType type, const NotificationSource& source, const NotificationDetails& details) argument
/external/chromium/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
51 const NotificationSource& source,
50 Observe(NotificationType type, const NotificationSource& source, const NotificationDetails& details) argument
H A Dextension_change_processor.cc2 // Use of this source code is governed by a BSD-style license that can be
47 const NotificationSource& source,
62 DCHECK_EQ(Source<Profile>(source).ptr(), profile_);
46 Observe(NotificationType type, const NotificationSource& source, const NotificationDetails& details) argument
H A Dpassword_change_processor.cc2 // Use of this source code is governed by a BSD-style license that can be
48 const NotificationSource& source,
47 Observe(NotificationType type, const NotificationSource& source, const NotificationDetails& details) argument
H A Dsession_change_processor.cc2 // Use of this source code is governed by a BSD-style license that can be
56 const NotificationSource& source,
67 Browser* browser = Source<Browser>(source).ptr();
78 Source<NavigationController>(source).ptr();
89 Source<NavigationController>(source).ptr();
100 Source<NavigationController>(source).ptr();
110 Source<NavigationController>(source).ptr();
120 Source<NavigationController>(source).ptr();
130 Source<ExtensionTabHelper>(source).ptr();
55 Observe(NotificationType type, const NotificationSource& source, const NotificationDetails& details) argument
H A Dtheme_change_processor.cc2 // Use of this source code is governed by a BSD-style license that can be
30 const NotificationSource& source,
29 Observe(NotificationType type, const NotificationSource& source, const NotificationDetails& details) argument
/external/chromium/chrome/browser/sync/sessions/
H A Dsession_state_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
140 SyncSourceInfo source; local
141 scoped_ptr<DictionaryValue> expected_source_value(source.ToValue());
154 source);
174 ExpectDictionaryValue(*expected_source_value, *value, "source");
H A Dsync_session.cc2 // Use of this source code is governed by a BSD-style license that can be
13 const SyncSourceInfo& source,
17 source_(source),
33 // When we coalesce sessions, the sync update source gets overwritten with the
12 SyncSession(SyncSessionContext* context, Delegate* delegate, const SyncSourceInfo& source, const ModelSafeRoutingInfo& routing_info, const std::vector<ModelSafeWorker*>& workers) argument
/external/chromium/chrome/browser/sync/util/
H A Dextensions_activity_monitor.cc2 // Use of this source code is governed by a BSD-style license that can be
82 const NotificationSource& source,
86 const Extension* extension = Source<const Extension>(source).ptr();
81 Observe(NotificationType type, const NotificationSource& source, const NotificationDetails& details) argument
/external/chromium/chrome/browser/ui/
H A Dbrowser_navigator_browsertest.cc2 // Use of this source code is governed by a BSD-style license that can be
64 const NotificationSource& source,
63 Observe(NotificationType type, const NotificationSource& source, const NotificationDetails& details) argument
/external/chromium/chrome/browser/ui/gtk/
H A Dconstrained_html_delegate_gtk.cc2 // Use of this source code is governed by a BSD-style license that can be
49 void MoveContents(TabContents* source, const gfx::Rect& pos) {} argument
/external/chromium/chrome/browser/ui/gtk/download/
H A Ddownload_started_animation_gtk.cc2 // Use of this source code is governed by a BSD-style license that can be
52 const NotificationSource& source,
183 const NotificationSource& source,
182 Observe(NotificationType type, const NotificationSource& source, const NotificationDetails& details) argument
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_started_animation_win.cc2 // Use of this source code is governed by a BSD-style license that can be
54 const NotificationSource& source,
169 const NotificationSource& source,
168 Observe(NotificationType type, const NotificationSource& source, const NotificationDetails& details) argument
/external/chromium/chrome/browser/ui/views/infobars/
H A Dbefore_translate_infobar.cc2 // Use of this source code is governed by a BSD-style license that can be
184 void BeforeTranslateInfoBar::RunMenu(View* source, const gfx::Point& pt) { argument
185 if (source == language_menu_button_) {
188 DCHECK_EQ(options_menu_button_, source);

Completed in 4854 milliseconds

1234567891011>>