Searched refs:m_method (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DFetchRequestData.cpp37 request->m_method = webRequest.method();
56 request->m_method = m_method;
75 request->m_method = m_method;
94 : m_method("GET")
H A DFetchRequestData.h69 void setMethod(AtomicString method) { m_method = method; }
70 const AtomicString method() const { return m_method; }
94 AtomicString m_method; member in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/platform/
H A DAsyncMethodRunner.h50 , m_method(method)
123 void fired(Timer<AsyncMethodRunner<TargetClass> >*) { (m_object->*m_method)(); }
132 TargetMethod m_method; member in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DFormSubmission.h54 : m_method(GetMethod)
60 Method method() const { return m_method; }
82 Method m_method; member in class:blink::FormSubmission::Attributes
98 Method method() const { return m_method; }
117 Method m_method; member in class:blink::FormSubmission
H A DFormSubmission.cpp118 m_method = parseMethodType(type);
137 m_method = other.m_method;
147 : m_method(method)
159 : m_method(DialogMethod)
257 if (m_method == FormSubmission::PostMethod)
273 if (m_method == FormSubmission::PostMethod) {
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGTextPathElement.h61 SVGAnimatedEnumeration<SVGTextPathMethodType>* method() { return m_method.get(); }
85 RefPtr<SVGAnimatedEnumeration<SVGTextPathMethodType> > m_method; member in class:blink::FINAL
H A DSVGTextPathElement.cpp55 , m_method(SVGAnimatedEnumeration<SVGTextPathMethodType>::create(this, SVGNames::methodAttr, SVGTextPathMethodAlign))
59 addToPropertyMap(m_method);
98 m_method->setBaseValueAsString(value, parseError);
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebServiceWorkerRequest.cpp19 WebString m_method; member in class:blink::WebServiceWorkerRequestPrivate
53 m_private->m_method = method;
58 return m_private->m_method;
/external/deqp/modules/gles2/functional/
H A Des2fDrawTests.cpp120 gls::DrawTestSpec::DrawMethod m_method; member in class:deqp::gles2::Functional::__anon19874::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::__anon19874::IndexGroup
299 , m_method (drawMethod)
337 genBasicSpec(spec, m_method);
379 gls::DrawTestSpec::DrawMethod m_method; member in class:deqp::gles2::Functional::__anon19874::FirstGroup
384 , m_method (drawMetho
425 gls::DrawTestSpec::DrawMethod m_method; member in class:deqp::gles2::Functional::__anon19874::MethodGroup
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DCrossThreadTask.h93 : m_method(method)
100 (*m_method)(context, m_parameter1);
104 Method m_method; variable
123 : m_method(method)
131 (*m_method)(context, m_parameter1, m_parameter2);
135 Method m_method; variable
156 : m_method(method)
165 (*m_method)(context, m_parameter1, m_parameter2, m_parameter3);
169 Method m_method; variable
192 : m_method(metho
206 Method m_method; variable
246 Method m_method; variable
289 Method m_method; variable
335 Method m_method; variable
384 Method m_method; variable
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fDrawTests.cpp150 gls::DrawTestSpec::DrawMethod m_method; member in class:deqp::gles3::Functional::__anon20003::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::__anon20003::IndexGroup
481 gls::DrawTestSpec::DrawMethod m_method; member in class:deqp::gles3::Functional::__anon20003::FirstGroup
527 gls::DrawTestSpec::DrawMethod m_method; member in class:deqp::gles3::Functional::__anon20003::MethodGroup
[all...]
/external/deqp/modules/gles2/stress/
H A Des2sDrawTests.cpp92 gls::DrawTestSpec::DrawMethod m_method; member in class:deqp::gles2::Stress::__anon19969::IndexGroup
97 , m_method (drawMethod)
135 genBasicSpec(spec, m_method);
176 gls::DrawTestSpec::DrawMethod m_method; member in class:deqp::gles2::Stress::__anon19969::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/gles3/stress/
H A Des3sDrawTests.cpp273 gls::DrawTestSpec::DrawMethod m_method; member in class:deqp::gles3::Stress::__anon20251::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::__anon20251::MethodGroup
373 , m_method (drawMethod)
383 const bool indexed = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS) || (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_INSTANCED) || (m_method
[all...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DNetworkResourcesData.h59 const AtomicString& method() const { return m_method; }
71 AtomicString m_method; member in class:blink::XHRReplayData
H A DNetworkResourcesData.cpp61 , m_method(method)
H A DInspectorTimelineAgent.cpp154 (m_instance->*m_method)(event);
169 , m_method(method)
173 TraceEventHandlerMethod m_method; member in class:blink::InspectorTimelineAgentTraceEventListener
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLHttpRequest.cpp595 m_method = uppercaseKnownHTTPMethod(method);
649 return m_method != "GET" && m_method != "HEAD" && m_url.protocolIsInHTTPFamily();
807 if (m_url.protocolIs("blob") && m_method != "GET") {
828 m_uploadEventsAllowed = m_sameOriginRequest || uploadEvents || !FetchUtils::isSimpleRequest(m_method, m_requestHeaders);
834 request.setHTTPMethod(m_method);
837 InspectorInstrumentation::willLoadXHR(&executionContext, this, this, m_method, m_url, m_async, httpBody ? httpBody->deepCopy() : nullptr, m_requestHeaders, m_includeCredentials);
840 ASSERT(m_method != "GET");
841 ASSERT(m_method != "HEAD");
1366 InspectorInstrumentation::didFinishXHRLoading(executionContext(), this, this, m_loaderIdentifier, m_responseText, m_method, m_ur local
[all...]
H A DXMLHttpRequest.h240 AtomicString m_method; member in class:blink::FINAL
/external/deqp/modules/gles31/functional/
H A Des31fDrawTests.cpp241 gls::DrawTestSpec::DrawMethod m_method; member in class:deqp::gles31::Functional::__anon20263::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::__anon20263::IndexGroup
486 , m_method (drawMethod)
510 genBasicSpec(spec, m_method);
544 gls::DrawTestSpec::DrawMethod m_method; member in class:deqp::gles31::Functional::__anon20263::BaseVertexGroup
611 gls::DrawTestSpec::DrawMethod m_method; member in class:deqp::gles31::Functional::__anon20263::FirstGroup
657 gls::DrawTestSpec::DrawMethod m_method; member in class:deqp::gles31::Functional::__anon20263::MethodGroup
[all...]
H A Des31fGeometryShaderTests.cpp5152 const DrawMethod m_method;
5166 , m_method (method)
5200 switch (m_method)
5351 switch (m_method)
5523 const Method m_method;
5534 , m_method (method)
5585 if (m_method == METHOD_DRAW_ELEMENTS)
5661 if (m_method == METHOD_DRAW_ELEMENTS)
5674 if (m_method == METHOD_DRAW_ELEMENTS)
5676 else if (m_method
[all...]
/external/emma/core/java12/com/vladium/emma/rt/
H A DAppRunner.java646 m_method = method;
655 m_method.invoke (m_target, m_args);
669 private final Method m_method; field in class:AppRunner.Invoker
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 238 milliseconds