Home
last modified time | relevance | path

Searched refs:m_httpMethod (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/network/
DResourceRequest.cpp41 request->setHTTPMethod(AtomicString(data->m_httpMethod)); in adopt()
65 data->m_httpMethod = httpMethod().string().isolatedCopy(); in copyData()
143 return m_httpMethod; in httpMethod()
148 m_httpMethod = httpMethod; in setHTTPMethod()
327 m_httpMethod = "GET"; in initialize()
DResourceRequest.h222 AtomicString m_httpMethod; variable
256 String m_httpMethod; member