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

/external/chromium/chrome/common/extensions/
H A Duser_script.h127 RunLocation run_location() const { return run_location_; }
128 void set_run_location(RunLocation location) { run_location_ = location; }
187 RunLocation run_location_; member in class:UserScript
H A Duser_script.cc63 : run_location_(DOCUMENT_IDLE), emulate_greasemonkey_(false),
153 run_location_ = static_cast<RunLocation>(run_location);
/external/chromium_org/extensions/common/
H A Duser_script.h129 RunLocation run_location() const { return run_location_; }
130 void set_run_location(RunLocation location) { run_location_ = location; }
208 RunLocation run_location_; member in class:extensions::UserScript
H A Duser_script.cc72 : run_location_(DOCUMENT_IDLE), emulate_greasemonkey_(false),
173 run_location_ = static_cast<RunLocation>(run_location);

Completed in 49 milliseconds