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

  /external/chromium_org/chrome/browser/extensions/
user_script_listener.cc 71 : user_scripts_ready_(false) {
115 if (user_scripts_ready_)
144 bool was_ready = user_scripts_ready_;
146 user_scripts_ready_ = true;
150 user_scripts_ready_ = false;
153 if (user_scripts_ready_ && !was_ready)
176 user_scripts_ready_ = false;
user_script_listener.h 64 // Update user_scripts_ready_ based on the status of all profiles. On a
74 // Appends new url patterns to our list, also setting user_scripts_ready_
79 // deleted, so user_scripts_ready_ remains unchanged.
83 bool user_scripts_ready_; member in class:extensions::UserScriptListener

Completed in 57 milliseconds