HomeSort by relevance Sort by last modified time
    Searched refs:Receive (Results 1 - 25 of 213) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium_org/base/win/
scoped_handle_unittest.cc 12 TEST(ScopedHandleTest, Receive) {
18 base::win::ScopedHandle::Receiver a = handle.Receive();
28 CreateHandle(value, handle.Receive());
scoped_propvariant.h 30 PROPVARIANT* Receive() {
35 // Clears the instance to prepare it for re-use (e.g., via Receive).
scoped_comptr.h 76 // Used to receive object pointers as out arguments (and take ownership).
78 // Usage: Foo(p.Receive());
79 Interface** Receive() {
86 return reinterpret_cast<void**>(Receive());
110 return object->QueryInterface(Receive());
131 QueryInterface(my_identity.Receive());
134 other->QueryInterface(other_identity.Receive());
scoped_process_information.cc 43 ScopedProcessInformation::Receiver ScopedProcessInformation::Receive() {
76 process_handle_.Receive()) &&
78 thread_handle_.Receive())) {
scoped_bstr.h 68 // Used to receive BSTRs as out arguments (and take ownership).
70 // Usage: GetBstr(bstr.Receive());
71 BSTR* Receive();
scoped_process_information_unittest.cc 63 TEST_F(ScopedProcessInformationTest, Receive) {
65 MockCreateProcess(process_info.Receive());
77 MockCreateProcess(process_info.Receive());
89 MockCreateProcess(process_info.Receive());
101 MockCreateProcess(process_info.Receive());
111 MockCreateProcess(process_info.Receive());
123 DoCreateProcess("ReturnSeven", process_info.Receive());
  /external/chromium_org/device/bluetooth/
bluetooth_socket.h 30 virtual bool Receive(net::GrowableIOBuffer* buffer) = 0;
bluetooth_socket_chromeos.h 36 virtual bool Receive(net::GrowableIOBuffer* buffer) OVERRIDE;
64 // Last error message, set during Receive() and Send() and retrieved using
bluetooth_socket_win.h 34 virtual bool Receive(net::GrowableIOBuffer* buffer) OVERRIDE;
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_socket.h 25 MOCK_METHOD1(Receive, bool(net::GrowableIOBuffer*));
  /external/chromium_org/media/audio/android/
opensles_util.h 21 SLType* Receive() {
  /external/chromium_org/media/video/capture/win/
sink_input_pin_win.h 36 STDMETHOD(Receive)(IMediaSample* media_sample);
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility_win_unittest.cc 43 child_index, textfield_dispatch.Receive()));
45 textfield_accessible.Receive()));
50 childid_self, name.Receive()));
55 childid_self, value.Receive()));
  /external/chromium/base/win/
scoped_comptr.h 77 // Used to receive object pointers as out arguments (and take ownership).
79 // Usage: Foo(p.Receive());
80 Interface** Receive() {
87 return reinterpret_cast<void**>(Receive());
111 return object->QueryInterface(Receive());
132 QueryInterface(my_identity.Receive());
135 other->QueryInterface(other_identity.Receive());
scoped_bstr.h 69 // Used to receive BSTRs as out arguments (and take ownership).
71 // Usage: GetBstr(bstr.Receive());
72 BSTR* Receive();
  /external/chromium_org/chrome/installer/util/
wmi.cc 31 wmi_services_r.Receive());
63 class_object.Receive(), NULL);
68 hr = class_object->GetMethod(b_method_name, 0, params_def.Receive(), NULL);
98 if (!WMI::CreateLocalConnection(true, wmi_local.Receive()))
105 process_create.Receive()))
117 out_params.Receive(), NULL);
140 if (!WMI::CreateLocalConnection(true, services.Receive()))
149 enumerator.Receive());
155 hr = enumerator->Next(WBEM_INFINITE, 1, class_object.Receive(),
161 class_object->Get(L"Manufacturer", 0, manufacturer.Receive(), 0, 0)
    [all...]
  /external/chromium/base/
sync_socket.h 52 // buffer is a pointer to the buffer to receive data.
53 // length is the number of bytes of data to receive (must be non-zero).
55 size_t Receive(void* buffer, size_t length);
57 // Returns the number of bytes available. If non-zero, Receive() will not
  /external/chromium_org/apps/app_host/
binaries_installer.cc 30 idispatch.Receive());
51 HRESULT hr = CreateInstalledApp(app_bundle, kAppHostAppId, app.Receive());
65 HRESULT hr = app->get_currentState(idispatch.Receive());
126 current_state->get_completionMessage(completion_message.Receive());
157 HRESULT hr = update3->createAppBundle(idispatch.Receive());
185 // HRESULT hr = CreateAppBundle(update3, app_bundle.Receive());
209 idispatch.Receive());
240 *hr = GetCurrentState(app, current_state.Receive(), &state_value);
300 HRESULT hr = CreateGoogleUpdate3(update3.Receive());
305 hr = SelectBinariesApValue(update3, ap_value.Receive());
    [all...]
  /external/chromium_org/base/
