Searched refs:run_location_ (Results 1 – 4 of 4) sorted by relevance
127 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_;
63 : run_location_(DOCUMENT_IDLE), emulate_greasemonkey_(false), in UserScript()153 run_location_ = static_cast<RunLocation>(run_location); in Unpickle()
129 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
72 : run_location_(DOCUMENT_IDLE), emulate_greasemonkey_(false), in UserScript()173 run_location_ = static_cast<RunLocation>(run_location); in Unpickle()