Searched defs:RunLocation (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/extensions/common/
H A Duser_script.h57 enum RunLocation { enum in class:extensions::UserScript
152 RunLocation run_location() const { return run_location_; }
153 void set_run_location(RunLocation location) { run_location_ = location; }
238 RunLocation run_location_;

Completed in 239 milliseconds