HomeSort by relevance Sort by last modified time
    Searched defs:MockDebugInfoGetter (Results 1 - 2 of 2) 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);

Completed in 35 milliseconds