HomeSort by relevance Sort by last modified time
    Searched defs:LocalFrame (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.h 66 class LocalFrame : public Frame, public WillBeHeapSupplementable<LocalFrame> {
68 static PassRefPtrWillBeRawPtr<LocalFrame> create(FrameLoaderClient*, FrameHost*, FrameOwner*);
78 virtual ~LocalFrame();
113 // LocalFrame in this frame's in-process subtree. When user gesture tokens
115 LocalFrame* localFrameRoot();
117 // ======== All public functions below this point are candidates to move out of LocalFrame into another class. ========
161 LocalFrame(FrameLoaderClient*, FrameHost*, FrameOwner*);
189 inline void LocalFrame::init()
194 inline FrameLoader& LocalFrame::loader() cons
    [all...]
LocalFrame.cpp 31 #include "core/frame/LocalFrame.h"
76 static inline float parentPageZoomFactor(LocalFrame* frame)
84 static inline float parentTextZoomFactor(LocalFrame* frame)
92 inline LocalFrame::LocalFrame(FrameLoaderClient* client, FrameHost* host, FrameOwner* owner)
109 PassRefPtrWillBeRawPtr<LocalFrame> LocalFrame::create(FrameLoaderClient* client, FrameHost* host, FrameOwner* owner)
111 RefPtrWillBeRawPtr<LocalFrame> frame = adoptRefWillBeNoop(new LocalFrame(client, host, owner));
116 LocalFrame::~LocalFrame(
    [all...]

Completed in 50 milliseconds