Searched defs:indeterminate (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLDataGridCellElement.cpp78 bool HTMLDataGridCellElement::indeterminate() const function in class:WebCore::HTMLDataGridCellElement
83 void HTMLDataGridCellElement::setIndeterminate(bool indeterminate) argument
85 setAttribute(indeterminateAttr, indeterminate ? "" : 0);
H A DInputType.h67 bool indeterminate; member in struct:WebCore::ClickHandlingState
H A DHTMLInputElement.h113 // 'indeterminate' is a state independent of the checked state that causes the control to draw in a way that hides the actual state.
114 bool indeterminate() const { return m_isIndeterminate; } function in class:WebCore::HTMLInputElement
230 virtual bool isIndeterminate() const { return indeterminate(); }
/external/webkit/Source/WebKit/chromium/public/linux/
H A DWebThemeEngine.h89 bool indeterminate; // Whether the button state is indeterminate. member in struct:WebKit::WebThemeEngine::ButtonExtraParams
/external/webkit/Source/WebCore/platform/chromium/
H A DPlatformBridge.h312 bool indeterminate; // Whether the button state is indeterminate. member in struct:WebCore::PlatformBridge::ButtonExtraParams
/external/webkit/Source/WebCore/platform/gtk/
H A DRenderThemeGtk2.cpp167 bool indeterminate = theme->isIndeterminate(renderObject); local
168 gtk_toggle_button_set_inconsistent(GTK_TOGGLE_BUTTON(widget), indeterminate); local
171 if (indeterminate) // This originates from the Mozilla code.

Completed in 117 milliseconds