Home
last modified time | relevance | path

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

/external/chromium_org/extensions/common/
Duser_script.h132 RunLocation run_location() const { return run_location_; } in run_location()
133 void set_run_location(RunLocation location) { run_location_ = location; } in set_run_location()
218 RunLocation run_location_; variable
Duser_script.cc72 : run_location_(DOCUMENT_IDLE), in UserScript()
178 run_location_ = static_cast<RunLocation>(run_location); in Unpickle()