HomeSort by relevance Sort by last modified time
    Searched refs:stopNode (Results 1 - 21 of 21) sorted by null

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeNodeStream.h 48 - (NSString *) toStringFromNode:(id)startNode ToNode:(id)stopNode;
ANTLRCommonTreeNodeStream.h 111 - (NSString *) toStringFromNode:(id<ANTLRTree>)startNode ToNode:(id<ANTLRTree>)stopNode;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeNodeStream.h 48 - (NSString *) toStringFromNode:(id)startNode ToNode:(id)stopNode;
ANTLRCommonTreeNodeStream.h 111 - (NSString *) toStringFromNode:(id<ANTLRTree>)startNode ToNode:(id<ANTLRTree>)stopNode;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeNodeStream.h 48 - (NSString *) toStringFromNode:(id)startNode ToNode:(id)stopNode;
ANTLRCommonTreeNodeStream.h 111 - (NSString *) toStringFromNode:(id<ANTLRTree>)startNode ToNode:(id<ANTLRTree>)stopNode;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeNodeStream.h 47 - (NSString *) toStringFromNode:(id)startNode ToNode:(id)stopNode;
ANTLRCommonTreeNodeStream.h 112 - (NSString *) toStringFromNode:(id<ANTLRBaseTree>)startNode ToNode:(id<ANTLRBaseTree>)stopNode;
ANTLRUnbufferedCommonTreeNodeStream.h 93 - (NSString *) toStringFromNode:(id)startNode toNode:(id)stopNode;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderEmbeddedObject.h 74 virtual bool scroll(ScrollDirection, ScrollGranularity, float multiplier, Node** stopNode) OVERRIDE FINAL;
75 virtual bool logicalScroll(ScrollLogicalDirection, ScrollGranularity, float multiplier, Node** stopNode) OVERRIDE FINAL;
RenderTextControlSingleLine.h 70 virtual bool scroll(ScrollDirection, ScrollGranularity, float multiplier = 1, Node** stopNode = 0);
71 virtual bool logicalScroll(ScrollLogicalDirection, ScrollGranularity, float multiplier = 1, Node** stopNode = 0);
RenderListBox.h 75 virtual bool scroll(ScrollDirection, ScrollGranularity, float multiplier = 1, Node** stopNode = 0);
76 virtual bool logicalScroll(ScrollLogicalDirection, ScrollGranularity, float multiplier = 1, Node** stopNode = 0);
RenderTextControlSingleLine.cpp 453 bool RenderTextControlSingleLine::scroll(ScrollDirection direction, ScrollGranularity granularity, float multiplier, Node** stopNode)
461 return RenderBlock::scroll(direction, granularity, multiplier, stopNode);
464 bool RenderTextControlSingleLine::logicalScroll(ScrollLogicalDirection direction, ScrollGranularity granularity, float multiplier, Node** stopNode)
469 return RenderBlock::logicalScroll(direction, granularity, multiplier, stopNode);
RenderEmbeddedObject.cpp 286 bool RenderEmbeddedObject::logicalScroll(ScrollLogicalDirection direction, ScrollGranularity granularity, float multiplier, Node** stopNode)
RenderBox.cpp 720 bool RenderBox::scroll(ScrollDirection direction, ScrollGranularity granularity, float multiplier, Node** stopNode)
724 if (stopNode)
725 *stopNode = node();
729 if (stopNode && *stopNode && *stopNode == node())
734 return b->scroll(direction, granularity, multiplier, stopNode);
738 bool RenderBox::logicalScroll(ScrollLogicalDirection direction, ScrollGranularity granularity, float multiplier, Node** stopNode)
748 if (stopNode)
749 *stopNode = node()
    [all...]
RenderBox.h 452 virtual bool scroll(ScrollDirection, ScrollGranularity, float multiplier = 1, Node** stopNode = 0);
453 virtual bool logicalScroll(ScrollLogicalDirection, ScrollGranularity, float multiplier = 1, Node** stopNode = 0);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Range.cpp     [all...]
Element.cpp 524 Node* stopNode = this;
525 toRenderBox(renderer())->scroll(direction, granularity, units, &stopNode);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp 250 static inline bool scrollNode(float delta, ScrollGranularity granularity, ScrollDirection positiveDirection, ScrollDirection negativeDirection, Node* node, Node** stopNode)
258 return enclosingBox->scroll(delta < 0 ? negativeDirection : positiveDirection, granularity, absDelta, stopNode);
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 567 stopNode = self._lastRecursiveChild().next
570 while current is not stopNode:
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 342 milliseconds