HomeSort by relevance Sort by last modified time
    Searched refs:scopedChild (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameTree.h 77 Frame* scopedChild(unsigned index) const;
78 Frame* scopedChild(const AtomicString& name) const;
86 Frame* scopedChild(unsigned index, TreeScope*) const;
87 Frame* scopedChild(const AtomicString& name, TreeScope*) const;
FrameTree.cpp 171 inline Frame* FrameTree::scopedChild(unsigned index, TreeScope* scope) const
188 inline Frame* FrameTree::scopedChild(const AtomicString& name, TreeScope* scope) const
213 Frame* FrameTree::scopedChild(unsigned index) const
215 return scopedChild(index, m_thisFrame->document());
218 Frame* FrameTree::scopedChild(const AtomicString& name) const
220 return scopedChild(name, m_thisFrame->document());
DOMWindow.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8WindowCustom.cpp 394 Frame* child = frame->tree()->scopedChild(propName);
457 Frame* childFrame = target->tree()->scopedChild(name);
496 Frame* childFrame = target->tree()->scopedChild(index);

Completed in 87 milliseconds