Searched refs:isPressed (Results 1 – 14 of 14) sorted by relevance
88 if ((isPressed() == b) || !isEnabled()) in add()109 if (isPressed()) in add()
210 var isPressed = { variable217 isPressed[modifierWithKeyCode] = isKeyDown;219 searchIsPressed = isPressed['SEARCH'];224 return isPressed[modifier];
67 return mMenuButton.isPressed() || mMenuHandler.isAppMenuShowing(); in isAppMenuActive()
108 BLINK_EXPORT bool isPressed() const;
133 virtual bool isPressed() const OVERRIDE FINAL;
374 virtual bool isPressed() const { return false; } in isPressed() function
690 bool AXNodeObject::isPressed() const in isPressed() function in blink::AXNodeObject
68 if (theme->isPressed(o)) in getWebThemeState()449 extraParams.slider.inDrag = isPressed(o); in paintSliderThumb()
292 bool isPressed(const RenderObject*) const;
74 if (theme->isPressed(o)) in getWebFallbackThemeState()643 if (isPressed(o)) { in controlStatesForRenderer()710 bool RenderTheme::isPressed(const RenderObject* o) const in isPressed() function in blink::RenderTheme
246 …paintInfo.context->drawImage(isPressed(cancelButtonObject) ? cancelPressedImage : cancelImage, pai… in paintSearchFieldCancelButton()
1364 } else if (isPressed(o)) {1535 if (isPressed(o)) {
341 bool WebAXObject::isPressed() const in isPressed() function in blink::WebAXObject346 return m_private->isPressed(); in isPressed()
50 if (o.isPressed()) in AXStateFromBlink()