Searched refs:current_location_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/extensions/renderer/
H A Duser_script_scheduler.cc49 current_location_(UserScript::UNDEFINED),
65 if (current_location_ < run_at) {
76 current_location_ = UserScript::DOCUMENT_START;
81 current_location_ = UserScript::DOCUMENT_END;
91 current_location_ = UserScript::DOCUMENT_IDLE;
101 current_location_ = UserScript::UNDEFINED;
114 current_location_ = UserScript::DOCUMENT_IDLE;
119 if (current_location_ == UserScript::UNDEFINED)
122 if (!has_run_idle_ && current_location_ == UserScript::DOCUMENT_IDLE) {
130 i <= current_location_;
[all...]
H A Duser_script_scheduler.h82 UserScript::RunLocation current_location_; member in class:extensions::UserScriptScheduler
/external/chromium_org/ui/aura/test/
H A Devent_generator.h107 current_location_ = location;
109 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));
349 gfx::Point current_location_; member in class:aura::test::EventGenerator
H A Devent_generator.cc89 current_host_(delegate_->GetHostAt(current_location_)),
98 current_location_(point),
99 current_host_(delegate_->GetHostAt(current_location_)),
108 current_location_(CenterOfWindow(window)),
109 current_host_(delegate_->GetHostAt(current_location_)),
118 current_host_(delegate_->GetHostAt(current_location_)),
168 gfx::Point exit_location(current_location_);
181 current_location_ = point_in_host;
182 current_host_->ConvertPointFromHost(&current_location_);
191 gfx::Vector2dF diff(point_in_screen - current_location_);
[all...]

Completed in 382 milliseconds