OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAllowOverlappingViews
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/content/public/browser/
web_contents_view.h
92
virtual bool
GetAllowOverlappingViews
() const = 0;
/external/chromium_org/content/test/
test_web_contents_view.cc
87
bool TestWebContentsView::
GetAllowOverlappingViews
() const {
test_web_contents_view.h
53
virtual bool
GetAllowOverlappingViews
() const OVERRIDE;
/external/chromium_org/content/browser/web_contents/
web_contents_view_guest.h
58
virtual bool
GetAllowOverlappingViews
() const OVERRIDE;
web_contents_view_mac.h
82
virtual bool
GetAllowOverlappingViews
() const OVERRIDE;
web_contents_view_guest.cc
106
bool WebContentsViewGuest::
GetAllowOverlappingViews
() const {
107
return platform_view_->
GetAllowOverlappingViews
();
Completed in 575 milliseconds