HomeSort by relevance Sort by last modified time
    Searched defs:m_method (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
Request.h 34 String method() const { return m_method; }
44 String m_method; member in class:WebCore::FINAL
  /external/chromium_org/third_party/WebKit/Source/platform/
AsyncMethodRunner.h 50 , m_method(method)
121 void fired(Timer<AsyncMethodRunner<TargetClass> >*) { (m_object->*m_method)(); }
130 TargetMethod m_method; member in class:WebCore::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextPathElement.h 60 SVGAnimatedEnumeration<SVGTextPathMethodType>* method() { return m_method.get(); }
84 RefPtr<SVGAnimatedEnumeration<SVGTextPathMethodType> > m_method; member in class:WebCore::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/dom/
CrossThreadTask.h 80 : m_method(method)
87 (*m_method)(context, m_parameter1);
91 Method m_method; variable
110 : m_method(method)
118 (*m_method)(context, m_parameter1, m_parameter2);
122 Method m_method; variable
143 : m_method(method)
152 (*m_method)(context, m_parameter1, m_parameter2, m_parameter3);
156 Method m_method; variable
179 : m_method(method
193 Method m_method; variable
233 Method m_method; variable
276 Method m_method; variable
322 Method m_method; variable
371 Method m_method; variable
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FormSubmission.h 59 : m_method(GetMethod)
65 Method method() const { return m_method; }
87 Method m_method; member in class:WebCore::FormSubmission::Attributes
103 Method method() const { return m_method; }
122 Method m_method; member in class:WebCore::FormSubmission
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
NetworkResourcesData.h 59 const AtomicString& method() const { return m_method; }
69 AtomicString m_method; member in class:WebCore::XHRReplayData
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.h 221 AtomicString m_method; member in class:WebCore::FINAL
XMLHttpRequest.cpp 600 m_method = uppercaseKnownHTTPMethod(method);
654 return m_method != "GET" && m_method != "HEAD" && m_url.protocolIsInHTTPFamily();
819 if (m_url.protocolIs("blob") && m_method != "GET") {
840 m_uploadEventsAllowed = m_sameOriginRequest || uploadEvents || !isSimpleCrossOriginAccessRequest(m_method, m_requestHeaders);
846 request.setHTTPMethod(m_method);
849 InspectorInstrumentation::willLoadXHR(&executionContext, this, this, m_method, m_url, m_async, httpBody ? httpBody->deepCopy() : nullptr, m_requestHeaders, m_includeCredentials);
852 ASSERT(m_method != "GET");
853 ASSERT(m_method != "HEAD");
1297 InspectorInstrumentation::didFinishXHRLoading(executionContext(), this, this, identifier, m_responseText, m_method, m_url, m_lastSendURL, m_lastSendLineNumber); local
    [all...]
  /external/emma/core/java12/com/vladium/emma/rt/
AppRunner.java 646 m_method = method;
655 m_method.invoke (m_target, m_args);
669 private final Method m_method; field in class:AppRunner.Invoker
    [all...]
  /external/deqp/modules/gles2/stress/
es2sDrawTests.cpp 92 gls::DrawTestSpec::DrawMethod m_method; member in class:deqp::gles2::Stress::__anon23780::IndexGroup
97 , m_method (drawMethod)
135 genBasicSpec(spec, m_method);
176 gls::DrawTestSpec::DrawMethod m_method; member in class:deqp::gles2::Stress::__anon23780::MethodGroup
181 , m_method (drawMethod)
191 const bool indexed = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS) || (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_INSTANCED) || (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED);
196 this->addChild(new IndexGroup(m_context, "indices", "Index tests", m_method));
  /external/deqp/modules/gles2/functional/
es2fDrawTests.cpp 120 gls::DrawTestSpec::DrawMethod m_method; member in class:deqp::gles2::Functional::__anon23685::AttributeGroup
128 , m_method (drawMethod)
149 spec.drawMethod = m_method;
184 spec.drawMethod = m_method;
230 spec.drawMethod = m_method;
294 gls::DrawTestSpec::DrawMethod m_method; member in class:deqp::gles2::Functional::__anon23685::IndexGroup
299 , m_method (drawMethod)
337 genBasicSpec(spec, m_method);
379 gls::DrawTestSpec::DrawMethod m_method; member in class:deqp::gles2::Functional::__anon23685::FirstGroup
384 , m_method (drawMethod
425 gls::DrawTestSpec::DrawMethod m_method; member in class:deqp::gles2::Functional::__anon23685::MethodGroup
    [all...]
  /external/deqp/modules/gles3/stress/
es3sDrawTests.cpp 273 gls::DrawTestSpec::DrawMethod m_method; member in class:deqp::gles3::Stress::__anon24061::IndexGroup
278 , m_method (drawMethod)
319 const bool isRangedMethod = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED || m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED_BASEVERTEX);
321 genBasicSpec(spec, m_method);
368 gls::DrawTestSpec::DrawMethod m_method; member in class:deqp::gles3::Stress::__anon24061::MethodGroup
373 , m_method (drawMethod)
383 const bool indexed = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS) || (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_INSTANCED) || (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDrawTests.cpp 150 gls::DrawTestSpec::DrawMethod m_method; member in class:deqp::gles3::Functional::__anon23814::AttributeGroup
158 , m_method (drawMethod)
172 const bool instanced = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWARRAYS_INSTANCED) ||
173 (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_INSTANCED);
174 const bool ranged = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED);
185 spec.drawMethod = m_method;
220 spec.drawMethod = m_method;
266 spec.drawMethod = m_method;
326 spec.drawMethod = m_method;
392 gls::DrawTestSpec::DrawMethod m_method; member in class:deqp::gles3::Functional::__anon23814::IndexGroup
481 gls::DrawTestSpec::DrawMethod m_method; member in class:deqp::gles3::Functional::__anon23814::FirstGroup
527 gls::DrawTestSpec::DrawMethod m_method; member in class:deqp::gles3::Functional::__anon23814::MethodGroup
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDrawTests.cpp 241 gls::DrawTestSpec::DrawMethod m_method; member in class:deqp::gles31::Functional::__anon24073::AttributeGroup
249 , m_method (drawMethod)
270 spec.drawMethod = m_method;
306 spec.drawMethod = m_method;
353 spec.drawMethod = m_method;
414 spec.drawMethod = m_method;
481 gls::DrawTestSpec::DrawMethod m_method; member in class:deqp::gles31::Functional::__anon24073::IndexGroup
486 , m_method (drawMethod)
510 genBasicSpec(spec, m_method);
544 gls::DrawTestSpec::DrawMethod m_method; member in class:deqp::gles31::Functional::__anon24073::BaseVertexGroup
611 gls::DrawTestSpec::DrawMethod m_method; member in class:deqp::gles31::Functional::__anon24073::FirstGroup
657 gls::DrawTestSpec::DrawMethod m_method; member in class:deqp::gles31::Functional::__anon24073::MethodGroup
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 2170 milliseconds