Searched refs:topmost (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
H A Djavascript_app_modal_event_blocker_x11.cc18 aura::Window* topmost = wm::GetToplevelWindow(window); local
19 while (topmost && wm::GetTransientParent(topmost))
20 topmost = wm::GetToplevelWindow(wm::GetTransientParent(topmost));
21 return topmost;
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-run-inlining.cc19 JavaScriptFrame* topmost = it.frame(); local
28 CHECK_EQ(args[0]->ToInt32()->Value(), topmost->GetInlineCount());
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLElementStack.h109 ElementRecord* topmost(const AtomicString& tagName) const;
H A DHTMLElementStack.cpp431 HTMLElementStack::ElementRecord* HTMLElementStack::topmost(const AtomicString& tagName) const function in class:blink::HTMLElementStack
447 return !!topmost(tagName);
H A DHTMLConstructionSite.cpp832 HTMLElementStack::ElementRecord* lastTemplateElement = m_openElements.topmost(templateTag.localName());
838 HTMLElementStack::ElementRecord* lastTableElementRecord = m_openElements.topmost(tableTag.localName());
/external/chromium_org/chrome/browser/sync/glue/
H A Dbookmark_change_processor.cc116 const BookmarkNode* topmost) {
122 if (!model_associator_->InitSyncNodeFromChromeId(topmost->id(),
131 // Check that |topmost| has been unlinked.
132 DCHECK(topmost->is_root());
133 RemoveAllChildNodes(&trans, topmost->id());
190 // Push the topmost node.
200 // Do not delete the topmost node.
204 // if we are processing topmost node, all other nodes must be processed
115 RemoveSyncNodeHierarchy( const BookmarkNode* topmost) argument
/external/chromium_org/cc/trees/
H A Docclusion_tracker_unittest.cc1604 // +--topmost
1638 typename Types::ContentLayerType* topmost = local
1658 this->VisitLayer(topmost, &occlusion);
1749 typename Types::ContentLayerType* topmost = local
1769 this->VisitLayer(topmost, &occlusion);
2060 typename Types::LayerType* topmost = local
2071 // |topmost| occludes the surface, but not the entire surface's replica.
2072 this->VisitLayer(topmost, &occlusion);
2125 typename Types::LayerType* topmost = this->CreateDrawingLayer( local
2132 // |topmost| occlude
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
H A DC.stg575 * For instance if you call the first (topmost) rule in a parser grammar, you will

Completed in 347 milliseconds