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

1 2 3

  /external/chromium_org/ppapi/proxy/
handle_converter.cc 34 typedef std::vector<ppapi::proxy::SerializedHandle> Handles;
40 Handles* handles,
43 handles->push_back(handle);
55 Handles* handles,
63 handles->push_back(*var_handles[i]);
69 // the handles are carried inside the ResourceMessageReplyParams.
70 // NOTE: We only translate handles from host->NaCl. The only kind of
75 Handles* handles
    [all...]
  /external/chromium_org/chrome/browser/resources/extensions/
pack_extension_overlay.js 37 * Handles a click on the dismiss button.
45 * Handles a click on the pack button.
72 * Handles the showing of the extension directory browser.
83 * Handles the showing of the extension private key file.
extension_commands_overlay.js 43 * Handles a click on the dismiss button.
extensions.js 166 * Handles the Load Unpacked Extension button.
175 * Handles the Pack Extension button.
196 * Handles the Configure (Extension) Commands link.
205 * Handles the Update Extension Now button.
214 * Handles the Toggle Dev Mode button.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/
background.js 6 * Handles requests sent by the content script. Shows an infobar.
  /external/llvm/lib/IR/
Value.cpp 521 assert(Entry != 0 && "Value doesn't have any handles?");
526 // Ok, it doesn't have any handles yet, so we must insert it into the
531 DenseMap<Value*, ValueHandleBase*> &Handles = pImpl->ValueHandles;
532 const void *OldBucketPtr = Handles.getPointerIntoBucketsArray();
534 ValueHandleBase *&Entry = Handles[VP.getPointer()];
535 assert(Entry == 0 && "Value really did already have handles?");
541 if (Handles.isPointerIntoBucketsArray(OldBucketPtr) ||
542 Handles.size() == 1) {
547 for (DenseMap<Value*, ValueHandleBase*>::iterator I = Handles.begin(),
548 E = Handles.end(); I != E; ++I)
    [all...]
  /external/chromium_org/chrome/browser/ui/
hung_plugin_tab_helper.cc 47 typedef std::vector<HANDLE> Handles;
51 Handles* data() { return &data_; }
54 Handles data_;
63 for (Handles::iterator iter = data_.begin(); iter != data_.end(); ++iter)
77 for (OwnedHandleVector::Handles::const_iterator iter =
232 // Handles calling the helper when the infobar should be re-shown.
  /external/chromium_org/chrome/browser/resources/file_manager/js/
commandbutton.js 98 * Handles click event and dispatches associated command.
108 * Handles keypress event and dispatches associated command.
124 * Handles changes to the associated command.
share_client.js 75 * Handles messages from the embedded dialog.
106 * Handles completion of the web view request.
115 * Handles termination of the web view request.
  /external/chromium_org/chrome/browser/resources/chromeos/login/
demo_user_login.js 10 * Handles a user clicking anywhere on the screen. This will log the demo user
  /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_org/chrome/browser/resources/chromeos/
image_burner.js 174 * Handles device selected event.
248 * Handles device added event.
261 * Handles device removed event.
302 * Class that handles communication with chrome.
353 * Handles device added event.
364 * Handles device removed event.
  /external/chromium_org/chrome/browser/resources/translate_internals/
translate_internals.js 134 * Handles the message of 'prefsUpdated' from the browser.
214 * Handles the message of 'supportedLanguagesUpdated' from the browser.
300 * Handles the message of 'languageDetectionInfoAdded' from the
338 * Handles the message of 'translateErrorDetailsAdded' from the
359 * Handles the message of 'translateEventDetailsAdded' from the browser.
  /external/chromium_org/components/nacl/loader/
nacl_ipc_adapter.cc 378 typedef std::vector<ppapi::proxy::SerializedHandle> Handles;
379 Handles handles; local
382 msg, &handles, &new_msg_ptr);
386 // Now add any descriptors we found to rewritten_msg. |handles| is usually
388 for (Handles::const_iterator iter = handles.begin();
389 iter != handles.end();
462 if (new_msg_ptr && !handles.empty())
538 return false; // TODO(brettw) clean up handles here when we add support
    [all...]
  /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_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_error_handler.js 64 * Handles the error event, storing the error details for later use, and
proxy_form_controller.js 339 * Handles the respnse from `chrome.extension.isAllowedIncognitoAccess`
358 * Handles the response from 'proxy.settings.get' for regular
376 * Handles the response from 'proxy.settings.get' for incognito
407 * When a `click` event is triggered on the form, this function handles it by
497 * handles errors in user input.
745 * Handles the case in which this extension doesn't have the ability to
776 * Handles response from ProxyErrorHandler
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
feed.js 19 // Handles feed parsing errors.
26 // Handles errors during the XMLHttpRequest.
31 // Handles parsing the feed data we got back from XMLHttpRequest.
  /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.
  /external/chromium_org/chrome/browser/resources/
flags.js 150 * Handles a 'enable' or 'disable' button getting clicked.
  /external/chromium_org/chrome/browser/resources/image_loader/
image_loader.js 62 * Handles a request. Depending on type of the request, starts or stops
worker.js 151 * Handles finished requests.
  /external/chromium_org/chrome/browser/resources/instant/
instant.js 143 * Handles callback from getDebugInfo.
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
wallpaper_manager.js 308 * Handles a command being executed.
420 * Handles change event dispatched by wallpaper grid.
585 * Handles changing of selectedItem in wallpaper manager.
707 * Handles the custom wallpaper which user selected from file manager. Called
    [all...]

Completed in 626 milliseconds

1 2 3