Searched refs:exploringBackwards (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderView.cpp749 static inline RenderObject* getNextOrPrevRenderObjectBasedOnDirection(const RenderObject* o, const RenderObject* stop, bool& continueExploring, bool& exploringBackwards) argument
752 if (exploringBackwards) {
758 exploringBackwards = !next && (next != stop);
759 if (exploringBackwards) {
804 bool exploringBackwards = false; local
822 os = getNextOrPrevRenderObjectBasedOnDirection(os, stop, continueExploring, exploringBackwards);
861 exploringBackwards = false;
876 o = getNextOrPrevRenderObjectBasedOnDirection(o, stop, continueExploring, exploringBackwards);

Completed in 126 milliseconds