/external/chromium_org/content/public/browser/ |
notification_service.h | 33 // Details is a reference to an object containing additional data about 38 const NotificationDetails& details) = 0; 58 // Returns a NotificationDetails object that represents a lack of details 60 static Details<void> NoDetails() { return Details<void>(NULL); }
|
notification_details.h | 5 // This file defines the type used to provide details for NotificationService 17 // "Details<detailsclassname>(detailsclasspointer)" or 26 // returns the pointer to the current details as an identifier, for use as a 41 // Declaring this const allows Details<T> to be used with both T = Foo and 47 class Details : public NotificationDetails { 50 Details(T* ptr) : NotificationDetails(ptr) {} // NOLINT 51 Details(const NotificationDetails& other) // NOLINT
|
/external/chromium_org/ash/wm/ |
window_resizer.h | 58 // See comment for |Details::initial_location_in_parent|. 62 struct Details { 63 Details(); 64 Details(aura::Window* window, 68 ~Details(); 110 static gfx::Rect CalculateBoundsForDrag(const Details& details, 121 static void AdjustDeltaForTouchResize(const Details& details, 127 static gfx::Point GetOriginForDrag(const Details& details [all...] |
default_window_resizer.h | 43 explicit DefaultWindowResizer(const Details& details); 45 const Details details_;
|
default_window_resizer.cc | 29 Details details(window, location, window_component, source); 30 return details.is_resizable ? new DefaultWindowResizer(details) : NULL; 65 DefaultWindowResizer::DefaultWindowResizer(const Details& details) 66 : details_(details),
|
drag_window_resizer.h | 49 const Details& details); 71 const Details details_;
|
/external/llvm/lib/Analysis/ |
LibCallAliasAnalysis.cpp | 6 // License. See LICENSE.TXT for details. 56 const LibCallFunctionInfo::LocationMRInfo *Details = FI->LocationDetails; 57 if (Details == 0) 60 // If the details array is of the 'DoesNot' kind, we only know something if 61 // the pointer is a match for one of the locations in 'Details'. If we find a 66 for (unsigned i = 0; Details[i].LocationID != ~0U; ++i) { 68 LCI->getLocationInfo(Details[i].LocationID); 74 return ModRefResult(MRInfo & ~Details[i].MRInfo); 79 // If the details are of the 'DoesOnly' sort, we know something if the pointer 80 // is a match for one of the locations in 'Details'. Also, if we can prov [all...] |
/external/chromium_org/chrome/browser/extensions/ |
extension_web_ui_override_registrar.cc | 30 const content::NotificationDetails& details) { 33 content::Details<const Extension>(details).ptr(); 39 content::Details<UnloadedExtensionInfo>(details)->extension;
|
install_tracker.cc | 73 const content::NotificationDetails& details) { 77 content::Details<const InstalledExtensionInfo>(details).ptr()-> 85 content::Details<const Extension>(details).ptr(); 91 const content::Details<extensions::UnloadedExtensionInfo>& unload_info( 92 details); 100 content::Details<const Extension>(details).ptr(); 112 *content::Details<const std::string>(details).ptr()) [all...] |
/external/llvm/lib/ExecutionEngine/OProfileJIT/ |
OProfileJITEventListener.cpp | 6 // License. See LICENSE.TXT for details. 52 const JITEvent_EmittedFunctionDetails &Details); 94 const JITEvent_EmittedFunctionDetails &Details) { 105 if (!Details.LineStarts.empty()) { 107 // format in Details to the address/filename/lineno format that OProfile 112 LineInfo.reserve(1 + Details.LineStarts.size()); 114 DebugLoc FirstLoc = Details.LineStarts[0].Loc; 132 I = Details.LineStarts.begin(), E = Details.LineStarts.end(); 135 *Details.MF, Filenames, I->Address, I->Loc)) [all...] |
/external/chromium/chrome/browser/prefs/ |
pref_observer_mock.cc | 16 Property(&Details<std::string>::ptr,
|
/external/chromium/chrome/browser/ui/options/ |
options_page_base.cc | 35 const NotificationDetails& details) { 37 NotifyPrefChanged(Details<std::string>(details).ptr());
|
/external/chromium_org/chrome/browser/extensions/api/cookies/ |
cookies_helpers.h | 80 // match vector all the cookies that both match the given URL and cookie details 84 const extensions::api::cookies::GetAll::Params::Details* details, 93 // This class is essentially a convenience wrapper for the details dictionary 99 // Takes the details dictionary argument given by the user as input. 100 // This class does not take ownership of the lifetime of the Details 103 const extensions::api::cookies::GetAll::Params::Details* details); 119 const extensions::api::cookies::GetAll::Params::Details* details_;
|
/external/chromium_org/chrome/browser/history/ |
in_memory_history_backend.cc | 67 const content::NotificationDetails& details) { 70 content::Details<history::URLVisitedDetails> visited_details(details); 84 *content::Details<history::KeywordSearchUpdatedDetails>( 85 details).ptr()); 89 *content::Details<history::KeywordSearchDeletedDetails>( 90 details).ptr()); 94 *content::Details<history::URLsModifiedDetails>(details).ptr()); 98 *content::Details<history::URLsDeletedDetails>(details).ptr()) [all...] |
/external/chromium_org/chrome/browser/ui/extensions/ |
extension_installed_bubble.cc | 20 using content::Details; 87 const content::NotificationDetails& details) { 90 const Extension* extension = Details<const Extension>(details).ptr(); 103 Details<extensions::UnloadedExtensionInfo>(details)->extension;
|
/external/chromium/chrome/browser/content_settings/ |
stub_settings_observer.cc | 21 const NotificationDetails& details) { 24 Details<ContentSettingsDetails> settings_details(details);
|
/external/chromium/chrome/browser/sync/glue/ |
data_type_manager_mock.h | 20 Details<browser_sync::DataTypeManager::ConfigureResultWithErrorLocation>(
|
/external/chromium_org/chrome/browser/content_settings/ |
mock_settings_observer.cc | 24 const content::NotificationDetails& details) { 28 content::Details<ContentSettingsDetails>(details).ptr();
|
/external/chromium_org/chrome/browser/tab_contents/ |
background_contents.cc | 83 content::Details<BackgroundContents>(this)); 94 content::Details<BackgroundContents>(this)); 113 content::Details<BackgroundContents>(this)); 131 content::Details<BackgroundContents>(this)); 142 const content::NotificationDetails& details) {
|
/external/chromium/chrome/browser/ |
background_contents_service.cc | 202 const NotificationDetails& details) { 209 BackgroundContentsShutdown(Details<BackgroundContents>(details).ptr()); 212 DCHECK(IsTracked(Details<BackgroundContents>(details).ptr())); 213 UnregisterBackgroundContents(Details<BackgroundContents>(details).ptr()); 216 DCHECK(IsTracked(Details<BackgroundContents>(details).ptr())); 221 Details<BackgroundContents>(details).ptr() 457 BackgroundContentsOpenedDetails details = {contents, local [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_infobar_delegate.cc | 77 const NotificationDetails& details) { 80 const ExtensionHost* result = Details<ExtensionHost>(details).ptr(); 87 Details<UnloadedExtensionInfo>(details)->extension;
|
/external/chromium/chrome/browser/translate/ |
translate_tab_helper.cc | 33 const NavigationController::LoadCommittedDetails& details, 36 language_state_.DidNavigate(details); 47 Details<std::string>(&lang)); 56 PageTranslatedDetails details(original_lang, translated_lang, error_type); 60 Details<PageTranslatedDetails>(&details));
|
/external/chromium_org/ash/wm/dock/ |
docked_window_resizer.h | 55 const Details& details); 78 const Details details_;
|
/external/chromium_org/ash/wm/panels/ |
panel_window_resizer.h | 48 const Details& details); 65 const Details details_;
|
/external/chromium_org/chrome/browser/translate/ |
translate_tab_helper.cc | 39 const content::LoadCommittedDetails& details, 42 language_state_.DidNavigate(details); 46 const LanguageDetectionDetails& details, 48 language_state_.LanguageDetermined(details.adopted_language, 54 content::Details<const LanguageDetectionDetails>(&details)); 63 PageTranslatedDetails details; local 64 details.source_language = original_lang; 65 details.target_language = translated_lang; 66 details.error_type = error_type [all...] |