Searched refs:set_location (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/ui/events/test/
H A Devents_test_utils.h35 void set_location(const gfx::Point& location) { function in class:ui::LocatedEventTestApi
/external/chromium_org/ui/views/
H A Devent_utils_aura.cc53 relocated->set_location(root_loc);
/external/chromium_org/cc/test/
H A Dfake_scrollbar.h33 void set_location(gfx::Point location) { location_ = location; } function in class:cc::FakeScrollbar
/external/chromium_org/ui/events/
H A Devent_unittest.cc80 test_ev1.set_location(gfx::Point(0, 0));
81 test_ev2.set_location(gfx::Point(1, 0));
87 test_ev1.set_location(gfx::Point(0, 0));
88 test_ev2.set_location(gfx::Point(10, 0));
94 test_ev1.set_location(gfx::Point(0, 0));
95 test_ev2.set_location(gfx::Point(0, 0));
H A Devent.h248 void set_location(const gfx::Point& location) { location_ = location; } function in class:ui::LocatedEvent
/external/chromium_org/chrome/browser/storage_monitor/
H A Dstorage_info.h81 void set_location(const base::FilePath::StringType& location) { function in struct:StorageInfo
H A Dportable_device_watcher_win.cc639 info.set_location(GetStoragePathFromStorageId(storage_id));
/external/chromium_org/chrome/common/extensions/features/
H A Dsimple_feature.h41 void set_location(Location location) { location_ = location; } function in class:extensions::SimpleFeature
H A Dsimple_feature_unittest.cc241 feature.set_location(Feature::COMPONENT_LOCATION);
245 feature.set_location(Feature::UNSPECIFIED_LOCATION);
269 feature.set_location(Feature::COMPONENT_LOCATION);
286 feature.set_location(Feature::UNSPECIFIED_LOCATION);
509 feature.set_location(Feature::COMPONENT_LOCATION);
552 feature.set_location(Feature::COMPONENT_LOCATION);
572 feature2.set_location(Feature::UNSPECIFIED_LOCATION);
/external/chromium_org/mojo/services/native_viewport/
H A Dnative_viewport_impl.cc108 event.set_location(location.Finish());
/external/chromium_org/ash/shelf/
H A Dshelf_tooltip_manager_unittest.cc243 test_api.set_location(tooltip_rect.origin() + gfx::Vector2d(-1, -1));
276 test_api.set_location(tooltip_rect.origin() + gfx::Vector2d(-1, -1));
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_popup_view_views.cc138 mouse_event.set_location(screen_loc);
H A Dautofill_dialog_views.cc925 event_copy.set_location(gfx::Point());
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dast.h88 * \sa _mesa_glsl_error, ast_node::set_location
108 void set_location(const struct YYLTYPE &locp) function in class:ast_node
/external/mesa3d/src/glsl/
H A Dast.h88 * \sa _mesa_glsl_error, ast_node::set_location
108 void set_location(const struct YYLTYPE &locp) function in class:ast_node
/external/chromium_org/cc/layers/
H A Dscrollbar_layer_unittest.cc190 scrollbar_layer->fake_scrollbar()->set_location(gfx::Point(20, 10));
241 scrollbar_layer->fake_scrollbar()->set_location(gfx::Point(30, 10));
/external/chromium_org/ui/aura/
H A Droot_window_host_x11.cc230 event->set_location(gfx::Point(x, y));
999 event->set_location(location);
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_controller.cc424 touch_offset_event.set_location(touch_offset_location);
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_root_window_host_win.cc873 target_event.set_location(gfx::Point(target_location));
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller.cc2168 clone->set_location(screen_loc);

Completed in 365 milliseconds