/external/webkit/Source/WebKit/win/ |
WebFrame.h | 226 /* [in] */ IWebFrame *ancestor,
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListFilter.java | 30 * Tests hiding and showing the list filter by hiding and showing an ancestor of the
|
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
prototype-1.6.0.3.js | 79 var ancestor = this.superclass && this.superclass.prototype; 87 if (ancestor && Object.isFunction(value) && 91 return function() { return ancestor[m].apply(this, arguments) }; [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderLayer.cpp | 3841 RenderObject* ancestor = commonAncestor(oldHoverObj, newHoverObj); local [all...] |
RenderCounter.cpp | 319 // We are not a reset node or the previous reset must be on an ancestor of our owner renderer 328 // to an ancestor of the placed counter's owner renderer we know we are a sibling of that node.
|
InlineFlowBox.cpp | 255 static inline bool isLastChildForRenderer(RenderObject* ancestor, RenderObject* child) 260 if (child == ancestor) 268 if (parent == ancestor) 278 static bool isAnsectorAndWithinBlock(RenderObject* ancestor, RenderObject* child) 282 if (object == ancestor) [all...] |
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
tree.py | 134 """Walk upwards looking for ancestor with this token type.""" 139 """Walk upwards and get first ancestor with this token type.""" 890 """Walk upwards looking for ancestor with this token type.""" 894 """Walk upwards and get first ancestor with this token type.""" [all...] |
/external/chromium/chrome/browser/bookmarks/ |
bookmark_model.cc | 189 // Can't make an ancestor of the node be a child of the node. 228 // Can't make an ancestor of the node be a child of the node.
|
/external/chromium/chrome/browser/resources/ntp4/ |
new_tab.js | 372 * Search an elements ancestor chain for the nearest element that is a member 376 * @return {Element} The first ancestor of the specified class or null.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/ |
coverage-frames.xsl | 169 <xsl:variable name="package.name" select="(ancestor::package)[last()]/@name"/> 360 <xsl:variable name="package.name" select="(ancestor::package)[last()]/@name"/>
|
/external/libusb_aah/libusb/os/ |
windows_usb.c | 515 * Returns the session ID of a device's nth level ancestor 1181 unsigned int nb_guids, pass, i, j, ancestor; local [all...] |
/external/webkit/Source/WebCore/bindings/scripts/ |
CodeGenerator.pm | 185 # is passed in as $parents, the names of all ancestor interfaces visited 205 # Just collect the names of the direct ancestor interfaces,
|
/external/webkit/Source/WebCore/inspector/ |
InspectorInstrumentation.cpp | 86 Node* ancestor = ancestors[i].node(); local 87 if (ancestor->hasEventListeners(eventType)) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
ProjectCallback.java | 526 * @return the fully qualified class name of the list ancestor, or null if there 527 * is no list view ancestor
|
/external/libxml2/ |
tree.c | [all...] |
xpath.c | [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
RedundentExprEliminator.java | 289 * Given a linked list of expressions, find the common ancestor that is 348 // This second check is to make sure we have a common ancestor that is not the same 366 assertion(false, "Could not find common ancestor!!!"); [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMDefaultBaseIterators.java | 128 case Axis.ANCESTOR : 195 case Axis.ANCESTOR : 374 * Note that this does _not_ mean "find the nearest ancestor of [all...] |
/external/webkit/Source/WebCore/editing/ |
CompositeEditCommand.cpp | 737 // The visibleEnd. It must be an ancestor of the paragraph start. 806 // find the first common ancestor and adjust the insertion [all...] |
InsertParagraphSeparatorCommand.cpp | 303 // all of the correct nodes when building the ancestor list. So this needs to be the deepest representation of the position
|
/external/chromium/chrome/browser/extensions/ |
extension_menu_manager.cc | 166 // Work our way up the tree until we find the ancestor or NULL.
|
/external/chromium/chrome/browser/resources/shared/js/cr/ui/ |
tree.js | 25 * Helper function that finds the first ancestor tree item.
|
/external/chromium/chrome/browser/ui/views/bookmarks/ |
bookmark_bubble_view.cc | 390 // Parent the editor to our root ancestor (not the root we're in, as that
|
/external/webkit/Source/WebCore/bindings/v8/ |
ScriptController.cpp | 349 // ancestor who has the objectTag. So this "widget" may be already in the
|
/external/webkit/Source/WebCore/dom/ |
ExceptionCode.cpp | 110 "The container of an boundary-point of a Range was being set to either a node of an invalid type or a node with an ancestor of an invalid type."
|