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

  /external/libmojo/mojo/public/cpp/bindings/lib/
router.cc 129 testing_mode_(false),
196 testing_mode_ = true;
237 if (!result && !testing_mode_) {
270 DCHECK(testing_mode_);
281 DCHECK(testing_mode_);
multiplex_router.h 232 bool testing_mode_; member in class:mojo::internal::MultiplexRouter
router.h 163 bool testing_mode_; member in class:mojo::internal::Router
multiplex_router.cc 299 testing_mode_(false) {
475 testing_mode_ = true;
822 if (!testing_mode_)

Completed in 96 milliseconds