Searched refs:m_clickLocation (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DImageInputType.cpp69 encoding.appendData("x", m_clickLocation.x());
70 encoding.appendData("y", m_clickLocation.y());
76 encoding.appendData(name + dotXString, m_clickLocation.x());
77 encoding.appendData(name + dotYString, m_clickLocation.y());
87 result.appendNumber(m_clickLocation.x());
89 result.appendNumber(m_clickLocation.y());
114 m_clickLocation = extractClickLocation(event);
H A DImageInputType.h66 IntPoint m_clickLocation; // Valid only during HTMLFormElement::prepareForSubmission(). member in class:blink::FINAL

Completed in 207 milliseconds