HomeSort by relevance Sort by last modified time
    Searched defs:handlers (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/chromium_org/chrome/common/extensions/api/file_browser_handlers/
file_browser_handler_manifest_unittest.cc 73 FileBrowserHandler::List* handlers = local
75 ASSERT_TRUE(handlers != NULL);
76 ASSERT_EQ(1U, handlers->size());
77 const FileBrowserHandler* action = handlers->at(0).get();
109 FileBrowserHandler::List* handlers = local
111 ASSERT_TRUE(handlers != NULL);
112 ASSERT_EQ(1U, handlers->size());
113 const FileBrowserHandler* action = handlers->at(0).get();
140 FileBrowserHandler::List* handlers = local
142 ASSERT_TRUE(handlers != NULL)
    [all...]
  /external/chromium_org/extensions/common/manifest_handlers/
file_handler_manifest_unittest.cc 41 const FileHandlersInfo* handlers = local
43 ASSERT_TRUE(handlers != NULL);
44 ASSERT_EQ(2U, handlers->size());
46 FileHandlerInfo handler = handlers->at(0);
54 handler = handlers->at(1);
62 // This should load successfully but have the file handlers ignored.
67 const FileHandlersInfo* handlers = local
69 ASSERT_TRUE(handlers == NULL);
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
quick_exit.c 33 * Linked list of quick exit handlers. This is simpler than the atexit()
43 * Lock protecting the handlers list.
47 * Stack of cleanup handlers. These will be invoked in reverse order when
49 static struct quick_exit_handler *handlers; variable in typeref:struct:quick_exit_handler
62 h->next = handlers;
63 handlers = h;
77 for (h = handlers; NULL != h; h = h->next)
  /external/chromium_org/chrome/common/extensions/api/url_handlers/
url_handlers_parser.h 35 // Returns an array of URL handlers |extension| has defined in its manifest.
51 std::vector<UrlHandlerInfo> handlers; member in struct:extensions::UrlHandlers
url_handlers_parser.cc 54 return info ? &info->handlers : NULL;
68 const std::vector<UrlHandlerInfo>* handlers = GetUrlHandlers(extension); local
69 if (!handlers)
77 handlers->begin(); it != handlers->end(); it++) {
155 if (!ParseUrlHandler(iter.key(), *handler, &info->handlers, error)) {
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_signal_registrar.cc 24 HandlerList& handlers = list_iter->second; local
25 for (HandlerList::iterator ids_iter = handlers.begin();
26 ids_iter != handlers.end(); ++ids_iter) {
76 // The signal handlers will be disconnected automatically. Just erase the
89 HandlerList& handlers = iter->second; local
90 for (HandlerList::iterator ids_iter = handlers.begin();
91 ids_iter != handlers.end(); ++ids_iter) {
  /external/chromium_org/chrome/browser/ui/webui/
constrained_web_dialog_ui.cc 68 std::vector<WebUIMessageHandler*> handlers; local
69 dialog_delegate->GetWebUIMessageHandlers(&handlers);
72 for (std::vector<WebUIMessageHandler*>::iterator it = handlers.begin();
73 it != handlers.end(); ++it) {
  /external/chromium_org/chrome/common/
worker_thread_ticker.cc 28 // You cannot change the list of handlers when the timer is running.
39 // You cannot change the list of handlers when the timer is running.
88 const TickHandlerListType& handlers = tick_handler_list_; local
89 for (TickHandlerListType::const_iterator i = handlers.begin();
90 i != handlers.end(); ++i) {
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/x11/
shared_x_display.cc 51 EventHandlersMap::iterator handlers = event_handlers_.find(type); local
52 if (handlers == event_handlers_.end())
56 std::remove(handlers->second.begin(), handlers->second.end(), handler);
57 handlers->second.erase(new_end, handlers->second.end());
59 // Check if no handlers left for this event.
60 if (handlers->second.empty())
61 event_handlers_.erase(handlers);
76 EventHandlersMap::iterator handlers = event_handlers_.find(e.type) local
    [all...]
  /external/oprofile/daemon/
opd_extended.h 28 // Feature handlers
29 struct opd_ext_handlers * handlers; member in struct:opd_ext_feature
33 * OProfile Extended handlers
42 // Extended sfile handlers
47 * OProfile Extended sub-handlers (sfile)
opd_trans.c 264 handler_t handlers[LAST_CODE + 1] = { variable
346 handlers[code](&trans);
  /external/chromium_org/chrome/browser/extensions/api/socket/
tcp_socket_unittest.cc 138 CompleteHandler handlers[5]; local
156 base::Unretained(&handlers[i])));
158 EXPECT_CALL(handlers[i], OnComplete(io_buffers[i]->size()))
tls_socket_unittest.cc 198 CompleteHandler handlers[kNumIOs]; local
218 base::Unretained(&handlers[i])));
220 // Set up expectations on all |kNumIOs| handlers.
221 EXPECT_CALL(handlers[i], OnComplete(io_buffers[i]->size())).Times(1);
225 // handlers.
  /external/chromium_org/chrome/browser/ui/login/
login_prompt_test_utils.h 34 const std::list<LoginHandler*>& handlers() const { return handlers_; } function in class:LoginPromptBrowserTestObserver
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
CatchTable.java 102 /** {@code non-null;} list of catch handlers */
103 private final CatchHandlerList handlers; field in class:CatchTable.Entry
110 * @param handlers {@code non-null;} list of catch handlers
112 public Entry(int start, int end, CatchHandlerList handlers) {
121 if (handlers.isMutable()) {
122 throw new IllegalArgumentException("handlers.isMutable()");
127 this.handlers = handlers;
134 hash = (hash * 31) + handlers.hashCode()
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
CatchTable.java 101 /** {@code non-null;} list of catch handlers */
102 private final CatchHandlerList handlers; field in class:CatchTable.Entry
109 * @param handlers {@code non-null;} list of catch handlers
111 public Entry(int start, int end, CatchHandlerList handlers) {
120 if (handlers.isMutable()) {
121 throw new IllegalArgumentException("handlers.isMutable()");
126 this.handlers = handlers;
133 hash = (hash * 31) + handlers.hashCode()
    [all...]
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
dashboard.py 33 import wsgiref.handlers namespace
37 Base class for our page-based request handlers that contains
205 wsgiref.handlers.CGIHandler().run(application)
web_services.py 18 Handlers for Sample SyncAdapter services.
34 import wsgiref.handlers namespace
397 wsgiref.handlers.CGIHandler().run(application)
  /external/chromium_org/chrome/browser/media/
webrtc_rtp_dump_handler_unittest.cc 199 scoped_ptr<WebRtcRtpDumpHandler> handlers[6]; local
201 for (size_t i = 0; i < arraysize(handlers); ++i) {
202 handlers[i].reset(new WebRtcRtpDumpHandler(base::FilePath()));
204 if (i < arraysize(handlers) - 1) {
205 EXPECT_TRUE(handlers[i]->StartDump(RTP_DUMP_INCOMING, &error));
207 EXPECT_FALSE(handlers[i]->StartDump(RTP_DUMP_INCOMING, &error));
  /external/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
InterfaceWithClient.java 82 DelegatingConnectionErrorHandler handlers = new DelegatingConnectionErrorHandler(); local
83 handlers.addConnectionErrorHandler(client);
84 router.setErrorHandler(handlers);
87 handlers.addConnectionErrorHandler(proxy);
  /external/chromium_org/net/http/
http_auth_handler_mock.cc 178 std::vector<HttpAuthHandler*>& handlers = handlers_[target].get(); local
179 handlers.erase(handlers.begin());
  /external/chromium_org/ui/web_dialogs/
web_dialog_ui.cc 87 std::vector<WebUIMessageHandler*> handlers; local
91 delegate->GetWebUIMessageHandlers(&handlers);
96 for (std::vector<WebUIMessageHandler*>::iterator it = handlers.begin();
97 it != handlers.end(); ++it) {
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
CatchTable.java 102 /** {@code non-null;} list of catch handlers */
103 private final CatchHandlerList handlers; field in class:CatchTable.Entry
110 * @param handlers {@code non-null;} list of catch handlers
112 public Entry(int start, int end, CatchHandlerList handlers) {
121 if (handlers.isMutable()) {
122 throw new IllegalArgumentException("handlers.isMutable()");
127 this.handlers = handlers;
134 hash = (hash * 31) + handlers.hashCode()
    [all...]
  /external/chromium_org/ash/
shell_unittest.cc 497 const ui::EventHandlerList& handlers = test_api.pre_target_handlers(); local
499 std::find(handlers.begin(), handlers.end(), shell->mouse_cursor_filter());
501 std::find(handlers.begin(), handlers.end(),
503 EXPECT_NE(handlers.end(), cursor_filter);
504 EXPECT_NE(handlers.end(), drag_drop);
  /external/chromium_org/chrome/browser/printing/
print_dialog_cloud_unittest.cc 107 void(std::vector<WebUIMessageHandler*>* handlers));
267 std::vector<WebUIMessageHandler*> handlers; local
268 delegate_->GetWebUIMessageHandlers(&handlers);

Completed in 856 milliseconds

1 2 3 4