/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 = 230 // 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/chrome/browser/resources/file_manager/foreground/js/ui/ |
search_box.js | 154 * Handles a focus event of the search box. 164 * Handles a blur event of the search box. 174 * Handles a keydown event of the search box. 185 * Handles a click event of the search icon.
|
progress_center_panel.js | 257 * Handles the animation end event of the progress center. 271 * Handles the transition end event of items. 289 * Handles the click event.
|
conflict_dialog.js | 111 * Handles cancellation.
|
/external/chromium_org/chrome/third_party/chromevox/extensions/searchvox/ |
context_menu.js | 34 * Handles context menu events. 55 * Handles key events.
|
/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/ppapi/proxy/ |
nacl_message_scanner.cc | 24 typedef std::vector<ppapi::proxy::SerializedHandle> Handles; 29 // Vector to hold handles found in the message. 30 Handles handles; member in struct:__anon9860::ScanningResults 32 // be less than or equal to handles.size(). After the scan it should be equal. 57 results->handles.push_back(handle); 68 // Overload to match SerializedVar, which can contain handles. 72 // Copy any handles and then rewrite the message. 74 results->handles.push_back(*var_handles[i]); 81 // the handles are carried inside the ResourceMessageReplyParams [all...] |
/external/chromium_org/chrome/browser/resources/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.
|
file_manager_commands.js | 23 * Handles the execute event. 30 * Handles the can execute event. 291 * Handles command events. 303 * Handles canExecute 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/components/nacl/loader/ |
nacl_ipc_adapter.cc | 378 typedef std::vector<ppapi::proxy::SerializedHandle> Handles; 379 Handles handles; local 381 if (!locked_data_.nacl_msg_scanner_.ScanMessage(msg, &handles, &new_msg)) 384 // Now add any descriptors we found to rewritten_msg. |handles| is usually 386 for (Handles::const_iterator iter = handles.begin(); 387 iter != handles.end(); 536 // If we ever pass handles from the plugin to the host, we should close them
|
/external/chromium_org/chrome/browser/resources/gaia_auth/ |
saml_injected.js | 86 * Handles 'change' event in the scraped password fields. 95 * Handles 'keydown' event to trigger password change detection and
|
/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/browser/resources/ |
components.js | 76 * Handles an 'enable' or 'disable' button getting clicked.
|
/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/file_manager/background/js/ |
file_operation_handler.js | 162 * Handles the copy-progress event. 227 * Handles the delete event.
|