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

  /external/chromium/chrome/browser/
upgrade_detector.cc 73 is_dev_channel_(is_dev_channel) {
119 *is_dev_channel_ = channel == "dev";
147 bool* is_dev_channel_; member in class:__anon3404::DetectUpgradeTask
159 is_dev_channel_(false),
198 &is_dev_channel_));
237 const int multiplier = is_dev_channel_ ? 1 : 2;
253 if (is_dev_channel_ ||
upgrade_detector.h 81 bool is_dev_channel_; member in class:UpgradeDetector

Completed in 24 milliseconds