sync_socket.h 56 // buffer is a pointer to the buffer to receive data.
57 // length is the number of bytes of data to receive (must be non-zero).
59 virtual size_t Receive(void* buffer, size_t length);
61 // Returns the number of bytes available. If non-zero, Receive() will not
79 // another thread while a blocking Receive or Send is being done from the
93 // a blocking Receive or Send.
104 virtual size_t Receive(void* buffer, size_t length) OVERRIDE;
  /external/chromium_org/ui/base/ime/win/
tsf_event_router.cc 120 ranges.Receive())))
125 if (FAILED(ranges->Next(1, range.Receive(), &fetched_count)))
195 if (FAILED(thread_manager->GetFocus(document_manager.Receive())) ||
197 FAILED(document_manager->GetBase(context_.Receive())) ||
225 enum_composition_view.Receive())))
228 if (enum_composition_view->Next(1, composition_view.Receive(),
233 if (FAILED(composition_view->GetRange(range.Receive())))
252 ui_element.Receive())))
  /external/chromium_org/chrome_frame/
bho.cc 88 hr = DoQueryService(SID_SShellBrowser, site, browser_service.Receive());
143 DoQueryService(SID_SShellBrowser, web_browser2, browser_service.Receive());
187 web_browser2.Receive()))) {
189 web_browser2->get_Document(doc_disp.Receive());
207 web_browser2.Receive())) &&
208 SUCCEEDED(web_browser2->get_Document(document.Receive()))) {
212 container->EnumObjects(OLECONTF_EMBEDDINGS, enumerator.Receive());
217 SUCCEEDED(enumerator->Next(1, unk.Receive(), &fetched))
241 embedded_web_browser2->get_LocationURL(location_url.Receive());
327 DoQueryService(SID_SShellBrowser, browser, browser_service.Receive());
    [all...]
urlmon_moniker.cc 44 hr = ::CreateAsyncBindCtxEx(NULL, 0, NULL, NULL, bind_context.Receive(), 0);
49 SUCCEEDED(hr = ::CreateURLMonikerEx(NULL, url_.c_str(), moniker.Receive(),
109 moniker.Receive());
141 BindContextInfo::FromBindContext(bind_context, info.Receive());
161 bscb_holder.Receive())) {
164 bscb.Receive()))
179 // bind_context->GetObjectParam(L"_BSCB_Holder_", bscb_holder.Receive());
209 BindContextInfo::FromBindContext(bind_ctx, info.Receive());
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_win_unittest.cc 210 one, text_dispatch.Receive());
214 hr = text_dispatch.QueryInterface(text_accessible.Receive());
219 hr = text_accessible->get_accName(childid_self, name.Receive());
240 one, text_dispatch.Receive());
243 hr = text_dispatch.QueryInterface(text_accessible.Receive());
246 hr = text_accessible->get_accName(childid_self, name.Receive());
346 ASSERT_EQ(S_OK, text1_obj->get_text(0, text1_len, text.Receive()));
350 ASSERT_EQ(S_OK, text1_obj->get_text(0, 4, text.Receive()));
357 1, IA2_TEXT_BOUNDARY_CHAR, &start, &end, text.Receive()));
364 text1_len, IA2_TEXT_BOUNDARY_CHAR, &start, &end, text.Receive()));
    [all...]
  /external/chromium_org/win8/test/
ui_automation_client.cc 224 result = automation_->GetRootElement(root_element.Receive());
231 result = automation_->CreateCacheRequest(cache_request.Receive());
277 result = automation_->GetRootElement(root_element.Receive());
317 var.Receive());
381 invokable_condition.Receive());
391 item_name_condition.Receive());
399 control_view_condition.Receive());
410 &conditions[0], conditions.size(), condition.Receive());
417 result = automation_->CreateCacheRequest(cache_request.Receive());
428 target.Receive());
    [all...]
  /external/chromium_org/ppapi/utility/websocket/
websocket_api.cc 62 void Receive() {
76 Receive();
85 Receive();

Completed in 961 milliseconds

1 2 3 4 5 6 7 8 9