HomeSort by relevance Sort by last modified time
    Searched refs:FocusType (Results 1 - 25 of 41) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/page/
SpatialNavigation.h 25 #include "core/page/FocusType.h"
111 FocusCandidate(Node*, FocusType);
112 explicit FocusCandidate(HTMLAreaElement*, FocusType);
131 bool hasOffscreenRect(Node*, FocusType = FocusTypeNone);
132 bool scrollInDirection(LocalFrame*, FocusType);
133 bool scrollInDirection(Node* container, FocusType);
134 bool canScrollInDirection(const Node* container, FocusType);
135 bool canScrollInDirection(const LocalFrame*, FocusType);
136 bool canBeScrolledIntoView(FocusType, const FocusCandidate&);
138 void distanceDataForNode(FocusType, const FocusCandidate& current, FocusCandidate&)
    [all...]
FocusController.h 29 #include "core/page/FocusType.h"
73 bool setInitialFocus(FocusType);
74 bool advanceFocus(FocusType type) { return advanceFocus(type, false); }
76 bool setFocusedElement(Element*, PassRefPtrWillBeRawPtr<Frame>, FocusType = FocusTypeNone);
89 bool advanceFocus(FocusType, bool initialFocus);
90 bool advanceFocusDirectionally(FocusType);
91 bool advanceFocusInDocumentOrder(FocusType, bool initialFocus);
93 Node* findFocusableNodeAcrossFocusScope(FocusType, FocusNavigationScope startScope, Node* start);
94 Node* findFocusableNodeRecursively(FocusType, FocusNavigationScope, Node* start);
95 Node* findFocusableNodeDecendingDownIntoFrameDocument(FocusType, Node*)
    [all...]
FocusType.h 31 enum FocusType {
SpatialNavigation.cpp 48 static RectsAlignment alignmentForRects(FocusType, const LayoutRect&, const LayoutRect&, const LayoutSize& viewSize);
49 static bool areRectsFullyAligned(FocusType, const LayoutRect&, const LayoutRect&);
50 static bool areRectsPartiallyAligned(FocusType, const LayoutRect&, const LayoutRect&);
51 static bool areRectsMoreThanFullScreenApart(FocusType, const LayoutRect& curRect, const LayoutRect& targetRect, const LayoutSize& viewSize);
52 static bool isRectInDirection(FocusType, const LayoutRect&, const LayoutRect&);
57 FocusCandidate::FocusCandidate(Node* node, FocusType type)
95 static RectsAlignment alignmentForRects(FocusType type, const LayoutRect& curRect, const LayoutRect& targetRect, const LayoutSize& viewSize)
110 static inline bool isHorizontalMove(FocusType type)
115 static inline LayoutUnit start(FocusType type, const LayoutRect& rect)
120 static inline LayoutUnit middle(FocusType type, const LayoutRect& rect
    [all...]
Chrome.h 26 #include "core/page/FocusType.h"
82 bool canTakeFocus(FocusType) const;
83 void takeFocus(FocusType) const;
FocusController.cpp 340 Node* FocusController::findFocusableNodeDecendingDownIntoFrameDocument(FocusType type, Node* node)
358 bool FocusController::setInitialFocus(FocusType type)
374 bool FocusController::advanceFocus(FocusType type, bool initialFocus)
392 bool FocusController::advanceFocusInDocumentOrder(FocusType type, bool initialFocus)
477 Node* FocusController::findFocusableNodeAcrossFocusScope(FocusType type, FocusNavigationScope scope, Node* currentNode)
504 Node* FocusController::findFocusableNodeRecursively(FocusType type, FocusNavigationScope scope, Node* start)
528 Node* FocusController::findFocusableNode(FocusType type, FocusNavigationScope scope, Node* node)
533 Node* FocusController::findNodeWithExactTabIndex(Node* start, int tabIndex, FocusType type)
678 bool FocusController::setFocusedElement(Element* element, PassRefPtrWillBeRawPtr<Frame> newFocusedFrame, FocusType type)
736 static void updateFocusCandidateIfNeeded(FocusType type, const FocusCandidate& current, FocusCandidate& candidate, FocusCandidate& closest
    [all...]
ChromeClient.h 30 #include "core/page/FocusType.h"
86 virtual bool canTakeFocus(FocusType) = 0;
87 virtual void takeFocus(FocusType) = 0;
Chrome.cpp 112 bool Chrome::canTakeFocus(FocusType type) const
117 void Chrome::takeFocus(FocusType type) const
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLLegendElement.h 47 virtual void focus(bool restorePreviousSelection, FocusType) OVERRIDE;
HTMLLegendElement.cpp 57 void HTMLLegendElement::focus(bool, FocusType type)
HTMLTextFormControlElement.h 136 virtual void dispatchFocusEvent(Element* oldFocusedElement, FocusType) OVERRIDE FINAL;
144 virtual void handleFocusEvent(Element* /* oldFocusedNode */, FocusType) { }
HTMLAnchorElement.h 97 virtual void dispatchFocusEvent(Element* oldFocusedElement, FocusType) OVERRIDE;
HTMLLabelElement.h 71 virtual void focus(bool restorePreviousSelection, FocusType) OVERRIDE;
HTMLTextAreaElement.h 95 virtual void handleFocusEvent(Element* oldFocusedNode, FocusType) OVERRIDE;
HTMLFormControlElement.h 134 virtual void dispatchFocusEvent(Element* oldFocusedElement, FocusType) OVERRIDE;
HTMLSelectElement.h 138 virtual void dispatchFocusEvent(Element* oldFocusedElement, FocusType) OVERRIDE;
HTMLInputElement.h 325 virtual void handleFocusEvent(Element* oldFocusedElement, FocusType) OVERRIDE FINAL;
327 virtual void dispatchFocusInEvent(const AtomicString& eventType, Element* oldFocusedElement, FocusType) OVERRIDE FINAL;
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
InputTypeView.h 36 #include "core/page/FocusType.h"
95 virtual void handleFocusEvent(Element* oldFocusedElement, FocusType);
96 virtual void handleFocusInEvent(Element* oldFocusedElement, FocusType);
InputTypeView.cpp 120 void InputTypeView::handleFocusEvent(Element*, FocusType)
128 void InputTypeView::handleFocusInEvent(Element*, FocusType)
TextFieldInputType.h 63 virtual void handleFocusEvent(Element* oldFocusedNode, FocusType) OVERRIDE FINAL;
BaseMultipleFieldsDateAndTimeInputType.h 104 virtual void handleFocusInEvent(Element* oldFocusedElement, FocusType) OVERRIDE FINAL;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAElement.h 54 virtual void dispatchFocusEvent(Element* oldFocusedElement, FocusType) OVERRIDE;
SVGAElement.cpp 168 void SVGAElement::dispatchFocusEvent(Element* oldFocusedElement, FocusType type)
  /external/chromium_org/third_party/WebKit/Source/web/
ChromeClientImpl.h 80 virtual bool canTakeFocus(FocusType) OVERRIDE;
81 virtual void takeFocus(FocusType) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h 40 #include "core/page/FocusType.h"
82 virtual bool canTakeFocus(FocusType) OVERRIDE { return false; }
83 virtual void takeFocus(FocusType) OVERRIDE { }

Completed in 429 milliseconds

1 2