Searched defs:handlers (Results 1 - 25 of 94) sorted by relevance

1234

/external/chromium_org/chrome/common/extensions/api/file_browser_handlers/
H A Dfile_browser_handler_manifest_unittest.cc73 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 !
[all...]
/external/chromium_org/extensions/common/manifest_handlers/
H A Dfile_handler_manifest_unittest.cc41 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);
/external/chromium_org/chrome/common/extensions/api/url_handlers/
H A Durl_handlers_parser.h35 // Returns an array of URL handlers |extension| has defined in its manifest.
51 std::vector<UrlHandlerInfo> handlers; member in struct:extensions::UrlHandlers
/external/chromium_org/chrome/common/
H A Dworker_thread_ticker.cc28 // 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/
H A Dshared_x_display.cc51 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 local
[all...]
/external/oprofile/daemon/
H A Dopd_extended.h28 // 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)
H A Dopd_trans.c264 handler_t handlers[LAST_CODE + 1] = { variable
346 handlers[code](&trans);
/external/chromium_org/chrome/browser/extensions/api/socket/
H A Dtcp_socket_unittest.cc138 CompleteHandler handlers[5]; local
156 base::Unretained(&handlers[i])));
158 EXPECT_CALL(handlers[i], OnComplete(io_buffers[i]->size()))
H A Dtls_socket_unittest.cc198 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/libgtk2ui/
H A Dgtk2_signal_registrar.cc24 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/login/
H A Dlogin_prompt_test_utils.h34 const std::list<LoginHandler*>& handlers() const { return handlers_; } function in class:LoginPromptBrowserTestObserver
/external/chromium_org/chrome/browser/ui/webui/
H A Dconstrained_web_dialog_ui.cc68 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/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DStdCatchBuilder.java144 CatchHandlerList handlers = handlersFor(block, addresses);
150 currentHandlers = handlers;
154 if (currentHandlers.equals(handlers)
157 * The block we are looking at now has the same handlers
167 * The block we are looking at now has incompatible handlers,
169 * one. Note: We only emit an entry if it has associated handlers.
180 currentHandlers = handlers;
267 * handlers.
271 * @param handlers {@code non-null;} the handlers fo
274 makeEntry(BasicBlock start, BasicBlock end, CatchHandlerList handlers, BlockAddresses addresses) argument
[all...]
H A DCatchTable.java102 /** {@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) { argument
121 if (handlers.isMutable()) {
122 throw new IllegalArgumentException("handlers.isMutable()");
127 this.handlers = handlers;
134 hash = (hash * 31) + handlers
[all...]
/external/chromium_org/chrome/browser/media/
H A Dwebrtc_rtp_dump_handler_unittest.cc199 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/ui/web_dialogs/
H A Dweb_dialog_ui.cc87 std::vector<WebUIMessageHandler*> handlers; local
91 delegate->GetWebUIMessageHandlers(&handlers);
96 for (std::vector<WebUIMessageHandler*>::iterator it = handlers.begin();
97 it != handlers.end(); ++it) {
/external/chromium_org/v8/src/ic/arm/
H A Dic-compiler-arm.cc36 CodeHandleList* handlers,
81 __ Jump(handlers->at(current), RelocInfo::CODE_TARGET, eq);
35 CompilePolymorphic(TypeHandleList* types, CodeHandleList* handlers, Handle<Name> name, Code::StubType type, IcCheckType check) argument
/external/chromium_org/v8/src/ic/arm64/
H A Dic-compiler-arm64.cc37 CodeHandleList* handlers,
81 __ Jump(handlers->at(current), RelocInfo::CODE_TARGET);
36 CompilePolymorphic(TypeHandleList* types, CodeHandleList* handlers, Handle<Name> name, Code::StubType type, IcCheckType check) argument
/external/chromium_org/v8/src/ic/ia32/
H A Dic-compiler-ia32.cc40 CodeHandleList* handlers,
83 __ j(equal, handlers->at(current));
39 CompilePolymorphic(TypeHandleList* types, CodeHandleList* handlers, Handle<Name> name, Code::StubType type, IcCheckType check) argument
/external/chromium_org/v8/src/ic/mips/
H A Dic-compiler-mips.cc19 CodeHandleList* handlers,
65 __ Jump(handlers->at(current), RelocInfo::CODE_TARGET, eq, match,
18 CompilePolymorphic(TypeHandleList* types, CodeHandleList* handlers, Handle<Name> name, Code::StubType type, IcCheckType check) argument
/external/chromium_org/v8/src/ic/mips64/
H A Dic-compiler-mips64.cc19 CodeHandleList* handlers,
65 __ Jump(handlers->at(current), RelocInfo::CODE_TARGET, eq, match,
18 CompilePolymorphic(TypeHandleList* types, CodeHandleList* handlers, Handle<Name> name, Code::StubType type, IcCheckType check) argument
/external/chromium_org/v8/src/ic/x87/
H A Dic-compiler-x87.cc40 CodeHandleList* handlers,
83 __ j(equal, handlers->at(current));
39 CompilePolymorphic(TypeHandleList* types, CodeHandleList* handlers, Handle<Name> name, Code::StubType type, IcCheckType check) argument
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DCatchStructs.java31 * List of exception handlers (tuples of covered range, catch type,
59 * length of the handlers header (encoded size), if known; used for
135 "too many catch handlers");
140 // Write out the handlers "header" consisting of its size in entries.
222 * Helper method to annotate or simply print the exception handlers.
248 CatchHandlerList handlers = entry.getHandlers();
251 String s2 = handlers.toHuman(subPrefix, "");
267 annotateTo.annotate(0, prefix + "handlers:");
297 * @param handlers {@code non-null;} handlers t
304 annotateAndConsumeHandlers(CatchHandlerList handlers, int offset, int size, String prefix, PrintWriter printTo, AnnotatedOutput annotateTo) argument
[all...]
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client_parts.h52 std::vector<storage::URLRequestAutoMountHandler>* handlers) {}
51 GetURLRequestAutoMountHandlers( std::vector<storage::URLRequestAutoMountHandler>* handlers) argument
/external/chromium_org/chrome/browser/printing/
H A Dprint_dialog_cloud_unittest.cc107 void(std::vector<WebUIMessageHandler*>* handlers));
267 std::vector<WebUIMessageHandler*> handlers; local
268 delegate_->GetWebUIMessageHandlers(&handlers);

Completed in 1484 milliseconds

1234