HomeSort by relevance Sort by last modified time
    Searched defs:startContainer (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
WebRange.cpp 75 WebNode WebRange::startContainer(WebExceptionCode& exceptionCode) const
78 RefPtrWillBeRawPtr<Node> node(m_private->startContainer());
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Range.h 53 static PassRefPtrWillBeRawPtr<Range> create(Document&, Node* startContainer, int startOffset, Node* endContainer, int endOffset);
58 Node* startContainer() const { return m_start.container(); }
153 Range(Document&, Node* startContainer, int startOffset, Node* endContainer, int endOffset);
DocumentMarkerController.cpp 87 addMarker(textPiece->startContainer(), DocumentMarker(type, textPiece->startOffset(), textPiece->endOffset(), description, hash));
96 addMarker(textPiece->startContainer(), DocumentMarker(type, textPiece->startOffset(), textPiece->endOffset(), description));
105 addMarker(textPiece->startContainer(), DocumentMarker(type, textPiece->startOffset(), textPiece->endOffset()));
117 addMarker(textPiece->startContainer(), DocumentMarker(startOffset, endOffset, activeMatch));
123 Node* node = textPiece->startContainer();
145 removeMarkers(textPiece->startContainer(), startOffset, endOffset - startOffset, markerTypes, shouldRemovePartiallyOverlappingMarker);
428 Node* startContainer = range->startContainer();
429 ASSERT(startContainer);
441 if (node == startContainer && marker->endOffset() <= static_cast<unsigned>(range->startOffset())
    [all...]
Range.cpp 78 inline Range::Range(Document& ownerDocument, Node* startContainer, int startOffset, Node* endContainer, int endOffset)
92 setStart(startContainer, startOffset);
96 PassRefPtrWillBeRawPtr<Range> Range::create(Document& ownerDocument, Node* startContainer, int startOffset, Node* endContainer, int endOffset)
98 return adoptRefWillBeNoop(new Range(ownerDocument, startContainer, startOffset, endContainer, endOffset));
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 382 filt = self._filter.startContainer(node)
472 def startContainer(self, node):
475 val = self.filter.startContainer(node)
480 "startContainer() returned illegal value: " + repr(val)
    [all...]
xmlbuilder.py 328 def startContainer(self, element):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 382 filt = self._filter.startContainer(node)
472 def startContainer(self, node):
475 val = self.filter.startContainer(node)
480 "startContainer() returned illegal value: " + repr(val)
    [all...]
xmlbuilder.py 328 def startContainer(self, element):
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp 252 Node* startContainer = range->startContainer();
254 if (!startContainer || !endContainer)
257 if (!startContainer->rendererIsEditable() || !endContainer->rendererIsEditable())
264 if (previous.isNull() || previous.deepEquivalent().deprecatedNode()->rootEditableElement() != startContainer->rootEditableElement())
419 KURL url = selectedRange->startContainer()->document().url();
    [all...]
TextIterator.cpp 308 Node* startContainer = start.containerNode();
309 if (!startContainer)
318 m_startContainer = startContainer;
323 // Figure out the initial value of m_shadowDepth: the depth of startContainer's tree scope from
325 const TreeScope* commonAncestorTreeScope = startContainer->treeScope().commonAncestorTreeScope(endContainer->treeScope());
328 for (const TreeScope* treeScope = &startContainer->treeScope(); treeScope != commonAncestorTreeScope; treeScope = treeScope->parentTreeScope())
332 if (startContainer->offsetInCharacters())
333 m_node = startContainer;
334 else if (Node* child = startContainer->traverseToChildAt(startOffset))
337 m_node = startContainer;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar 

Completed in 212 milliseconds