Home
last modified time | relevance | path

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

/external/chromium/chrome/common/extensions/
Duser_script.h37 enum RunLocation { enum
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_;
Duser_script.cc153 run_location_ = static_cast<RunLocation>(run_location); in Unpickle()