Home
last modified time | relevance | path

Searched defs:isFrameView (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DWidget.h86 virtual bool isFrameView() const { return false; } in isFrameView() function
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.h342 virtual bool isFrameView() const OVERRIDE { return true; } in isFrameView() function