OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RecordUnrecoverableError
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/sync/glue/
frontend_data_type_controller_mock.h
47
MOCK_METHOD2(
RecordUnrecoverableError
, void(const tracked_objects::Location&,
non_frontend_data_type_controller_mock.h
53
MOCK_METHOD2(
RecordUnrecoverableError
, void(const tracked_objects::Location&,
frontend_data_type_controller.h
113
virtual void
RecordUnrecoverableError
(
frontend_data_type_controller.cc
146
RecordUnrecoverableError
(error.location(), error.message());
175
void FrontendDataTypeController::
RecordUnrecoverableError
(
263
RecordUnrecoverableError
(FROM_HERE, "StartFailed");
frontend_data_type_controller_unittest.cc
69
virtual void
RecordUnrecoverableError
(
72
mock_->
RecordUnrecoverableError
(from_here, message);
136
EXPECT_CALL(*dtc_mock_.get(),
RecordUnrecoverableError
(_, _));
non_frontend_data_type_controller.h
159
virtual void
RecordUnrecoverableError
(
non_frontend_data_type_controller_unittest.cc
91
virtual void
RecordUnrecoverableError
(
94
mock_->
RecordUnrecoverableError
(from_here, message);
176
EXPECT_CALL(*dtc_mock_.get(),
RecordUnrecoverableError
(_, _));
374
EXPECT_CALL(*dtc_mock_.get(),
RecordUnrecoverableError
(_, "Test"));
non_frontend_data_type_controller.cc
297
RecordUnrecoverableError
(error.location(), error.message());
345
RecordUnrecoverableError
(FROM_HERE, "StartFailed");
397
void NonFrontendDataTypeController::
RecordUnrecoverableError
(
Completed in 94 milliseconds