Searched defs:details (Results 101 - 125 of 684) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/extensions/
H A Dextension_infobar_delegate.cc112 const content::NotificationDetails& details) {
115 content::Details<extensions::ExtensionHost>(details).ptr())
109 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
H A Dextension_notification_observer.cc101 const content::NotificationDetails& details) {
105 content::Details<const InstalledExtensionInfo>(details)->extension;
114 content::Details<const Extension>(details).ptr();
123 content::Details<UnloadedExtensionInfo>(details).ptr();
98 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
H A Dfavicon_downloader.cc106 const content::LoadCommittedDetails& details,
105 DidNavigateMainFrame( const content::LoadCommittedDetails& details, const content::FrameNavigateParams& params) argument
H A Dtheme_installed_infobar_delegate.cc157 const content::NotificationDetails& details) {
154 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_cache_impl.cc121 const content::NotificationDetails& details) {
119 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/
H A Dfont_family_cache.cc131 const content::NotificationDetails& details) {
129 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/google/
H A Dgoogle_search_counter_android_unittest.cc46 // details.
94 content::LoadCommittedDetails details; local
103 details.entry = entry.get();
118 content::Details<content::LoadCommittedDetails>(&details));
H A Dgoogle_url_tracker_navigation_helper_impl.cc84 const content::NotificationDetails& details) {
81 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/history/
H A Dhistory_tab_helper.cc80 const content::LoadCommittedDetails& details,
87 const content::LoadCommittedDetails& details,
100 web_contents()->GetURL(), details.entry->GetTimestamp(),
101 details.did_replace_entry, params);
79 DidNavigateMainFrame( const content::LoadCommittedDetails& details, const content::FrameNavigateParams& params) argument
86 DidNavigateAnyFrame( const content::LoadCommittedDetails& details, const content::FrameNavigateParams& params) argument
H A Din_memory_history_backend.cc71 const content::NotificationDetails& details) {
74 OnURLVisitedOrModified(content::Details<URLVisitedDetails>(details)->row);
78 *content::Details<KeywordSearchUpdatedDetails>(details).ptr());
82 *content::Details<KeywordSearchDeletedDetails>(details).ptr());
86 content::Details<URLsModifiedDetails>(details).ptr();
95 OnURLsDeleted(*content::Details<URLsDeletedDetails>(details).ptr());
113 void InMemoryHistoryBackend::OnURLsDeleted(const URLsDeletedDetails& details) { argument
116 if (details.all_history) {
126 for (URLRows::const_iterator row = details.rows.begin();
127 row != details
68 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
134 OnKeywordSearchTermUpdated( const KeywordSearchUpdatedDetails& details) argument
142 OnKeywordSearchTermDeleted( const KeywordSearchDeletedDetails& details) argument
[all...]
/external/chromium_org/chrome/browser/invalidation/
H A Dinvalidation_service_android.cc79 const content::NotificationDetails& details) {
84 state_details(details);
76 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/metrics/
H A Domnibox_metrics_provider.cc100 const content::NotificationDetails& details) {
107 RecordOmniboxOpenedURL(*content::Details<OmniboxLog>(details).ptr());
97 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/printing/
H A Dbackground_printing_manager.cc92 const content::NotificationDetails& details) {
89 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
H A Dprint_job_manager.cc113 const content::NotificationDetails& details) {
118 *content::Details<JobEventDetails>(details).ptr());
111 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
H A Dexterns.js119 AccessibilityObject.prototype.details;
121 AccessibilityObject.prototype.details.value;
123 AccessibilityObject.prototype.details.selectionStart;
125 AccessibilityObject.prototype.details.selectionEnd;
127 AccessibilityObject.prototype.details.itemCount;
129 AccessibilityObject.prototype.details.itemIndex;
/external/chromium_org/chrome/browser/safe_browsing/
H A Dmalware_details_history.cc64 const content::NotificationDetails& details) {
61 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/search/
H A Dsearch_terms_tracker.cc53 const content::NotificationDetails& details) {
50 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/search_engines/
H A Dchrome_template_url_service_client.cc83 const content::NotificationDetails& details) {
89 content::Details<history::URLVisitedDetails> history_details(details);
80 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/speech/extension_api/
H A Dtts_engine_extension_observer.cc116 const extensions::EventListenerInfo& details) {
117 if (!IsLoadedTtsEngine(details.extension_id))
121 engine_extension_ids_.insert(details.extension_id);
115 OnListenerAdded( const extensions::EventListenerInfo& details) argument
/external/chromium_org/chrome/browser/ssl/
H A Dssl_error_info.cc22 SSLErrorInfo::SSLErrorInfo(const base::string16& details, argument
24 : details_(details),
32 base::string16 details, short_description; local
51 details =
62 details = l10n_util::GetStringFUTF16(
71 details = l10n_util::GetStringFUTF16(
82 details = l10n_util::GetStringFUTF16(
91 details = l10n_util::GetStringFUTF16(
98 details = l10n_util::GetStringFUTF16(
105 details
[all...]
H A Dssl_error_info.h19 // information about an error (type of error and text details).
61 const base::string16& details() const { return details_; } function in class:SSLErrorInfo
67 SSLErrorInfo(const base::string16& details,
/external/chromium_org/chrome/browser/sync/glue/
H A Dbookmark_data_type_controller.cc46 const content::NotificationDetails& details) {
43 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/sync/sessions/
H A Dnotification_service_sessions_router.cc80 const content::NotificationDetails& details) {
77 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
H A Dsession_data_type_controller.cc97 const content::NotificationDetails& details) {
94 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Ddrive_backend_test_util.cc45 ExpectEquivalentDetails(left.details(), right.details());
63 FileDetails details; local
64 details.set_title(title);
65 details.set_file_kind(FILE_KIND_FOLDER);
66 details.set_missing(false);
70 *metadata->mutable_details() = details;
78 FileDetails details; local
79 details.set_title(title);
80 details
[all...]

Completed in 1825 milliseconds

1234567891011>>