Searched defs:DidSucceed (Results 1 - 4 of 4) sorted by last modified time

/external/chromium_org/mojo/apps/js/test/
H A Djs_to_cpp_unittest.cc273 bool DidSucceed() { function in class:mojo::js::__anon8719::PingCppSideConnection
312 bool DidSucceed() { function in class:mojo::js::__anon8719::EchoCppSideConnection
345 bool DidSucceed() { function in class:mojo::js::__anon8719::BitFlipCppSideConnection
375 bool DidSucceed() { function in class:mojo::js::__anon8719::BackPointerCppSideConnection
426 EXPECT_TRUE(cpp_side_connection.DidSucceed());
435 EXPECT_TRUE(cpp_side_connection.DidSucceed());
444 EXPECT_TRUE(cpp_side_connection.DidSucceed());
453 EXPECT_TRUE(cpp_side_connection.DidSucceed());
/external/chromium_org/content/child/fileapi/
H A Dfile_system_dispatcher.cc79 void DidSucceed() { function in class:content::FileSystemDispatcher::CallbackDispatcher
355 dispatcher->DidSucceed();
H A Dwebfilesystem_impl.cc132 void DidSucceed(WebFileSystemCallbacks* callbacks) { function in namespace:content::__anon7482
261 base::Bind(&DidSucceed),
H A Dwebfilewriter_base.cc45 // success [of the write/truncate, in a DidWrite(XXX, true)/DidSucceed() call]
68 DidSucceed();
94 void WebFileWriterBase::DidSucceed() { function in class:content::WebFileWriterBase
95 // Write never gets a DidSucceed call, so this is either a cancel or truncate

Completed in 182 milliseconds