OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebContentsViewGuest
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/web_contents/
web_contents_view_guest.cc
33
WebContentsViewGuest
::
WebContentsViewGuest
(
44
WebContentsViewGuest
::~
WebContentsViewGuest
() {
47
gfx::NativeView
WebContentsViewGuest
::GetNativeView() const {
51
gfx::NativeView
WebContentsViewGuest
::GetContentNativeView() const {
58
gfx::NativeWindow
WebContentsViewGuest
::GetTopLevelNativeWindow() const {
62
void
WebContentsViewGuest
::OnGuestInitialized(WebContentsView* parent_view) {
65
// not have the native view associated with this
WebContentsViewGuest
in the
67
// This would go in
WebContentsViewGuest
::CreateView, but that is too early t
[
all
...]
web_contents_view_guest.h
22
class CONTENT_EXPORT
WebContentsViewGuest
29
//
WebContentsViewGuest
always has a backing platform dependent view,
31
WebContentsViewGuest
(WebContentsImpl* web_contents,
35
virtual ~
WebContentsViewGuest
();
103
// Calls to this
WebContentsViewGuest
are forwarded to |platform_view_|.
110
DISALLOW_COPY_AND_ASSIGN(
WebContentsViewGuest
);
web_contents_impl.cc
[
all
...]
/external/chromium_org/content/browser/browser_plugin/
browser_plugin_guest.cc
566
WebContentsViewGuest
* new_view =
567
static_cast<
WebContentsViewGuest
*>(GetWebContents()->GetView());
769
return false; // Will be handled by
WebContentsViewGuest
.
[
all
...]
Completed in 126 milliseconds