HomeSort by relevance Sort by last modified time
    Searched full:chrome_ (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/installer/util/
master_preferences.cc 76 chrome_(true),
85 chrome_(true),
94 chrome_(true),
112 chrome_(true),
229 chrome_ = true;
247 if (!GetBool(installer::master_preferences::kChrome, &chrome_))
248 chrome_ = false;
250 chrome_ = true;
master_preferences.h 168 return chrome_;
207 bool chrome_; member in class:installer::MasterPreferences
  /external/chromium_org/cloud_print/service/win/
cloud_print_service.cc 370 chrome_.reset(new ChromeLauncher(GetUserDataDir()));
371 return chrome_->Start() ? S_OK : E_FAIL;
375 if (chrome_.get()) {
376 chrome_->Stop();
377 chrome_.reset();
393 scoped_ptr<ChromeLauncher> chrome_; member in class:CloudPrintServiceModule
  /external/chromium_org/ui/base/dragdrop/
gtk_dnd_util.h 51 // CHROME_* values. The target list is returned with ref count 1; the caller
  /external/chromium_org/build/config/win/
BUILD.gn 83 # Chrome.dll module like chrome_<base address>, where <base address>
  /external/chromium_org/chrome_frame/
protocol_sink_wrap.cc 394 // There are three possible outcomes: CHROME_*/OTHER/UNDETERMINED.
    [all...]
  /external/chromium_org/chrome/installer/mini_installer/
mini_installer.cc 693 L"chrome_" // Previous installers created directories with this prefix
  /external/chromium_org/build/
common.gypi     [all...]

Completed in 262 milliseconds