Searched refs:insertionPoint (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/examples/includes/HTML-Toc-0.91/t/ |
D | insert.t | 45 $toc->setOptions({'insertionPoint' => 'before <h1>'}); 58 $toc->setOptions({'insertionPoint' => 'after <h1>'}); 71 $toc->setOptions({'insertionPoint' => 'before </h1>'}); 84 $toc->setOptions({'insertionPoint' => 'after </h1>'}); 97 $toc->setOptions({'insertionPoint' => 'before <h1>'}); 134 'insertionPoint' => "after <!ToC>", 243 'insertionPoint' => "replace <!-- ToC -->" 292 'insertionPoint' => "replace ToC will be placed here[,]"
|
D | manualTest.t | 88 'insertionPoint' => "replace <!-- Table of Contents -->", 123 'insertionPoint' => "replace <!-- Table of Figures -->", 134 'insertionPoint' => "replace <!-- Table of Tables -->", 318 'insertionPoint' => "after <!-- Table of Contents -->", 353 'insertionPoint' => "after <!-- Table of Figures -->", 364 'insertionPoint' => "after <!-- Table of Tables -->", 548 'insertionPoint' => "after <!-- Table of Contents -->", 583 'insertionPoint' => "after <!-- Table of Figures -->", 594 'insertionPoint' => "after <!-- Table of Tables -->",
|
D | format.t | 21 'insertionPoint' => 'before <h1>',
|
D | update.t | 20 'insertionPoint' => 'before <h1>',
|
D | propagate.t | 21 'insertionPoint' => 'before <h1>',
|
/external/webkit/Source/WebKit/qt/Api/ |
D | qwebelement.cpp | 1282 RefPtr<Node> insertionPoint = findInsertionPoint(element.m_element); in encloseContentsWith() local 1284 if (!insertionPoint) in encloseContentsWith() 1292 insertionPoint->appendChild(child, exception); in encloseContentsWith() 1325 RefPtr<Node> insertionPoint = findInsertionPoint(fragment->firstChild()); in encloseContentsWith() local 1327 if (!insertionPoint) in encloseContentsWith() 1335 insertionPoint->appendChild(child, exception); in encloseContentsWith() 1356 RefPtr<Node> insertionPoint = findInsertionPoint(element.m_element); in encloseWith() local 1358 if (!insertionPoint) in encloseWith() 1369 insertionPoint->appendChild(m_element, exception); in encloseWith() 1400 RefPtr<Node> insertionPoint = findInsertionPoint(fragment->firstChild()); in encloseWith() local [all …]
|
/external/webkit/Source/WebCore/editing/ |
D | InsertListCommand.cpp | 305 VisiblePosition insertionPoint = VisiblePosition(positionBeforeNode(placeholder.get())); in unlistifyParagraph() local 306 moveParagraphs(start, end, insertionPoint, true); in unlistifyParagraph()
|
/external/libvpx/examples/includes/HTML-Toc-0.91/ |
D | Toc.pod | 1119 =item L<insertionPoint|"insertionPoint"> 1172 …arks an attribute value in a L<tokenBegin|"tokenBegin"> or L<insertionPoint|"insertionPoint"> toke… 1311 =head2 insertionPoint section in HTML::Toc Options Reference 1324 Examples of valid 'insertionPoint' tokens are:
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderBlock.h | 337 void makeChildrenNonInline(RenderObject* insertionPoint = 0);
|
D | RenderBlock.cpp | 897 void RenderBlock::makeChildrenNonInline(RenderObject *insertionPoint) in makeChildrenNonInline() argument 907 ASSERT(!insertionPoint || insertionPoint->parent() == this); in makeChildrenNonInline() 919 getInlineRun(child, insertionPoint, inlineRunStart, inlineRunEnd); in makeChildrenNonInline()
|