HomeSort by relevance Sort by last modified time
    Searched refs:completed_synchronously (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/content/renderer/pepper/
v8_var_converter.h 45 VarResult() : completed_synchronously(false), success(false) {}
49 bool completed_synchronously; member in struct:content::V8VarConverter::VarResult
52 // |completed_synchronously| is true.
56 // |completed_synchronously| and |success| are true.
v8_var_converter.cc 457 result.completed_synchronously = !resource_converter_->NeedsFlush();
458 if (!result.completed_synchronously)
message_channel.cc 407 if (conversion_result.completed_synchronously) {
v8_var_converter_unittest.cc 195 DCHECK(conversion_result.completed_synchronously);
  /external/chromium_org/mojo/services/network/
url_loader_impl.h 54 void DidRead(uint32_t num_bytes, bool completed_synchronously);
url_loader_impl.cc 369 void URLLoaderImpl::DidRead(uint32_t num_bytes, bool completed_synchronously) {
375 if (completed_synchronously) {
  /external/chromium_org/net/proxy/
proxy_resolver_v8_tracing.cc 166 bool* completed_synchronously)
637 bool completed_synchronously; local
638 if (!PostDnsOperationAndWait(host, op, &completed_synchronously))
641 if (completed_synchronously) {
657 bool* completed_synchronously) {
671 if (completed_synchronously)
672 *completed_synchronously = pending_dns_completed_synchronously_;
    [all...]

Completed in 3070 milliseconds