Home
last modified time | relevance | path

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

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