HomeSort by relevance Sort by last modified time
    Searched refs:m_control (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/html/
ValidityState.h 40 void ref() { m_control->ref(); }
41 void deref() { m_control->deref(); }
58 ValidityState(FormAssociatedElement* control) : m_control(control) { }
63 FormAssociatedElement* m_control; member in class:WebCore::ValidityState
ValidityState.cpp 41 if (!toHTMLElement(m_control)->willValidate())
46 HTMLElement* element = toHTMLElement(m_control);
102 if (m_control->isFormControlElement())
103 static_cast<HTMLFormControlElement*>(m_control)->setNeedsValidityCheck();
108 HTMLElement* element = toHTMLElement(m_control);
129 HTMLElement* element = toHTMLElement(m_control);
140 HTMLElement* element = toHTMLElement(m_control);
152 HTMLElement* element = toHTMLElement(m_control);
169 HTMLElement* element = toHTMLElement(m_control);
181 HTMLElement* element = toHTMLElement(m_control);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
UniscribeController.h 72 SCRIPT_CONTROL m_control; member in class:WebCore::UniscribeController
UniscribeController.cpp 187 while (ScriptItemize(cp, length, m_items.size() - 1, &m_control, &m_state, m_items.data(), &numItems) == E_OUTOFMEMORY) {
208 memset(&m_control, 0, sizeof(SCRIPT_CONTROL));

Completed in 5562 milliseconds