HomeSort by relevance Sort by last modified time
    Searched refs:set_location (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/cc/test/
fake_scrollbar.h 33 void set_location(const gfx::Point& location) { location_ = location; } function in class:cc::FakeScrollbar
  /external/chromium_org/ui/events/test/
events_test_utils.h 38 void set_location(const gfx::Point& location) { function in class:ui::LocatedEventTestApi
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_compat.py 45 rv = f.set_location(3)
47 self.fail('recno database set_location failed: '+repr(rv))
109 start = f.set_location(f.first()[0])
124 # test that set_location() returns the next nearest key, value
127 e = f.set_location('e')
132 e = f.set_location('e')
136 self.fail("set_location on non-existent key did not raise KeyError")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_compat.py 45 rv = f.set_location(3)
47 self.fail('recno database set_location failed: '+repr(rv))
109 start = f.set_location(f.first()[0])
124 # test that set_location() returns the next nearest key, value
127 e = f.set_location('e')
132 e = f.set_location('e')
136 self.fail("set_location on non-existent key did not raise KeyError")
  /external/chromium_org/ui/views/
view_targeter_unittest.cc 221 event.set_location(gfx::Point(150, 150));
229 event.set_location(gfx::Point(105, 105));
236 event.set_location(gfx::Point(400, 400));
291 scroll.set_location(scroll_point);
299 scroll.set_location(scroll_point);
308 scroll.set_location(scroll_point);
367 scroll.set_location(gfx::Point(10, 10));
372 scroll.set_location(gfx::Point(350, 3));
377 scroll.set_location(gfx::Point(300, 12));
  /external/chromium_org/components/storage_monitor/
storage_info.h 90 void set_location(const base::FilePath::StringType& location) { function in class:storage_monitor::StorageInfo
  /external/chromium_org/ui/events/
event_unittest.cc 80 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));
event.h 248 void set_location(const gfx::PointF& location) { location_ = location; } function in class:ui::LocatedEvent
  /external/chromium_org/ash/shelf/
shelf_tooltip_manager_unittest.cc 242 test_api.set_location(tooltip_rect.origin() + gfx::Vector2d(-1, -1));
276 test_api.set_location(tooltip_rect.origin() + gfx::Vector2d(-1, -1));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shelve.py 176 set_location() that have no counterpart in [g]dbm databases.
188 def set_location(self, key): member in class:BsdDbShelf
189 (key, value) = self.dict.set_location(key)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shelve.py 176 set_location() that have no counterpart in [g]dbm databases.
188 def set_location(self, key): member in class:BsdDbShelf
189 (key, value) = self.dict.set_location(key)
  /external/chromium_org/extensions/common/features/
simple_feature.h 46 void set_location(Location location) { location_ = location; } function in class:extensions::SimpleFeature
simple_feature_unittest.cc 45 feature.set_location(feature_location);
357 feature.set_location(SimpleFeature::COMPONENT_LOCATION);
361 feature.set_location(SimpleFeature::UNSPECIFIED_LOCATION);
629 feature.set_location(SimpleFeature::COMPONENT_LOCATION);
    [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_message_loop_aura.cc 122 clone.set_location(root_loc);
  /external/chromium_org/ash/wm/panels/
panel_layout_manager_unittest.cc 815 touch.set_location(gfx::Point(bounds.x() + 6, bounds.bottom() + 5));
822 touch.set_location(gfx::Point(bounds.x() + 6, bounds.bottom() + 5))
    [all...]
  /external/chromium_org/ash/host/
ash_window_tree_host_x11.cc 246 event->set_location(location);
  /external/chromium_org/cc/layers/
scrollbar_layer_unittest.cc 218 scrollbar_layer->fake_scrollbar()->set_location(gfx::Point(20, 10));
258 scrollbar_layer->fake_scrollbar()->set_location(gfx::Point(30, 10));
    [all...]
  /external/libpng/
pngtest.c 642 set_location(png_structp png_ptr, struct user_chunk_data *data, int what) function
702 if (set_location(png_ptr, my_user_chunk_data, have_sTER))
721 if (!set_location(png_ptr, my_user_chunk_data, have_vpAg))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
ast.h 88 * \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/
ast.h 88 * \sa _mesa_glsl_error, ast_node::set_location
108 void set_location(const struct YYLTYPE &locp) function in class:ast_node
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
__init__.py 211 # first/next/previous/last/set_location methods.
309 def set_location(self, key): member in class:_DBWithCursor
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bsddb.py 194 self.assertEqual(self.f.set_location('e'), ('e', self.d['e']))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
__init__.py 211 # first/next/previous/last/set_location methods.
309 def set_location(self, key): member in class:_DBWithCursor
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bsddb.py 194 self.assertEqual(self.f.set_location('e'), ('e', self.d['e']))
  /external/chromium_org/ash/drag_drop/
drag_drop_controller.cc 421 touch_offset_event.set_location(touch_offset_location);

Completed in 717 milliseconds

1 2