Searched refs:Details (Results 1 - 25 of 563) sorted by relevance

1234567891011>>

/external/chromium_org/ash/wm/
H A Dwindow_resizer.h58 // See comment for |Details::initial_location_in_parent|.
62 struct Details { struct in class:ash::WindowResizer
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,
132 static gfx::Size GetSizeForDrag(const Details& details,
137 static int GetWidthForDrag(const Details
[all...]
H A Ddefault_window_resizer.h43 explicit DefaultWindowResizer(const Details& details);
45 const Details details_;
H A Ddefault_window_resizer.cc29 Details details(window, location, window_component, source);
65 DefaultWindowResizer::DefaultWindowResizer(const Details& details)
H A Ddrag_window_resizer.h49 const Details& details);
71 const Details details_;
/external/chromium_org/content/public/browser/
H A Dnotification_service.h33 // Details is a reference to an object containing additional data about
60 static Details<void> NoDetails() { return Details<void>(NULL); }
H A Dnotification_details.h17 // "Details<detailsclassname>(detailsclasspointer)" or
41 // Declaring this const allows Details<T> to be used with both T = Foo and
47 class Details : public NotificationDetails { class in namespace:content
50 Details(T* ptr) : NotificationDetails(ptr) {} // NOLINT function in class:content::Details
51 Details(const NotificationDetails& other) // NOLINT function in class:content::Details
/external/llvm/lib/Analysis/
H A DLibCallAliasAnalysis.cpp56 const LibCallFunctionInfo::LocationMRInfo *Details = FI->LocationDetails; local
57 if (Details == 0)
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);
80 // is a match for one of the locations in 'Details'. Also, if we can prove
81 // that the pointers is *not* one of the locations in 'Details', we know that
87 for (unsigned i = 0; Details[i].LocationID != ~0U; ++i) {
89 LCI->getLocationInfo(Details[
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dextension_web_ui_override_registrar.cc33 content::Details<const Extension>(details).ptr();
39 content::Details<UnloadedExtensionInfo>(details)->extension;
H A Dinstall_tracker.cc77 content::Details<const InstalledExtensionInfo>(details).ptr()->
85 content::Details<const Extension>(details).ptr();
91 const content::Details<extensions::UnloadedExtensionInfo>& unload_info(
100 content::Details<const Extension>(details).ptr();
112 *content::Details<const std::string>(details).ptr());
/external/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp52 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));
92 NotifyFunctionEmitted( const Function &F, void *FnStart, size_t FnSize, const JITEvent_EmittedFunctionDetails &Details) argument
/external/chromium/chrome/browser/prefs/
H A Dpref_observer_mock.cc16 Property(&Details<std::string>::ptr,
/external/chromium/chrome/browser/ui/options/
H A Doptions_page_base.cc37 NotifyPrefChanged(Details<std::string>(details).ptr());
/external/chromium_org/chrome/browser/history/
H A Din_memory_history_backend.cc70 content::Details<history::URLVisitedDetails> visited_details(details);
84 *content::Details<history::KeywordSearchUpdatedDetails>(
89 *content::Details<history::KeywordSearchDeletedDetails>(
94 *content::Details<history::URLsModifiedDetails>(details).ptr());
98 *content::Details<history::URLsDeletedDetails>(details).ptr());
102 *(content::Details<TemplateURLID>(details).ptr()));
/external/chromium_org/chrome/browser/extensions/api/cookies/
H A Dcookies_helpers.h84 const extensions::api::cookies::GetAll::Params::Details* details,
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/ui/extensions/
H A Dextension_installed_bubble.cc20 using content::Details;
90 const Extension* extension = Details<const Extension>(details).ptr();
103 Details<extensions::UnloadedExtensionInfo>(details)->extension;
/external/chromium/chrome/browser/content_settings/
H A Dstub_settings_observer.cc24 Details<ContentSettingsDetails> settings_details(details);
/external/chromium_org/chrome/browser/content_settings/
H A Dmock_settings_observer.cc28 content::Details<ContentSettingsDetails>(details).ptr();
/external/chromium_org/chrome/browser/tab_contents/
H A Dbackground_contents.cc83 content::Details<BackgroundContents>(this));
94 content::Details<BackgroundContents>(this));
113 content::Details<BackgroundContents>(this));
131 content::Details<BackgroundContents>(this));
/external/chromium/chrome/browser/
H A Dbackground_contents_service.cc209 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();
232 RegisterBackgroundContents(Details<BackgroundContents>(details).ptr());
236 const Extension* extension = Details<const Extension>(details).ptr();
264 Details<BackgroundContents>(details).ptr();
271 ExtensionHost* extension_host = Details<ExtensionHost>(details).ptr();
287 switch (Details<UnloadedExtensionInf
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextension_infobar_delegate.cc80 const ExtensionHost* result = Details<ExtensionHost>(details).ptr();
87 Details<UnloadedExtensionInfo>(details)->extension;
/external/chromium/chrome/browser/translate/
H A Dtranslate_tab_helper.cc47 Details<std::string>(&lang));
60 Details<PageTranslatedDetails>(&details));
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_resizer.h55 const Details& details);
78 const Details details_;
/external/chromium_org/ash/wm/panels/
H A Dpanel_window_resizer.h48 const Details& details);
65 const Details details_;
/external/chromium_org/chrome/browser/translate/
H A Dtranslate_tab_helper.cc54 content::Details<const LanguageDetectionDetails>(&details));
70 content::Details<PageTranslatedDetails>(&details));
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp62 const EmittedFunctionDetails &Details);
119 const EmittedFunctionDetails &Details) {
127 if (!Details.LineStarts.empty()) {
129 // format in Details to the offset/lineno in Intel JIT API format.
131 LineInfo.reserve(Details.LineStarts.size() + 1);
133 DebugLoc FirstLoc = Details.LineStarts[0].Loc;
150 Details.LineStarts.begin(), E = Details.LineStarts.end();
164 Details.MF->getFunction()->getContext());
117 NotifyFunctionEmitted( const Function &F, void *FnStart, size_t FnSize, const EmittedFunctionDetails &Details) argument

Completed in 1385 milliseconds

1234567891011>>