HomeSort by relevance Sort by last modified time
    Searched full:m_control (Results 1 - 6 of 6) 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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/binding/editors/controls/
AbstractControlActionsManager.java 58 protected final Control m_control; field in class:AbstractControlActionsManager
62 m_control = control;
63 m_control.addFocusListener(new FocusListener() {
76 m_control.addDisposeListener(new DisposeListener() {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
GridDataFactory.java 102 private final Control m_control; field in class:GridDataFactory
112 m_control = control;
113 m_pixelConverter = new PixelConverter(m_control);
116 if (m_control.getLayoutData() != m_data) {
117 m_control.setLayoutData(m_data);
  /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 115 milliseconds