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

  /external/chromium_org/cc/test/
fake_scrollbar.h 32 void set_location(gfx::Point location) { location_ = location; } function in class:cc::FakeScrollbar
  /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/base/events/
event_unittest.cc 81 test_ev1.set_location(gfx::Point(0, 0));
82 test_ev2.set_location(gfx::Point(1, 0));
88 test_ev1.set_location(gfx::Point(0, 0));
89 test_ev2.set_location(gfx::Point(10, 0));
95 test_ev1.set_location(gfx::Point(0, 0));
96 test_ev2.set_location(gfx::Point(0, 0));
event.h 258 void set_location(const gfx::Point& location) { function in class:ui::LocatedEvent::TestApi
271 void set_location(const gfx::Point& location) { location_ = location; } function in class:ui::LocatedEvent
  /external/chromium_org/chrome/browser/storage_monitor/
storage_info.h 79 void set_location(const base::FilePath::StringType& location) { function in struct:chrome::StorageInfo
portable_device_watcher_win.cc 629 info.set_location(GetStoragePathFromStorageId(storage_id));
  /external/chromium_org/chrome/common/extensions/features/
simple_feature.h 41 void set_location(Location location) { location_ = location; } function in class:extensions::SimpleFeature
simple_feature_unittest.cc 216 feature.set_location(Feature::COMPONENT_LOCATION);
220 feature.set_location(Feature::UNSPECIFIED_LOCATION);
244 feature.set_location(Feature::COMPONENT_LOCATION);
261 feature.set_location(Feature::UNSPECIFIED_LOCATION);
458 feature.set_location(Feature::COMPONENT_LOCATION);
501 feature.set_location(Feature::COMPONENT_LOCATION);
521 feature2.set_location(Feature::UNSPECIFIED_LOCATION);
  /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/ash/launcher/
launcher_tooltip_manager_unittest.cc 241 test_api.set_location(tooltip_rect.origin() + gfx::Vector2d(-1, -1));
  /external/chromium_org/ash/drag_drop/
drag_drop_controller.cc 422 touch_offset_event.set_location(touch_offset_location);
  /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/ui/aura/
root_window_host_x11.cc 286 event->set_location(gfx::Point(x, y));
    [all...]
  /external/chromium_org/cc/layers/
scrollbar_layer_unittest.cc 493 scrollbar->set_location(scrollbar_location);
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc     [all...]

Completed in 1874 milliseconds