HomeSort by relevance Sort by last modified time
    Searched defs:TestGetContentCallback (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/google_apis/drive/
test_util.cc 161 TestGetContentCallback::TestGetContentCallback()
162 : callback_(base::Bind(&TestGetContentCallback::OnGetContent,
166 TestGetContentCallback::~TestGetContentCallback() {
169 std::string TestGetContentCallback::GetConcatenatedData() const {
177 void TestGetContentCallback::OnGetContent(google_apis::GDataErrorCode error,
test_util.h 276 class TestGetContentCallback {
278 TestGetContentCallback();
279 ~TestGetContentCallback();
293 DISALLOW_COPY_AND_ASSIGN(TestGetContentCallback);

Completed in 68 milliseconds