HomeSort by relevance Sort by last modified time
    Searched refs:run_location_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/common/extensions/
user_script.h 127 RunLocation run_location() const { return run_location_; }
128 void set_run_location(RunLocation location) { run_location_ = location; }
187 RunLocation run_location_; member in class:UserScript
user_script.cc 63 : run_location_(DOCUMENT_IDLE), emulate_greasemonkey_(false),
153 run_location_ = static_cast<RunLocation>(run_location);

Completed in 541 milliseconds