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

  /external/chromium_org/mojo/public/cpp/bindings/lib/
router.cc 63 testing_mode_(false) {
101 testing_mode_ = true;
122 MOJO_DCHECK(testing_mode_);
router.h 91 bool testing_mode_; member in class:mojo::internal::Router
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_log.h 189 // testing_mode_ controls which policy is selected.
193 // testing_mode_ also causes us to print to the console.
194 bool testing_mode_; member in class:extensions::ActivityLog
activity_log.cc 358 testing_mode_(false),
363 testing_mode_ = CommandLine::ForCurrentProcess()->HasSwitch(
448 if (testing_mode_)
558 if (testing_mode_)

Completed in 192 milliseconds