Searched refs:setActive (Results 1 - 25 of 47) sorted by relevance

12

/external/webkit/Source/WebCore/plugins/symbian/
H A DPluginContainerSymbian.cpp68 page->focusController()->setActive(true);
76 page->focusController()->setActive(false);
H A DPluginViewSymbian.cpp201 page->focusController()->setActive(true);
/external/webkit/Source/WebCore/html/
H A DHTMLLabelElement.h46 virtual void setActive(bool = true, bool pause = false);
H A DHTMLLabelElement.cpp87 void HTMLLabelElement::setActive(bool down, bool pause) function in class:WebCore::HTMLLabelElement
93 HTMLElement::setActive(down, pause);
97 element->setActive(down, pause);
H A DBaseButtonInputType.cpp51 element()->setActive(true, true);
H A DBaseCheckableInputType.cpp66 element()->setActive(true, true);
H A DHTMLAnchorElement.h108 virtual void setActive(bool active = true, bool pause = false);
H A DHTMLButtonElement.cpp113 setActive(true, true);
H A DHTMLAnchorElement.cpp175 void HTMLAnchorElement::setActive(bool down, bool pause) function in class:WebCore::HTMLAnchorElement
204 ContainerNode::setActive(down, pause);
/external/webkit/Source/WebCore/history/android/
H A DAndroidWebHistoryBridge.h51 void setActive() { m_active = true; } function in class:WebCore::AndroidWebHistoryBridge
/external/webkit/Source/WebCore/wml/
H A DWMLEventHandlingElement.cpp66 doElement->setActive(true);
71 doElement->setActive(false);
H A DWMLDoElement.h53 void setActive(bool active) { m_isActive = active; } function in class:WebCore::WMLDoElement
H A DWMLCardElement.cpp214 (*it)->setActive(!cardDoElementNames.contains((*it)->name()));
/external/webkit/Source/WebCore/plugins/qt/
H A DPluginContainerQt.cpp141 page->focusController()->setActive(true);
149 page->focusController()->setActive(false);
/external/webkit/Source/WebCore/page/
H A DFocusController.h57 void setActive(bool);
/external/webkit/Source/WebCore/page/animation/
H A DImplicitAnimation.h72 void setActive(bool b) { m_active = b; } function in class:WebCore::ImplicitAnimation
H A DCompositeAnimation.cpp87 it->second->setActive(false);
132 implAnim->setActive(true);
/external/webkit/Source/WebCore/dom/
H A DContainerNode.h65 virtual void setActive(bool active = true, bool pause = false);
H A DEventDispatcher.cpp117 node->setActive(true, showPressedLook);
120 node->setActive(false);
H A DContainerNode.cpp964 void ContainerNode::setActive(bool down, bool pause) function in class:WebCore::ContainerNode
968 Node::setActive(down);
H A DNode.h324 virtual void setActive(bool f = true, bool /*pause*/ = false) { setFlag(f, IsActiveFlag); } function in class:WebCore::Node
/external/webkit/Source/WebKit/android/jni/
H A DWebHistory.cpp182 bridge->setActive();
399 bridge->setActive();
532 bridge->setActive();
837 child->bridge()->setActive();
/external/webkit/Source/WebKit/wx/
H A DWebView.cpp438 m_impl->page->focusController()->setActive(event.GetActive());
1027 m_impl->page->focusController()->setActive(true);
1046 m_impl->page->focusController()->setActive(true);
1048 m_impl->page->focusController()->setActive(false);
/external/clang/lib/CodeGen/
H A DCGCleanup.h285 void setActive(bool A) { CleanupBits.IsActive = A; }
H A DCGCleanup.cpp1064 Scope.setActive(true);
1087 Scope.setActive(false);

Completed in 400 milliseconds

12