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

  /external/chromium_org/chrome/installer/mini_installer/
configuration.h 47 bool has_chrome_frame() const { return has_chrome_frame_; }
68 bool has_chrome_frame_; member in class:mini_installer::Configuration
configuration.cc 36 has_chrome_frame_ = false;
62 has_chrome_frame_ = true;
76 has_chrome_ = !(has_chrome_frame_ || has_app_host_);

Completed in 52 milliseconds