/external/chromium_org/chrome/browser/bookmarks/ |
bookmark_tag_model.cc | 37 // title of all its ancestors in the BookmarkModel. 43 // at all returns the name of all the ancestors as separate tags. 333 // The bookmark moved and the system currently use its ancestors name as a 396 // still using the default tag list of all ancestors.
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderLayerClipper.h | 91 // Compute and return the clip rects. If useCached is true, will used previously computed clip rects on ancestors
|
FixedTableLayout.cpp | 95 // ancestors as dirty. 171 // dirty bit on the cell so that we'll correctly mark its ancestors dirty
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
glsl_symbol_table.h | 55 * easier to just ralloc_free 'ctx' (or any of its ancestors). */
|
list.h | 80 * easier to just ralloc_free 'ctx' (or any of its ancestors). */ 289 * easier to just ralloc_free 'ctx' (or any of its ancestors). */
|
/external/chromium_org/tools/python/google/ |
path_utils.py | 25 'c:\foo\bar'. Unlike FindUpward*, this only looks at direct path ancestors.
|
/external/clang/lib/Analysis/ |
CFGStmtMap.cpp | 31 // If 'S' isn't in the map, walk the ParentMap to see if one of its ancestors
|
/external/mesa3d/src/glsl/ |
glsl_symbol_table.h | 55 * easier to just ralloc_free 'ctx' (or any of its ancestors). */
|
list.h | 80 * easier to just ralloc_free 'ctx' (or any of its ancestors). */ 289 * easier to just ralloc_free 'ctx' (or any of its ancestors). */
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemNumber.java | 173 * Only ancestors that are searched are 186 * Only ancestors that are searched are 203 * Only ancestors that are searched are 222 * attribute is specified, then the only ancestors that are searched are those 226 * When level="multiple", it constructs a list of all ancestors of the current node 230 * If the from attribute is specified, then the only ancestors that are searched are 819 NodeVector ancestors = local 822 int lastIndex = ancestors.size() - 1; 830 int target = ancestors.elementAt(i); 965 * Get the ancestors, up to the root, that match th 982 NodeSetDTM ancestors = new NodeSetDTM(xctxt.getDTMManager()); local [all...] |
/external/clang/lib/ASTMatchers/ |
ASTMatchFinder.cpp | 490 // allow simple memoization on the ancestors. Thus, we only memoize as long 547 ASTContext::ParentVector Ancestors = 549 for (ASTContext::ParentVector::const_iterator I = Ancestors.begin(), 550 E = Ancestors.end(); 553 // Otherwise, we'll visit the common ancestors as often as there
|
/external/clang/lib/Basic/ |
FileManager.cpp | 180 /// Add all ancestors of the given path (pointing to either a file or 190 // When caching a virtual directory, we always cache its ancestors 192 // we don't need to recurse as its ancestors must also already be in 203 // Recursively add the other ancestors. 375 // Now that all ancestors of Filename are in the cache, the
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
InsertListCommand.cpp | 291 // But to split listNode, we must first split ancestors of listChildNode between it and listNode, 300 // in listNode that comes before listChildNode, as listChildNode could have ancestors 370 // inline ancestors of start, since it is easier for editing to produce
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
TouchAdjustment.cpp | 242 // This iteration tests all ancestors at most once by caching earlier results. 256 // Continue the iteration to collect the ancestors of the responder, which we will need later. 277 // Skip nodes who's responders are ancestors of other responders. This gives preference to
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
webtreemap.js | 48 // Hide all visible siblings of all our ancestors by lowering them. 61 // Unhide (raise) and maximize us and our ancestors.
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_fs.h | 70 * easier to just ralloc_free 'ctx' (or any of its ancestors). */ 130 * easier to just ralloc_free 'ctx' (or any of its ancestors). */
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs.h | 70 * easier to just ralloc_free 'ctx' (or any of its ancestors). */ 130 * easier to just ralloc_free 'ctx' (or any of its ancestors). */
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
ITree.cs | 72 * Return a list of all ancestors of this node. The first node of
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
ITree.cs | 76 * Return a list of all ancestors of this node. The first node of
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
Tree.java | 63 /** Return a list of all ancestors of this node. The first node of
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRTree.h | 46 /** Return a list of all ancestors of this node. The first node of
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRTree.h | 46 /** Return a list of all ancestors of this node. The first node of
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRTree.h | 46 /** Return a list of all ancestors of this node. The first node of
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRTree.h | 52 /** Return a list of all ancestors of this node. The first node of
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
OneStepIteratorForward.java | 32 * that only go forward (i.e. it can not be used with ancestors,
|