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

  /external/chromium_org/third_party/WebKit/Source/core/frame/
RemoteFrame.h 17 virtual bool isRemoteFrame() const OVERRIDE { return true; }
37 DEFINE_TYPE_CASTS(RemoteFrame, Frame, remoteFrame, remoteFrame->isRemoteFrame(), remoteFrame.isRemoteFrame());
Frame.h 57 virtual bool isRemoteFrame() const { return false; }
101 // it can be removed and its callers can be converted to use the isRemoteFrame()
  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameTree.cpp 57 else if (child->isRemoteFrame())
Page.cpp 620 ASSERT(m_mainFrame->isRemoteFrame());

Completed in 436 milliseconds