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

  /external/chromium_org/extensions/browser/api/declarative/
test_rules_registry.cc 49 void TestRulesRegistry::SetResult(const std::string& result) {
  /external/chromium_org/net/base/
test_completion_callback.cc 41 : callback_(base::Bind(&TestCompletionCallback::SetResult,
49 : callback_(base::Bind(&TestInt64CompletionCallback::SetResult,
63 void ReleaseBufferCompletionCallback::SetResult(int result) {
66 TestCompletionCallback::SetResult(result);
test_completion_callback.h 66 virtual void SetResult(R result) {
120 virtual void SetResult(int result) OVERRIDE;
  /external/chromium_org/ppapi/proxy/
enter_proxy.h 82 // should call SetResult(), which will issue the callback immediately if the
92 // enter.SetResult(enter.object()->DoFoo(enter.callback()));
173 NOTREACHED() << "Should always call SetResult except in the "
179 void SetResult(int32_t result) {
180 DCHECK(needs_running_) << "Don't call SetResult when there already is one.";
  /external/chromium_org/ui/base/win/
open_file_name_win_unittest.cc 14 void SetResult(const base::string16& result, ui::win::OpenFileName* ofn) {
129 SetResult(L"C:\\dir\\file" + kNull, &ofn);
133 SetResult(L"C:\\dir" + kNull + L"file" + kNull, &ofn);
137 SetResult(L"C:\\dir" + kNull + L"file" + kNull + L"otherfile" + kNull, &ofn);
141 SetResult(L"", &ofn);
153 SetResult(L"C:\\dir\\file" + kNull, &ofn);
162 SetResult(L"C:\\dir" + kNull + L"file" + kNull, &ofn);
171 SetResult(L"C:\\dir" + kNull + L"file" + kNull + L"otherfile" + kNull, &ofn);
181 SetResult(L"", &ofn);
211 TEST(OpenFileNameTest, SetResult) {
    [all...]
open_file_name_win.cc 172 void OpenFileName::SetResult(const base::FilePath& directory,
  /external/chromium_org/device/usb/
usb_device_handle_unittest.cc 55 : callback_(base::Bind(&TestCompletionCallback::SetResult,
58 void SetResult(UsbTransferStatus status,
  /external/chromium_org/components/webdata/common/
web_data_request_manager.cc 62 void WebDataRequest::SetResult(scoped_ptr<WDTypedResult> r) {
  /external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/
nacl_ppapi_util.h 106 void SetResult(R *result) {
144 // SetResult before returning to pass ownership of a result object (R)
160 void SetResult(R *result) {
161 ws_->SetResult(result);
182 // Canonical pointer return value used with SetResult when the main
  /external/chromium_org/components/nacl/browser/
pnacl_translation_cache_unittest.cc 87 cb_(base::Bind(&TestNexeCallback::SetResult, base::Unretained(this))) {}
98 void SetResult(int rv, scoped_refptr<net::DrainableIOBuffer> buf) {
  /external/chromium_org/ppapi/thunk/
enter.cc 80 "|EnterBase::SetResult| in the interface's thunk?";
83 int32_t EnterBase::SetResult(int32_t result) {
85 // It doesn't make sense to call SetResult if there is no callback.
  /external/chromium_org/ui/app_list/views/
search_result_view.cc 89 void SearchResultView::SetResult(SearchResult* result) {
  /external/chromium_org/v8/src/
rewriter.cc 56 Expression* SetResult(Expression* value) {
105 node->set_expression(SetResult(node->expression()));
  /external/chromium_org/extensions/browser/
extension_function.cc 40 << "either by calling SetResult() or directly modifying |result_| is "
43 << "(). SetResult() and |result_| are deprecated.";
206 void ExtensionFunction::SetResult(base::Value* result) {
  /external/chromium_org/chrome/browser/extensions/api/webstore_private/
webstore_private_api.cc 651 SetResult(LaunchEphemeralAppResult::RESULT_USER_GESTURE_REQUIRED,
727 SetResult(api_result, error);
731 void WebstorePrivateLaunchEphemeralAppFunction::SetResult(
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 317 void SetResult(HRESULT res)
385 Status->SetResult(res);
515 encoder->progressInfoSpec[0]->Status->SetResult(res);

Completed in 277 milliseconds