OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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