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

  /external/chromium/chrome/browser/chromeos/cros/
cros_library.cc 46 test_api_(NULL) {
90 if (!test_api_.get())
91 test_api_.reset(new TestApi(this));
92 return test_api_.get();
cros_library.h 181 scoped_ptr<TestApi> test_api_; member in class:chromeos::CrosLibrary

Completed in 607 milliseconds