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

1 2 3 4

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
kbexplorer.js 33 * Handles keydown events by speaking the human understandable name of the key.
45 * Handles keyup events.
55 * Handles keypress events.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox2/cvox2/background/
background.js 44 * Handles chrome.extension.onConnect.
63 * Handles key down messages from the content script.
71 * Handles chrome.tabs.onUpdate.
81 * Handles all setup once a new automation tree appears.
  /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/chromium_org/extensions/renderer/resources/
uncaught_exception_handler.js 5 // Handles uncaught exceptions thrown by extensions. By default this is to
  /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/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 =
231 // Handles calling the helper when the infobar should be re-shown.
  /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_org/ui/file_manager/file_manager/foreground/js/ui/
search_box.js 150 * Handles a focus event of the search box.
160 * Handles a blur event of the search box.
170 * Handles a keydown event of the search box.
181 * Handles a click event of the search icon.
189 * Handles a dragenter event and refuses a drag source of files.
202 * Handles a dragend event.
progress_center_panel.js 153 * Handles transition end events.
314 * Handles the item animation end.
337 * Handles the state change of group.
437 * Handles the animation end event of the progress center.
451 * Handles the click event.
conflict_dialog.js 111 * Handles cancellation.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
share_client.js 75 * Handles messages from the embedded dialog.
112 * Handles completion of the web view request.
124 * Handles termination of the web view request.
commandbutton.js 97 * Handles click event and dispatches associated command.
107 * Handles changes to the associated command.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
keyboard_handler.js 16 * @fileoverview Handles user keyboard input events.
80 * Handles key down events.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
context_menu.js 36 * Handles context menu events.
57 * Handles key events.
  /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 135 * Handles the message of 'prefsUpdated' from the browser.
215 * Handles the message of 'supportedLanguagesUpdated' from the browser.
301 * Handles the message of 'languageDetectionInfoAdded' from the
339 * Handles the message of 'translateErrorDetailsAdded' from the
360 * Handles the message of 'translateEventDetailsAdded' from the browser.
  /external/chromium_org/ui/file_manager/file_manager/background/js/
drive_sync_handler.js 79 * Handles file transfer updated events.
174 * Handles drive's sync errors.
device_handler.js 220 * Handles notifications from C++ sides.
284 * Handles mount completed events to show notifications for removable devices.
371 * Handles notification button click.
  /external/chromium_org/chrome/browser/resources/hotword_helper/
optin_client.js 55 * Handles the messages posted to the window, mainly listening for
  /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
  /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_org/ui/keyboard/resources/elements/
kb-keyboard.js 404 * Handles a swipe update.
461 * Handles key-down event that is sent by kb-key-base.
525 * Handles key-out event that is sent by kb-shift-key.
563 * Handles pointerdown event. This is used for swipe selection process.
582 * Handles pointerup event. This is used for double tap/click events.
628 * Handles PointerOut event. This is used for when a swipe gesture goes
648 * Handles a TypeKey event. This is used for when we programmatically
658 * Handles key-up event that is sent by kb-key-base.
750 * Handles key-longpress event that is sent by kb-key-base.
812 * Handles a change in the keyboard layout. Auto-selects the defaul
    [all...]
  /external/chromium_org/components/nacl/loader/
nacl_ipc_adapter.cc 472 typedef std::vector<ppapi::proxy::SerializedHandle> Handles;
473 Handles handles; local
475 if (!locked_data_.nacl_msg_scanner_.ScanMessage(msg, &handles, &new_msg))
478 // Now add any descriptors we found to rewritten_msg. |handles| is usually
480 for (Handles::const_iterator iter = handles.begin();
481 iter != handles.end();
613 // If we ever pass handles from the plugin to the host, we should close them
  /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:__anon14101::ScanningResults
36 // be less than or equal to handles.size(). After the scan it should be equal.
66 results->handles.push_back(handle);
77 // Overload to match SerializedVar, which can contain handles.
80 // Copy any handles and then rewrite the message.
82 results->handles.push_back(*var_handles[i]);
89 // the handles are carried inside the ResourceMessageReplyParams
    [all...]
  /external/chromium_org/chrome/browser/resources/
components.js 95 * Handles an 'enable' or 'disable' button getting clicked.

Completed in 803 milliseconds

1 2 3 4