Searched defs:details (Results 251 - 275 of 684) sorted by relevance

<<11121314151617181920>>

/external/deqp/modules/glshared/
H A DglsFboCompletenessTests.hpp42 namespace details namespace in namespace:deqp::gls::fboc
136 } // details
138 using details::Context;
139 using details::TestBase;
140 using details::ParamTest;
141 using details::gl;
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DHtmlTooltipHelper.java51 public static Control createTooltipControl(Composite parent, String header, String details) { argument
52 return createTooltipControl(parent, header, details, 0);
57 String details,
66 html += "<tr><td align=justify>" + details + "</td></tr>";
70 control = createTooltipControl_Label(parent, details);
55 createTooltipControl(Composite parent, String header, String details, int heightLimit) argument
/external/oprofile/pp/
H A Dopreport_options.cpp39 bool details; member in namespace:options
67 popt::option(options::details, "details", 'd',
170 if (details) {
171 cerr << "--callgraph is incompatible with --details" << endl;
194 if (details && diff) {
195 cerr << "differential profiles are incompatible with --details" << endl;
232 if (global_percent && symbols && !(details || callgraph)) {
234 "and without --details or --callgraph" << endl;
286 if (details) {
[all...]
/external/valgrind/main/coregrind/
H A Dm_tooliface.c22 General Public License for more details.
56 /* Setting details */
59 VgDetails VG_(details) = { variable
72 VG_(details).detail = detail; \
117 CHECK_NOT(VG_(details).name, NULL);
119 CHECK_NOT(VG_(details).description, NULL);
120 CHECK_NOT(VG_(details).copyright_author, NULL);
121 CHECK_NOT(VG_(details).bug_reports_to, NULL);
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/
H A Doptions.js236 advancedFonts.fontSizeSettings[fontSizeKey].getter({}, function(details) {
238 details.levelOfControl);
239 var size = details.pixelSize;
270 var details = { script: script, genericFamily: genericFamily };
271 chrome.fontSettings.getFont(details, function(result) {
277 pendingChanges.getFont(details.script, details.genericFamily);
518 setting.getter({}, function(details) {
519 var size = details.pixelSize.toString();
521 details
[all...]
/external/chromium_org/android_webview/browser/renderer_host/
H A Daw_render_view_host_ext.cc119 const content::LoadCommittedDetails& details,
118 DidNavigateAnyFrame( const content::LoadCommittedDetails& details, const content::FrameNavigateParams& params) argument
/external/chromium_org/apps/
H A Dsaved_devices_service.cc288 const content::NotificationDetails& details) {
291 Clear(content::Details<ExtensionHost>(details)->extension_id());
286 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/ash/shelf/
H A Dshelf_window_watcher.cc26 // Sets ShelfItem property by using the value of |details|.
28 const ash::ShelfItemDetails& details) {
29 item->type = details.type;
30 if (details.image_resource_id != ash::kInvalidImageResourceID) {
32 item->image = *rb.GetImageSkiaNamed(details.image_resource_id);
256 const ShelfItemDetails* details = local
258 SetShelfItemDetailsForShelfItem(&item, *details);
27 SetShelfItemDetailsForShelfItem(ash::ShelfItem* item, const ash::ShelfItemDetails& details) argument
/external/chromium_org/ash/shell/
H A Dapp_list.cc96 // Assigns details only to some types so that we see both one-line
152 // show, what should title and details text look like. It also carries the
181 base::string16 details = local
183 set_details(details);
185 details_tags.push_back(Tag(Tag::DIM, 0, details.length()));
/external/chromium_org/ash/test/
H A Dchild_modal_window.cc193 const ViewHierarchyChangedDetails& details) {
194 if (details.is_add && details.child == this) {
192 ViewHierarchyChanged( const ViewHierarchyChangedDetails& details) argument
/external/chromium_org/ash/touch/
H A Dtouch_uma.cc62 event.details().touch_points() == 2) {
63 WindowTouchDetails* details = target->GetProperty(kWindowTouchDetails); local
64 if (!details) {
69 details->last_mt_time_ = event.time_stamp();
88 WindowTouchDetails* details = target->GetProperty(kWindowTouchDetails); local
89 if (!details) {
90 details = new WindowTouchDetails;
91 target->SetProperty(kWindowTouchDetails, details);
141 details->last_start_time_[event.touch_id()] = event.time_stamp();
142 details
[all...]
/external/chromium_org/ash/wm/
H A Dsystem_gesture_event_filter_unittest.cc171 ui::GestureEventDetails details = local
173 details.set_oldest_touch_id(touch_id);
204 ui::EventDispatchDetails details = local
206 ASSERT_FALSE(details.dispatcher_destroyed);
H A Dwindow_manager_unittest.cc188 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&keyev); local
189 ASSERT_FALSE(details.dispatcher_destroyed);
196 details = dispatcher->OnEventFromSource(&touchev);
197 ASSERT_FALSE(details.dispatcher_destroyed);
203 details = dispatcher->OnEventFromSource(&keyev);
204 ASSERT_FALSE(details.dispatcher_destroyed);
242 details = dispatcher->OnEventFromSource(&keyev);
243 EXPECT_FALSE(keyev.handled() || details.dispatcher_destroyed);
258 details = dispatcher->OnEventFromSource(&keyev);
259 EXPECT_FALSE(keyev.handled() || details
448 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&touchev1); local
519 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&move1); local
527 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&move2); local
535 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&move1); local
543 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&move2); local
551 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&move1); local
559 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&move2); local
567 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&move1); local
575 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&move2); local
584 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&move1); local
623 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&mouseev1); local
675 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&key_event); local
[all...]
/external/chromium_org/chrome/browser/android/
H A Dchrome_web_contents_delegate_android.cc121 const content::NotificationDetails& details) {
126 content::Details<FindNotificationDetails>(details).ptr());
168 // Create the details object.
193 // Create the details object.
118 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
H A Dforeign_session_helper.cc175 const content::NotificationDetails& details) {
173 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/apps/
H A Dephemeral_app_service.cc121 const content::NotificationDetails& details) {
118 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/autocomplete/
H A Dshortcuts_backend.cc176 const content::NotificationDetails& details) {
184 details)->extension->url(), false);
190 content::Details<const history::URLsDeletedDetails>(details).ptr();
174 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/background/
H A Dbackground_contents_service_unittest.cc81 BackgroundContentsOpenedDetails details = { local
83 service->BackgroundContentsOpened(&details);
/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_tab_helper.cc159 const content::NotificationDetails& details) {
167 content::Details<content::ResourceRedirectDetails>(details).ptr();
178 content::Details<CaptivePortalService::Results>(details).ptr();
156 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/chromeos/accessibility/
H A Dmagnification_manager_browsertest.cc132 const AccessibilityStatusEventDetails& details) {
133 if (details.notification_type == ACCESSIBILITY_TOGGLE_SCREEN_MAGNIFIER) {
134 magnifier_type_ = details.magnifier_type;
135 observed_enabled_ = details.enabled;
131 OnAccessibilityStatusChanged( const AccessibilityStatusEventDetails& details) argument
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dexternal_cache.cc146 const content::NotificationDetails& details) {
144 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Duser_image_screen.cc317 const content::NotificationDetails& details) {
322 *content::Details<const gfx::ImageSkia>(details).ptr()->bitmap());
315 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dlogin_web_dialog.cc164 const content::NotificationDetails& details) {
162 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/chromeos/options/
H A Dnetwork_config_view.cc266 const ViewHierarchyChangedDetails& details) {
269 if (details.is_add && details.child == this) {
265 ViewHierarchyChanged( const ViewHierarchyChangedDetails& details) argument
/external/chromium_org/chrome/browser/chromeos/ownership/
H A Downer_settings_service_chromeos.cc211 const content::NotificationDetails& details) {
208 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument

Completed in 2449 milliseconds

<<11121314151617181920>>