Searched refs:handler (Results 1 - 25 of 488) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/bindings/cpp/
H A DWebExceptionHandler.cpp30 void webInstallExceptionHandler(WebExceptionHandler handler) argument
32 ASSERT(handler);
33 globalExceptionHandler() = handler;
39 if (WebExceptionHandler& handler = globalExceptionHandler())
40 (*handler)(ec);
/external/chromium/chrome/browser/printing/cloud_print/
H A Dcloud_print_setup_handler.cc7 CloudPrintSetupHandler::CloudPrintSetupHandler(Delegate* handler) argument
8 : handler_(handler) {}
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorStylesheetElement.java46 * @param handler The calling StylesheetHandler/TemplatesBuilder.
60 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
64 super.startElement(handler, uri, localName, rawName, attributes);
67 int stylesheetType = handler.getStylesheetType();
74 stylesheet = getStylesheetRoot(handler);
83 Stylesheet parent = handler.getStylesheet();
101 stylesheet.setDOMBackPointer(handler.getOriginatingNode());
102 stylesheet.setLocaterInfo(handler.getLocator());
104 stylesheet.setPrefixes(handler.getNamespaceSupport());
105 handler
59 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
120 getStylesheetRoot(StylesheetHandler handler) argument
139 endElement( StylesheetHandler handler, String uri, String localName, String rawName) argument
[all...]
H A DProcessorTemplate.java38 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
45 StylesheetHandler handler, ElemTemplateElement elem)
49 super.appendAndPush(handler, elem);
50 elem.setDOMBackPointer(handler.getOriginatingNode());
51 handler.getStylesheet().setTemplate((ElemTemplate) elem);
44 appendAndPush( StylesheetHandler handler, ElemTemplateElement elem) argument
H A DProcessorTemplateElem.java42 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
49 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
53 super.startElement(handler, uri, localName, rawName, attributes);
56 // ElemTemplateElement parent = handler.getElemTemplateElement();
65 elem.setDOMBackPointer(handler.getOriginatingNode());
66 elem.setLocaterInfo(handler.getLocator());
67 elem.setPrefixes(handler.getNamespaceSupport());
71 handler.error(XSLTErrorResources.ER_FAILED_CREATING_ELEMTMPL, null, ie);//"Failed creating ElemTemplateElement instance!", ie);
75 handler.error(XSLTErrorResources.ER_FAILED_CREATING_ELEMTMPL, null, iae);//"Failed creating ElemTemplateElement instance!", iae);
78 setPropertiesFromAttributes(handler, rawNam
48 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
98 appendAndPush( StylesheetHandler handler, ElemTemplateElement elem) argument
119 endElement( StylesheetHandler handler, String uri, String localName, String rawName) argument
[all...]
H A DProcessorDecimalFormat.java42 * @param handler The calling StylesheetHandler/TemplatesBuilder.
61 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
65 DecimalFormatProperties dfp = new DecimalFormatProperties(handler.nextUid());
67 dfp.setDOMBackPointer(handler.getOriginatingNode());
68 dfp.setLocaterInfo(handler.getLocator());
70 setPropertiesFromAttributes(handler, rawName, attributes, dfp);
71 handler.getStylesheet().setDecimalFormat(dfp);
73 handler.getStylesheet().appendChild(dfp);
60 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
H A DProcessorGlobalParamDecl.java40 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
47 StylesheetHandler handler, ElemTemplateElement elem)
52 handler.pushElemTemplateElement(elem);
61 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
67 StylesheetHandler handler, String uri, String localName, String rawName)
71 ElemParam v = (ElemParam) handler.getElemTemplateElement();
73 handler.getStylesheet().appendChild(v);
74 handler.getStylesheet().setParam(v);
75 super.endElement(handler, uri, localName, rawName);
46 appendAndPush( StylesheetHandler handler, ElemTemplateElement elem) argument
66 endElement( StylesheetHandler handler, String uri, String localName, String rawName) argument
H A DProcessorGlobalVariableDecl.java40 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
47 StylesheetHandler handler, ElemTemplateElement elem)
52 handler.pushElemTemplateElement(elem);
61 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
67 StylesheetHandler handler, String uri, String localName, String rawName)
71 ElemVariable v = (ElemVariable) handler.getElemTemplateElement();
73 handler.getStylesheet().appendChild(v);
74 handler.getStylesheet().setVariable(v);
75 super.endElement(handler, uri, localName, rawName);
46 appendAndPush( StylesheetHandler handler, ElemTemplateElement elem) argument
66 endElement( StylesheetHandler handler, String uri, String localName, String rawName) argument
H A DProcessorAttributeSet.java42 * @param handler The calling StylesheetHandler/TemplatesBuilder.
61 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
67 eat.setLocaterInfo(handler.getLocator());
70 eat.setPrefixes(handler.getNamespaceSupport());
77 eat.setDOMBackPointer(handler.getOriginatingNode());
78 setPropertiesFromAttributes(handler, rawName, attributes, eat);
79 handler.getStylesheet().setAttributeSet(eat);
81 // handler.pushElemTemplateElement(eat);
82 ElemTemplateElement parent = handler.getElemTemplateElement();
85 handler
60 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
99 endElement( StylesheetHandler handler, String uri, String localName, String rawName) argument
[all...]
H A DProcessorNamespaceAlias.java48 * @param handler The calling StylesheetHandler/TemplatesBuilder.
62 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
66 NamespaceAlias na = new NamespaceAlias(handler.nextUid());
68 setPropertiesFromAttributes(handler, rawName, attributes, na);
75 String stylesheetNS = handler.getNamespaceForPrefix(prefix);
82 resultNS = handler.getNamespaceForPrefix(prefix);
84 handler.error(XSLTErrorResources.ER_INVALID_NAMESPACE_URI_VALUE_FOR_RESULT_PREFIX_FOR_DEFAULT, null, null);
88 resultNS = handler.getNamespaceForPrefix(prefix);
90 handler.error(XSLTErrorResources.ER_INVALID_NAMESPACE_URI_VALUE_FOR_RESULT_PREFIX, new Object[] {prefix}, null);
94 handler
61 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
[all...]
H A DProcessorText.java40 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
47 StylesheetHandler handler, ElemTemplateElement elem)
53 (ProcessorCharacters) handler.getProcessorFor(null, "text()", "text");
57 ElemTemplateElement parent = handler.getElemTemplateElement();
60 elem.setDOMBackPointer(handler.getOriginatingNode());
66 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
72 StylesheetHandler handler, String uri, String localName, String rawName)
77 = (ProcessorCharacters) handler.getProcessorFor(null, "text()", "text");
46 appendAndPush( StylesheetHandler handler, ElemTemplateElement elem) argument
71 endElement( StylesheetHandler handler, String uri, String localName, String rawName) argument
H A DProcessorInclude.java107 * @param handler The calling StylesheetHandler/TemplatesBuilder.
124 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
129 setPropertiesFromAttributes(handler, rawName, attributes, this);
135 Source sourceFromURIResolver = getSourceFromUriResolver(handler);
137 String hrefUrl = getBaseURIOfIncludedStylesheet(handler, sourceFromURIResolver);
139 if (handler.importStackContains(hrefUrl))
148 handler.pushImportURL(hrefUrl);
149 handler.pushImportSource(sourceFromURIResolver);
151 int savedStylesheetType = handler.getStylesheetType();
153 handler
123 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
189 parse( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
338 processSource(StylesheetHandler handler, Source source) argument
348 getSourceFromUriResolver(StylesheetHandler handler) argument
373 getBaseURIOfIncludedStylesheet(StylesheetHandler handler, Source s) argument
[all...]
H A DProcessorCharacters.java45 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
47 public void startNonText(StylesheetHandler handler) throws org.xml.sax.SAXException argument
49 if (this == handler.getCurrentProcessor())
51 handler.popProcessor();
59 || handler.isSpacePreserve())
64 elem.setLocaterInfo(handler.getLocator());
67 elem.setPrefixes(handler.getNamespaceSupport());
85 ElemTemplateElement parent = handler.getElemTemplateElement();
100 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
110 StylesheetHandler handler, cha
109 characters( StylesheetHandler handler, char ch[], int start, int length) argument
142 endElement( StylesheetHandler handler, String uri, String localName, String rawName) argument
[all...]
/external/chromium/chrome/browser/resources/shared/js/cr/
H A Devent_target.js25 * @param {!Function|{handleEvent:Function}} handler The handler for the
28 addEventListener: function(type, handler) {
32 this.listeners_[type] = [handler];
35 if (handlers.indexOf(handler) < 0)
36 handlers.push(handler);
43 * @param {!Function|{handleEvent:Function}} handler The handler for the
46 removeEventListener: function(type, handler) {
51 var index = handlers.indexOf(handler);
[all...]
/external/chromium/chrome/browser/chromeos/login/
H A Dwizard_accessibility_handler_unittest.cc16 void ChangeText(WizardAccessibilityHandler* handler, argument
24 handler->DescribeAccessibilityEvent(
33 WizardAccessibilityHandler handler; local
47 handler.DescribeAccessibilityEvent(
58 handler.DescribeAccessibilityEvent(
66 handler.DescribeAccessibilityEvent(
79 handler.DescribeAccessibilityEvent(
89 WizardAccessibilityHandler handler; local
95 handler.DescribeAccessibilityEvent(
104 ChangeText(&handler,
[all...]
/external/valgrind/main/memcheck/tests/
H A Dsignal2.stdout.exp1 installing sig handler
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DMemoryHandlerTest.java58 MemoryHandler handler; field in class:MemoryHandlerTest
71 handler = new MemoryHandler();
102 Filter filter = handler.getFilter();
103 Formatter formatter = handler.getFormatter();
105 handler.close();
107 assertEquals(handler.getFilter(), filter);
108 assertEquals(handler.getFormatter(), formatter);
109 assertNull(handler.getEncoding());
110 assertNotNull(handler.getErrorManager());
111 assertEquals(handler
[all...]
/external/chromium/net/http/
H A Dhttp_auth_handler_factory_unittest.cc30 scoped_ptr<HttpAuthHandler>* handler) {
31 handler->reset();
56 scoped_ptr<HttpAuthHandler> handler; local
61 "Basic", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(), &handler));
67 "Basic", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(), &handler));
71 &handler));
77 "Basic", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(), &handler));
81 &handler));
86 "basic", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(), &handler));
92 "Basic", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(), &handler));
24 CreateAuthHandler(HttpAuth::ChallengeTokenizer* challenge, HttpAuth::Target target, const GURL& origin, CreateReason reason, int nonce_count, const BoundNetLog& net_log, scoped_ptr<HttpAuthHandler>* handler) argument
109 scoped_ptr<HttpAuthHandler> handler; local
125 scoped_ptr<HttpAuthHandler> handler; local
136 scoped_ptr<HttpAuthHandler> handler; local
152 scoped_ptr<HttpAuthHandler> handler; local
168 scoped_ptr<HttpAuthHandler> handler; local
[all...]
/external/chromium/chrome/browser/tab_contents/
H A Dtab_contents_ssl_helper.h25 scoped_refptr<SSLClientAuthHandler> handler);
27 scoped_refptr<SSLAddCertHandler> handler, int error_code);
29 scoped_refptr<SSLAddCertHandler> handler);
31 scoped_refptr<SSLAddCertHandler> handler);
33 scoped_refptr<SSLAddCertHandler> handler, int error_code);
35 scoped_refptr<SSLAddCertHandler> handler);
43 SSLAddCertData* GetAddCertData(SSLAddCertHandler* handler);
/external/chromium/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.cc23 ProtocolHandler* handler) {
24 if (protocolHandlers_.find(handler->protocol()) == protocolHandlers_.end()) {
27 if (!policy->IsWebSafeScheme(handler->protocol())) {
28 policy->RegisterWebSafeScheme(handler->protocol());
30 net::URLRequest::RegisterProtocolFactory(handler->protocol(),
33 protocolHandlers_[handler->protocol()] = handler;
53 ProtocolHandler* handler = ProtocolHandler::CreateProtocolHandler(value); local
54 if (handler) {
55 RegisterProtocolHandler(handler);
22 RegisterProtocolHandler( ProtocolHandler* handler) argument
92 ProtocolHandler* handler = GetHandlerFor(request->url().scheme()); local
119 OnAcceptRegisterProtocolHandler( ProtocolHandler* handler) argument
125 OnDenyRegisterProtocolHandler( ProtocolHandler* handler) argument
[all...]
/external/chromium/chrome/browser/ssl/
H A Dssl_policy.cc44 void SSLPolicy::OnCertError(SSLCertErrorHandler* handler) { argument
47 backend_->QueryPolicy(handler->ssl_info().cert,
48 handler->request_url().host());
51 handler->ContinueRequest();
59 switch (handler->cert_error()) {
64 OnCertErrorInternal(handler, SSLBlockingPage::ERROR_OVERRIDABLE);
68 handler->ContinueRequest();
73 handler->ContinueRequest();
79 OnCertErrorInternal(handler, SSLBlockingPage::ERROR_FATAL);
83 handler
163 GetSSLErrorInfo(SSLCertErrorHandler* handler) argument
169 OnDenyCertificate(SSLCertErrorHandler* handler) argument
180 OnAllowCertificate(SSLCertErrorHandler* handler) argument
199 OnCertErrorInternal(SSLCertErrorHandler* handler, SSLBlockingPage::ErrorLevel error_level) argument
[all...]
/external/apache-http/src/org/apache/http/impl/cookie/
H A DAbstractCookieSpec.java53 * Stores attribute name -> attribute handler mappings
66 final String name, final CookieAttributeHandler handler) {
70 if (handler == null) {
71 throw new IllegalArgumentException("Attribute handler may not be null");
73 this.attribHandlerMap.put(name, handler);
77 * Finds an attribute handler {@link CookieAttributeHandler} for the
78 * given attribute. Returns <tt>null</tt> if no attribute handler is
82 * @return an attribute handler or <tt>null</tt>
89 * Gets attribute handler {@link CookieAttributeHandler} for the
93 * @throws IllegalStateException if handler no
65 registerAttribHandler( final String name, final CookieAttributeHandler handler) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DIncrementalSAXSource.java43 /** Register a SAX-style content handler for us to output to
45 public void setContentHandler(ContentHandler handler); argument
47 /** Register a SAX-style lexical handler for us to output to
49 public void setLexicalHandler(org.xml.sax.ext.LexicalHandler handler); argument
51 /** Register a SAX-style DTD handler for us to output to
53 public void setDTDHandler(org.xml.sax.DTDHandler handler); argument
/external/clang/test/CodeGen/
H A Dopaque-pointer.c5 my_func handler; variable
/external/dropbear/
H A Dpacket.h40 void (*handler)(); member in struct:PacketType

Completed in 331 milliseconds

1234567891011>>