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

  /external/llvm/lib/VMCore/
Value.cpp 509 assert(Entry != 0 && "Value doesn't have any handles?");
514 // Ok, it doesn't have any handles yet, so we must insert it into the
519 DenseMap<Value*, ValueHandleBase*> &Handles = pImpl->ValueHandles;
520 const void *OldBucketPtr = Handles.getPointerIntoBucketsArray();
522 ValueHandleBase *&Entry = Handles[VP.getPointer()];
523 assert(Entry == 0 && "Value really did already have handles?");
529 if (Handles.isPointerIntoBucketsArray(OldBucketPtr) ||
530 Handles.size() == 1) {
535 for (DenseMap<Value*, ValueHandleBase*>::iterator I = Handles.begin(),
536 E = Handles.end(); I != E; ++I)
    [all...]
  /external/chromium/chrome/browser/password_manager/
password_store_default.cc 22 // MigrateHelper handles migration from WebDB to PasswordStore. It runs
43 typedef std::set<WebDataService::Handle> Handles;
53 // Set of handles from requesting data from the WebDB.
54 Handles handles_;
60 for (Handles::const_iterator i = handles_.begin(); i != handles_.end(); ++i)
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_error_handler.js 66 * Handles the error event, storing the error details for later use, and
proxy_form_controller.js 337 * Handles the respnse from `chrome.extension.isAllowedIncognitoAccess`
356 * Handles the response from 'proxy.settings.get' for regular settings.
373 * Handles the response from 'proxy.settings.get' for incognito settings.
403 * When a `click` event is triggered on the form, this function handles it by
493 * handles errors in user input.
732 * Handles the case in which this extension doesn't have the ability to
763 * Handles response from ProxyErrorHandler
  /external/chromium/chrome/browser/resources/
print_preview_animations.js 48 * Handles a mouse move event, takes care of updating the scrollbars.
125 * Handles a scroll event.
print_preview.js 125 * Handles copies field blur event.
133 * Handles page ranges field blur event.
499 * Handles a click event on the two-sided option.
menu.js 486 // Handles mnemonic.
  /external/v8/test/cctest/
test-api.cc 140 THREADED_TEST(Handles) {
    [all...]

Completed in 240 milliseconds