Searched refs:previousSibling (Results 126 - 150 of 164) sorted by relevance

1234567

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DPosition.cpp239 return m_anchorNode->previousSibling();
H A DElement.cpp2201 RefPtrWillBeRawPtr<Node> prev = previousSibling();
2209 RefPtrWillBeRawPtr<Node> node = next ? next->previousSibling() : 0;
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLConstructionSite.cpp135 Node* previousChild = task.nextChild ? task.nextChild->previousSibling() : task.parent->lastChild();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.cpp482 for (RenderObject* child = lastChild(); child; child = child->previousSibling()) {
938 RenderObject* prev = previousSibling();
942 prev = prev->previousSibling();
1238 RenderObject* prev = child->previousSibling();
H A DRenderBox.h749 return toRenderBox(previousSibling());
H A DTextAutosizer.cpp939 child = (firstOrLast == First) ? child->nextSibling() : child->previousSibling();
H A DRenderObject.cpp354 RenderObject* afterChild = beforeChild ? beforeChild->previousSibling() : children->lastChild();
439 if (RenderObject* o = previousSibling()) {
H A DRenderInline.cpp941 for (RenderObject* curr = lastChild(); curr; curr = curr->previousSibling()) {
H A DRenderObject.h164 RenderObject* previousSibling() const { return m_previous; } function in class:blink::RenderObject
H A DRenderTableCell.cpp730 prevRow = parent()->previousSibling();
H A DRenderTableSection.cpp157 RenderObject* row = beforeChild->previousSibling();
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DBreakingContextInlineHeaders.h325 if (start && shouldAddBorderPaddingMargin(child->previousSibling(), start))
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
H A DCanvasProfileView.js250 var sibling = forward ? nextNode.nextSibling : nextNode.previousSibling;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DTabbedPane.js1096 if (!this._tabElement.previousSibling && event.pageX - this._dragStartX < 0) {
/external/okhttp/website/static/
H A Dprettify.js27 return b.innerHTML},prettyPrint:D.prettyPrint=function(a,d){function g(){for(var b=D.PR_SHOULD_USE_CONTINUATION?c.now()+250:Infinity;i<p.length&&c.now()<b;i++){for(var d=p[i],j=h,k=d;k=k.previousSibling;){var m=k.nodeType,o=(m===7||m===8)&&k.nodeValue;if(o?!/^\??prettify\b/.test(o):m!==3||/\S/.test(k.nodeValue))break;if(o){j={};o.replace(/\b(\w+)=([\w%+\-.:]+)/g,function(a,b,c){j[b]=c});break}}k=d.className;if((j!==h||e.test(k))&&!v.test(k)){m=!1;for(o=d.parentNode;o;o=o.parentNode)if(f.test(o.tagName)&&
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp6063 EXPECT_EQ(newChild, parent->lastChild()->previousSibling()->previousSibling());
6064 EXPECT_EQ(newChild->nextSibling(), parent->lastChild()->previousSibling());
6096 EXPECT_EQ(newChild, parent->lastChild()->previousSibling());
6099 EXPECT_EQ(newChild->previousSibling(), parent->firstChild());
6100 EXPECT_EQ(newChild, parent->lastChild()->previousSibling());
6135 EXPECT_EQ(newChild->previousSibling(), parent->firstChild()->nextSibling());
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTextIterator.cpp1439 while (!m_node->previousSibling()) {
1452 if (advanceRespectingRange(m_node->previousSibling()))
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
H A DElementsTreeOutline.js821 if (event.keyIdentifier === "Up" && node.previousSibling) {
822 node.moveTo(node.parentNode, node.previousSibling, this._selectNodeAfterEdit.bind(this, treeElement.expanded));
H A DElementsPanel.js1016 crumb = crumb.previousSibling;
/external/chromium_org/third_party/readability/js/
H A Dreadability.js1594 lastBr = lastBr.previousSibling;
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Dprototype-1.7.js2173 return Element.recursivelyCollect(element, 'previousSibling');
2216 return element.recursivelyCollect("previousSibling", index + 1)[index];
4264 while ( (elem = elem.previousSibling) && elem.nodeType !== 1 ) {}
4322 checkFn("previousSibling", part, doneName, checkSet, nodeCheck, isXML);
4534 while ( (node = node.previousSibling) ) {
4832 var sibDir = dir == "previousSibling" && !isXML;
4868 var sibDir = dir == "previousSibling" && !isXML;
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js1717 return walk(this, 'previousSibling', null, match, false, nocash);
1721 return walk(this, 'previousSibling', null, match, true, nocash);
1737 return walk(this, 'previousSibling', 'lastChild', match, false, nocash);
2802 while ((prev = prev.previousSibling)){
2821 while ((self = self.previousSibling)){
2839 while ((element = element.previousSibling)){
H A Dconcat-jquery-mootools-prototype.js1181 prev: function(elem){return jQuery.nth(elem,2,"previousSibling");},
1183 prevAll: function(elem){return jQuery.dir(elem,"previousSibling");},
1687 while ( (elem = elem.previousSibling) && elem.nodeType !== 1 ) {}
1745 checkFn("previousSibling", part, doneName, checkSet, nodeCheck, isXML);
1963 while (node = node.previousSibling) {
2254 var sibDir = dir == "previousSibling" && !isXML;
2290 var sibDir = dir == "previousSibling" && !isXML;
6093 return walk(this, 'previousSibling', null, match, false, nocash);
6097 return walk(this, 'previousSibling', null, match, true, nocash);
6113 return walk(this, 'previousSibling', 'lastChil
[all...]
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp1227 for (RenderLayer* child = searchRoot->lastChild(); child; child = child->previousSibling()) {
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...

Completed in 961 milliseconds

1234567