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

  /external/chromium_org/chrome/browser/ui/
hung_plugin_tab_helper.cc 46 typedef std::vector<HANDLE> Handles;
50 Handles* data() { return &data_; }
53 Handles data_;
62 for (Handles::iterator iter = data_.begin(); iter != data_.end(); ++iter)
76 for (OwnedHandleVector::Handles::const_iterator iter =
230 // Handles calling the helper when the infobar should be re-shown.
  /external/chromium_org/ppapi/proxy/
nacl_message_scanner.cc 28 typedef std::vector<SerializedHandle> Handles;
33 // Vector to hold handles found in the message.
34 Handles handles; member in struct:__anon14731::ScanningResults
36 // be less than or equal to handles.size(). After the scan it should be equal.
69 results->handles.push_back(handle);
80 // Overload to match SerializedVar, which can contain handles.
83 // Copy any handles and then rewrite the message.
85 results->handles.push_back(*var_handles[i]);
92 // the handles are carried inside the ResourceMessageReplyParams
    [all...]
  /external/llvm/lib/IR/
Value.cpp 610 assert(Entry && "Value doesn't have any handles?");
615 // Ok, it doesn't have any handles yet, so we must insert it into the
620 DenseMap<Value*, ValueHandleBase*> &Handles = pImpl->ValueHandles;
621 const void *OldBucketPtr = Handles.getPointerIntoBucketsArray();
623 ValueHandleBase *&Entry = Handles[VP.getPointer()];
624 assert(!Entry && "Value really did already have handles?");
630 if (Handles.isPointerIntoBucketsArray(OldBucketPtr) ||
631 Handles.size() == 1) {
636 for (DenseMap<Value*, ValueHandleBase*>::iterator I = Handles.begin(),
637 E = Handles.end(); I != E; ++I)
    [all...]
  /external/chromium_org/components/nacl/loader/
nacl_ipc_adapter.cc 528 typedef std::vector<ppapi::proxy::SerializedHandle> Handles;
529 Handles handles; local
533 msg, type, &handles, &new_msg))
536 // Now add any descriptors we found to rewritten_msg. |handles| is usually
538 for (Handles::const_iterator iter = handles.begin();
539 iter != handles.end();
769 // If we ever pass handles from the plugin to the host, we should close them
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tapi.h     [all...]

Completed in 175 milliseconds