Home
last modified time | relevance | path

Searched refs:topmost (Results 1 – 24 of 24) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
Dbookmark_change_processor.cc94 const BookmarkNode* topmost) { in RemoveSyncNodeHierarchy() argument
98 DCHECK(!topmost->parent()); in RemoveSyncNodeHierarchy()
106 const BookmarkNode* node = topmost; in RemoveSyncNodeHierarchy()
/external/webkit/Source/WebCore/html/parser/
DHTMLElementStack.h96 ElementRecord* topmost(const AtomicString& tagName) const;
DHTMLElementStack.cpp401 HTMLElementStack::ElementRecord* HTMLElementStack::topmost(const AtomicString& tagName) const in topmost() function in WebCore::HTMLElementStack
417 return !!topmost(tagName); in contains()
DHTMLConstructionSite.cpp470 …HTMLElementStack::ElementRecord* lastTableElementRecord = m_openElements.topmost(tableTag.localNam… in findFosterSite()
/external/valgrind/main/
Dglibc-2.X-drd.supp16 # Suppress all data races where the topmost frame is inside libc.so. Although
/external/chromium/chrome/browser/autofill/
Dpersonal_data_manager_mac.mm166 // first we find (topmost) as preferred.
/external/webkit/Tools/DumpRenderTree/mac/
DDumpRenderTree.mm122 // This is the topmost frame that is loading, during a given load, or nil when no load is
125 // that child frame is the "topmost frame that is loading".
/external/llvm/docs/
DGarbageCollection.rst859 (because only the topmost function has been patched).
/external/bison/data/m4sugar/
Dm4sugar.m41313 # processes the topmost definitions first. In addition, FUNC should
1315 # the active definition of MACRO (it will not be the topmost, and may not
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_folder_controller.mm1767 // topmost button's frame (and there will always be one) offset upward in
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
DC.stg575 * For instance if you call the first (topmost) rule in a parser grammar, you will
/external/webkit/Source/WebKit/mac/WebView/
DWebHTMLView.mm1025 // Usually, we hack AK's hitTest method to catch all events at the topmost WebHTMLView.
/external/webkit/Source/WebKit/mac/
DChangeLog-2002-12-031761 topmost WebHTMLView to call _updateMouseoverWithEvent: on; now it works fine no matter
6660 (-[WebNSView opaqueAncestor]): Always return the topmost WebHTMLView if the object is
6664 (-[WebView setFrame:]): Do the display call at the window level so the topmost WebHTMLView
DChangeLog-2006-02-0913328 respond considering the topmost WebHTMLView.
34833 we pass them all over the bridge at the topmost frame.
/external/webkit/Source/WebKit/win/
DChangeLog-2009-06-166537 WebScriptDebugger no longer holds a reference to the topmost call
12571 Placing tooltip window at the topmost in z-order brought windows that were opened in the
/external/webkit/Source/WebCore/
DChangeLog-2002-12-034682 if this is the topmost part, based on the parent's policy base URL if this
4683 is not the topmost part.
DChangeLog25529 … two ways: it neglected to update fonts in all but the topmost state in the stack, and since it
54252 (WebCore::HTMLElementStack::topmost):
54606 (WebCore::HTMLElementStack::topmost):
54784 (WebCore::HTMLElementStack::topmost):
65604 removeFloatingOrPositionedChildFromBlockLists tries to find the topmost
DChangeLog-2010-12-062299 … Not testable yet, since the rightmost/leftmost/topmost/lowestPosition functions are returning
9480 …RenderRubyText such that its bottommost line box's bottom and the RenderRubyBase's topmost line bo…
29754 Compute the topmost/lowest/leftmost/rightmost position without
69308 history items, not just the topmost ones. Otherwise when going between
107698 (WebCore::HTMLElementStack::topmost):
112082 listeners that the topmost class in the class hierarchy needs (eg,
DChangeLog-2011-02-1647692 …Removed the lowest/topmost/rightmost/leftmostPosition functions, since control overflow is handled…
47733 visible -> visual. Removed the leftmost/rightmost/topmost/bottommostPosition functions.
DChangeLog-2006-12-3132846 The topmost classes (like SVGCircleElement) implement this function with "return this".
46326 the last node split. Used to insert blockquotes at the topmost level.
DChangeLog-2010-05-2415191 since from the WebKit point of view this is the topmost scroll view anyway. Instead call
DChangeLog-2009-06-1621607 …is at the beginning of the topmost quote, then just insert the <br> before the blockquote. Otherw…
/external/webkit/Tools/
DChangeLog-2009-06-1620686 Grab the topmost frame that is being loaded. Do this as early as possible,
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-141583 … Bug 14237: Javascript "var" statement interprets initialization in the topmost function scope