OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:current_location_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/renderer/extensions/
user_script_scheduler.h
82
UserScript::RunLocation
current_location_
;
member in class:extensions::UserScriptScheduler
/external/chromium_org/ui/aura/test/
event_generator.h
110
current_location_
= location;
112
const gfx::Point& current_location() const { return
current_location_
; }
166
MoveMouseTo(
current_location_
+ gfx::Vector2d(x, y));
177
DragMouseTo(
current_location_
+ gfx::Vector2d(dx, dy));
210
PressMoveAndReleaseTouchTo(
current_location_
+ gfx::Vector2d(x, y));
338
gfx::Point
current_location_
;
member in class:aura::test::EventGenerator
Completed in 230 milliseconds