HomeSort by relevance Sort by last modified time
    Searched refs:handlers (Results 176 - 200 of 378) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/resources/
components.js 61 // Add handlers to dynamically created HTML elements.
plugins.js 125 // Add handlers to dynamically created HTML elements.
273 // Add handlers to static HTML elements.
about_stats.js 114 // Add handlers to dynamically created HTML elements.
flags.js 22 // Add handlers to dynamically created HTML elements.
  /external/chromium_org/chrome/browser/ui/webui/
certificate_viewer_webui.cc 84 std::vector<WebUIMessageHandler*>* handlers) const {
85 handlers->push_back(new CertificateViewerDialogHandler(
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_links/
popup.js 101 // Set up event handlers and inject send_links.js into all frames in the active
  /external/chromium_org/media/tools/constrained_network_server/
cns.py 16 from logging import handlers namespace
413 file_handler = handlers.RotatingFileHandler('cns.log', 'a', 10000000, 10)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
message_pool.py 112 for handler in logging.root.handlers:
309 # The unix multiprocessing implementation clones any log handlers into the child process,
311 for h in self._logger.handlers:
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]
  /external/chromium_org/chrome/browser/resources/feedback/js/
feedback.js 239 * . Setup page event handlers
320 // Setup our event handlers.
  /external/chromium_org/chrome/browser/resources/options/
options.js 142 if (HandlerOptions && $('manage-handlers-button')) {
145 [$('manage-handlers-button')]);
  /external/chromium_org/components/cloud_devices/tools/prototype/
prototype.py 214 """Base class for wifi handlers."""
760 self.handlers = {
818 'api': sorted(self.handlers.keys())
1034 if request.path in self.handlers:
1035 handled = self.handlers[request.path](request, response_func)
  /external/libnl/include/
netlink-local.h 51 #include <netlink/handlers.h>
  /external/libnl/lib/
handlers.c 2 * lib/handlers.c default netlink message handlers
37 #include <netlink/handlers.h>
socket.c 21 #include <netlink/handlers.h>
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
common.cpp 5 #include <netlink/handlers.h>
44 /* TODO: check for multiple handlers? */
70 /* TODO: check for multiple handlers? */
96 ALOGE("Must use wifi_unregister_vendor_handler to remove vendor handlers");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_main.py 36 del logging.root.handlers[:]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_main.py 36 del logging.root.handlers[:]
  /external/clang/lib/AST/
Stmt.cpp 763 Stmt *tryBlock, ArrayRef<Stmt*> handlers) {
765 Size += ((handlers.size() + 1) * sizeof(Stmt));
768 return new (Mem) CXXTryStmt(tryLoc, tryBlock, handlers);
781 ArrayRef<Stmt*> handlers)
782 : Stmt(CXXTryStmtClass), TryLoc(tryLoc), NumHandlers(handlers.size()) {
785 std::copy(handlers.begin(), handlers.end(), Stmts + 1);
    [all...]
  /system/core/sdcard/
sdcard.c 220 /* Global data structure shared by all fuse handlers. */
1768 struct fuse_handler* handlers; local
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 901 * Deal with exception handlers: Merge an exception-catch
930 CatchInfo handlers = catchInfos[targ]; local
931 if (handlers == null) {
932 handlers = new CatchInfo();
933 catchInfos[targ] = handlers;
935 ExceptionHandlerSetup handler = handlers.getSetup(exceptionClass.getClassType());
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 1014 class handlers(aetools.ComponentItem): class in inherits:aetools.ComponentItem
    [all...]
  /external/chromium_org/chrome/browser/printing/
print_dialog_cloud.cc 573 std::vector<WebUIMessageHandler*>* handlers) const {
574 handlers->push_back(flow_handler_);
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
share_client.js 176 * Cleans the dialog by removing all handlers.
  /external/chromium_org/v8/src/ic/
handler-compiler.cc 379 MapHandleList* receiver_maps, CodeHandleList* handlers) {
406 handlers->Add(cached_stub);

Completed in 723 milliseconds

1 2 3 4 5 6 78 91011>>