Searched defs:details (Results 201 - 225 of 684) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/extensions/
H A Duser_script_listener.cc209 const content::NotificationDetails& details) {
216 content::Details<const Extension>(details).ptr();
233 content::Details<UnloadedExtensionInfo>(details)->extension;
207 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/infobars/
H A Dinfobar_service.cc25 bool IsReload(const content::LoadCommittedDetails& details) { argument
27 details.entry->GetTransitionType()) == ui::PAGE_TRANSITION_RELOAD;
36 const content::LoadCommittedDetails& details) {
38 navigation_details.entry_id = details.entry->GetUniqueID();
40 details.is_navigation_to_different_page();
41 navigation_details.did_replace_entry = details.did_replace_entry;
42 navigation_details.is_main_frame = details.is_main_frame;
44 const ui::PageTransition transition = details.entry->GetTransitionType();
45 navigation_details.is_reload = IsReload(details);
35 NavigationDetailsFromLoadCommittedDetails( const content::LoadCommittedDetails& details) argument
/external/chromium_org/chrome/browser/metrics/
H A Dchrome_stability_metrics_provider.cc157 const content::NotificationDetails& details) {
170 details).ptr();
154 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/policy/cloud/
H A Duser_policy_signin_service_base.cc81 const content::NotificationDetails& details) {
78 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dlast_download_finder.cc63 // Populates the |details| protobuf with information pertaining to |download|.
65 ClientIncidentReport_DownloadDetails* details) {
66 ClientDownloadRequest* download_request = details->mutable_download();
92 details->set_download_time_msec(download.end_time.ToJavaTime());
96 details->set_open_time_msec(download.end_time.ToJavaTime());
229 scoped_ptr<ClientIncidentReport_DownloadDetails> details(
231 PopulateDetails(most_recent_row_, details.get());
232 callback_.Run(details.Pass());
240 const content::NotificationDetails& details) {
247 content::Details<HistoryService>(details)
64 PopulateDetails(const history::DownloadRow& download, ClientIncidentReport_DownloadDetails* details) argument
238 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
[all...]
/external/chromium_org/chrome/browser/sync/glue/
H A Dtyped_url_change_processor.cc66 const content::NotificationDetails& details) {
76 content::Details<history::URLsModifiedDetails>(details).ptr());
79 content::Details<history::URLsDeletedDetails>(details).ptr());
83 content::Details<history::URLVisitedDetails>(details).ptr());
90 history::URLsModifiedDetails* details) {
93 for (history::URLRows::iterator url = details->changed_urls.begin();
94 url != details->changed_urls.end(); ++url) {
163 history::URLsDeletedDetails* details) {
171 if (details->expired)
174 if (details
63 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
89 HandleURLsModified( history::URLsModifiedDetails* details) argument
162 HandleURLsDeleted( history::URLsDeletedDetails* details) argument
198 HandleURLsVisited( history::URLVisitedDetails* details) argument
207 ShouldSyncVisit( history::URLVisitedDetails* details) argument
[all...]
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Ddrive_backend_util.cc69 bool HasFileAsParent(const FileDetails& details, const std::string& file_id) { argument
70 for (int i = 0; i < details.parent_folder_ids_size(); ++i) {
71 if (details.parent_folder_ids(i) == file_id)
/external/chromium_org/chrome/browser/tab_contents/
H A Dbackground_contents.cc147 const content::NotificationDetails& details) {
145 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/thumbnails/
H A Dthumbnail_tab_helper.cc134 const content::NotificationDetails& details) {
137 RenderViewHostCreated(content::Details<RenderViewHost>(details).ptr());
141 if (!*content::Details<bool>(details).ptr())
132 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/ui/ash/
H A Dchrome_shell_delegate_views.cc211 const content::NotificationDetails& details) {
209 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/ui/extensions/
H A Dextension_enable_flow.cc129 const content::NotificationDetails& details) {
127 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/ui/find_bar/
H A Dfind_bar_controller.cc133 const content::NotificationDetails& details) {
155 content::Details<content::LoadCommittedDetails>(details).ptr();
131 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_navigation_observer.cc87 const content::NotificationDetails& details) {
84 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_instructions_view.cc95 const ViewHierarchyChangedDetails& details) {
96 if (!updated_colors_ && details.is_add && GetWidget())
94 ViewHierarchyChanged( const ViewHierarchyChangedDetails& details) argument
/external/chromium_org/chrome/browser/ui/views/
H A Dconflicting_module_view_win.cc217 const ViewHierarchyChangedDetails& details) {
218 if (details.is_add && details.child == this)
225 const content::NotificationDetails& details) {
216 ViewHierarchyChanged( const ViewHierarchyChangedDetails& details) argument
222 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
H A Dcritical_notification_bubble_view.cc143 const ViewHierarchyChangedDetails& details) {
144 if (details.is_add && details.child == this)
142 ViewHierarchyChanged( const ViewHierarchyChangedDetails& details) argument
H A Dfind_bar_host_interactive_uitest.cc409 FindNotificationDetails details; local
410 ASSERT_TRUE(observer.GetDetailsFor(notification_source.map_key(), &details));
411 EXPECT_TRUE(details.number_of_matches() > 0);
H A Dsigned_certificate_timestamps_views.cc124 const ViewHierarchyChangedDetails& details) {
125 if (details.is_add && details.child == this)
170 const content::NotificationDetails& details) {
123 ViewHierarchyChanged( const ViewHierarchyChangedDetails& details) argument
167 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_view_views.cc70 const ViewHierarchyChangedDetails& details) {
71 NativeViewHost::ViewHierarchyChanged(details);
72 if (details.is_add && GetWidget() && !initialized_)
69 ViewHierarchyChanged( const ViewHierarchyChangedDetails& details) argument
/external/chromium_org/chrome/browser/ui/views/infobars/
H A Dextension_infobar.cc120 const ViewHierarchyChangedDetails& details) {
121 if (!details.is_add || (details.child != this) || (infobar_icon_ != NULL)) {
122 InfoBarView::ViewHierarchyChanged(details);
151 InfoBarView::ViewHierarchyChanged(details);
119 ViewHierarchyChanged( const ViewHierarchyChangedDetails& details) argument
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dnetwork_state_informer.cc139 const content::NotificationDetails& details) {
136 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/ui/webui/
H A Dfileicon_source.cc112 IconRequestDetails details; local
113 details.callback = callback;
114 details.scale_factor = scale_factor;
120 base::Unretained(this), details),
148 void FileIconSource::OnFileIconDataAvailable(const IconRequestDetails& details, argument
154 details.scale_factor).sk_bitmap(),
158 details.callback.Run(icon_data.get());
161 details.callback.Run(NULL);
H A Dsync_internals_message_handler.cc192 scoped_ptr<base::DictionaryValue> details(new base::DictionaryValue());
193 details->SetString("modelType", ModelTypeToString(type));
194 details->SetString("counterType", counter_type);
195 details->Set("counters", value.release());
198 *details);
203 const JsEventDetails& details) {
205 << " with details " << details.ToString();
208 details.Get());
201 HandleJsEvent( const std::string& name, const JsEventDetails& details) argument
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dmost_visited_handler.cc244 const content::NotificationDetails& details) {
242 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
H A Dsuggestions_page_handler.cc180 const content::NotificationDetails& details) {
178 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument

Completed in 361 milliseconds

1234567891011>>