OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CrosLibrary
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/chromeos/cros/
cros_library.cc
25
class_prefix##Library*
CrosLibrary
::Get##class_prefix##Library() { \
30
void
CrosLibrary
::TestApi::Set##class_prefix##Library( \
38
static base::LazyInstance<
CrosLibrary
> g_cros_library(
41
CrosLibrary
::
CrosLibrary
() : library_loader_(NULL),
49
CrosLibrary
::~
CrosLibrary
() {
55
CrosLibrary
*
CrosLibrary
::Get() {
74
bool
CrosLibrary
::EnsureLoaded()
[
all
...]
cros_library.h
40
class
CrosLibrary
{
42
// This class provides access to internal members of
CrosLibrary
class for
56
// when the
CrosLibrary
is deleted (or other mocks are set).
75
friend class
CrosLibrary
;
76
explicit TestApi(
CrosLibrary
* library) : library_(library) {}
77
CrosLibrary
* library_;
80
// This gets the
CrosLibrary
.
81
static
CrosLibrary
* Get();
111
friend struct base::DefaultLazyInstanceTraits<chromeos::
CrosLibrary
>;
112
friend class
CrosLibrary
::TestApi
[
all
...]
Completed in 403 milliseconds