OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MockDebugInfoGetter
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/sync/test/sessions/
mock_debug_info_getter.cc
10
MockDebugInfoGetter
::
MockDebugInfoGetter
() {
13
MockDebugInfoGetter
::~
MockDebugInfoGetter
() {
16
void
MockDebugInfoGetter
::GetDebugInfo(sync_pb::DebugInfo* debug_info) {
20
void
MockDebugInfoGetter
::ClearDebugInfo() {
24
void
MockDebugInfoGetter
::AddDebugEvent() {
mock_debug_info_getter.h
19
class
MockDebugInfoGetter
: public sessions::DebugInfoGetter {
21
MockDebugInfoGetter
();
22
virtual ~
MockDebugInfoGetter
();
33
DISALLOW_COPY_AND_ASSIGN(
MockDebugInfoGetter
);
/external/chromium_org/sync/engine/
get_updates_processor_unittest.cc
23
using sessions::
MockDebugInfoGetter
;
445
MockDebugInfoGetter
debug_info_getter_;
syncer_unittest.cc
92
using sessions::
MockDebugInfoGetter
;
284
debug_info_getter_.reset(new
MockDebugInfoGetter
);
598
scoped_ptr<
MockDebugInfoGetter
> debug_info_getter_;
[
all
...]
Completed in 810 milliseconds