Home
last modified time | relevance | path

Searched refs:isFocused (Results 1 – 25 of 64) sorted by relevance

123

/external/webkit/Source/WebKit/efl/DefaultTheme/widget/check/
Dcheck.edc40 public isFocused;
48 if (get_int(isFocused) == 1)
50 if (get_int(isHovered) == 1 && get_int(isFocused) == 0)
54 if (get_int(isFocused) == 1)
56 if (get_int(isHovered) == 1 && get_int(isFocused) == 0)
156 set_int(isFocused, 1);
175 set_int(isFocused, 0);
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/radio/
Dradio.edc39 public isFocused;
47 if (get_int(isFocused) == 1)
49 if (get_int(isHovered) == 1 && get_int(isFocused) == 0)
53 if (get_int(isFocused) == 1)
55 if (get_int(isHovered) == 1 && get_int(isFocused) == 0)
156 set_int(isFocused, 1);
175 set_int(isFocused, 0);
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/search/field/
Dsearch_field.edc35 public isFocused;
41 if (get_int(isFocused) == 1)
45 if (get_int(isFocused) == 0 && get_int(isHovered) == 1)
126 set_int(isFocused, 1);
145 set_int(isFocused, 0);
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/entry/
Dentry.edc35 public isFocused;
43 if (get_int(isFocused) == 1)
45 if (get_int(isHovered) == 1 && get_int(isFocused) == 0)
142 set_int(isFocused, 1);
161 set_int(isFocused, 0);
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/search/cancel/
Dsearch_cancel.edc34 public isFocused;
40 if (get_int(isFocused) == 1)
106 set_int(isFocused, 1);
125 set_int(isFocused, 0);
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/search/decoration/
Dsearch_decoration.edc34 public isFocused;
40 if (get_int(isFocused) == 1)
107 set_int(isFocused, 1);
126 set_int(isFocused, 0);
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/file/
Dfile.edc36 public isFocused;
42 if (get_int(isFocused) == 1) {
123 set_int(isFocused, 1);
142 set_int(isFocused, 0);
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/button/
Dbutton.edc36 public isFocused;
43 if (get_int(isFocused) == 1) {
151 set_int(isFocused, 1);
170 set_int(isFocused, 0);
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/slider/
Dslider.edc41 public isFocused;
48 if (get_int(isFocused) == 1) {
230 set_int(isFocused, 1);
249 set_int(isFocused, 0);
276 public isFocused;
283 if (get_int(isFocused) == 1) {
466 set_int(isFocused, 1);
485 set_int(isFocused, 0);
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/combo/
Dcombo.edc41 public isFocused;
49 if (get_int(isFocused) == 1) {
281 set_int(isFocused, 1);
300 set_int(isFocused, 0);
/external/webkit/Source/WebKit2/Shared/
DWebPageCreationParameters.cpp37 encoder->encode(isFocused); in encode()
71 if (!decoder->decode(parameters.isFocused)) in decode()
DWebPageCreationParameters.h50 bool isFocused; member
/external/webkit/Source/WebCore/platform/wx/
DRenderThemeWx.cpp290 if (supportsFocus(part) && isFocused(o)) in paintButton()
353 if (supportsFocus(o->style()->appearance()) && isFocused(o)) in paintMenuList()
382 if (supportsFocus(o->style()->appearance()) && isFocused(o)) in paintMenuListButton()
/external/webkit/Source/WebCore/page/
DFocusController.h61 bool isFocused() const { return m_isFocused; } in isFocused() function
DFocusController.cpp111 if (newFrame && newFrame->view() && isFocused()) { in setFocusedFrame()
130 if (isFocused() == focused) in setFocused()
435 if (m_focusedFrame && isFocused()) in setActive()
/external/webkit/Tools/DumpRenderTree/gtk/
DAccessibilityUIElementGtk.cpp405 bool AccessibilityUIElement::isFocused() const in isFocused() function in AccessibilityUIElement
411 gboolean isFocused = atk_state_set_contains_state(stateSet.get(), ATK_STATE_FOCUSED); in isFocused() local
413 return isFocused; in isFocused()
/external/webkit/Source/WebCore/platform/gtk/
DRenderThemeGtk2.cpp188 if (theme->isFocused(renderObject)) { in paintToggle()
242 if (isFocused(object)) { in paintButton()
266 if (isFocused(object)) in paintButton()
432 setWidgetHasFocus(widget, isFocused(renderObject)); in paintTextField()
453 if (isFocused(renderObject) && !interiorFocus) { in paintTextField()
489 if (isFocused(object)) in paintSliderTrack()
DRenderThemeGtk3.cpp224 if (theme->isFocused(renderObject)) { in paintToggle()
291 if (theme->isFocused(renderObject)) { in renderButton()
568 else if (isFocused(renderObject)) in paintTextField()
575 if (isFocused(renderObject) && isEnabled(renderObject)) { in paintTextField()
616 if (isFocused(renderObject)) { in paintSliderTrack()
824 else if (isFocused(renderObject)) in paintInnerSpinButton()
/external/webkit/Source/WebCore/bindings/objc/
DDOMPrivate.h56 - (BOOL)isFocused;
/external/webkit/Source/WebCore/dom/
DNodeRareData.h123 bool isFocused() const { return m_isFocused; } in isFocused() function
/external/webkit/Source/WebKit/chromium/src/
DWebAccessibilityObject.cpp238 bool WebAccessibilityObject::isFocused() const in isFocused() function in WebKit::WebAccessibilityObject
244 return m_private->isFocused(); in isFocused()
/external/webkit/Source/WebKit/chromium/public/
DWebAccessibilityObject.h91 WEBKIT_API bool isFocused() const;
/external/webkit/Source/WebCore/rendering/
DRenderThemeChromiumWin.cpp545 else if (supportsFocus(appearance) && isFocused(o)) in determineState()
565 else if (supportsFocus(o->style()->appearance()) && isFocused(o->parent())) in determineSliderThumbState()
601 else if (supportsFocus(part) && isFocused(o)) // So does focused in determineClassicState()
DRenderMediaControls.cpp68 if (theme->isFocused(o)) in determineState()
/external/webkit/Tools/DumpRenderTree/
DAccessibilityUIElement.h134 bool isFocused() const;

123