Lines Matching refs:WebContentsViewGuest

34 WebContentsViewGuest::WebContentsViewGuest(
45 WebContentsViewGuest::~WebContentsViewGuest() {
48 gfx::NativeView WebContentsViewGuest::GetNativeView() const {
52 gfx::NativeView WebContentsViewGuest::GetContentNativeView() const {
59 gfx::NativeWindow WebContentsViewGuest::GetTopLevelNativeWindow() const {
63 void WebContentsViewGuest::OnGuestInitialized(WebContentsView* parent_view) {
66 // not have the native view associated with this WebContentsViewGuest in the
68 // This would go in WebContentsViewGuest::CreateView, but that is too early to
74 ContextMenuParams WebContentsViewGuest::ConvertContextMenuParams(
91 void WebContentsViewGuest::GetContainerBounds(gfx::Rect* out) const {
104 void WebContentsViewGuest::SizeContents(const gfx::Size& size) {
111 void WebContentsViewGuest::SetInitialFocus() {
115 gfx::Rect WebContentsViewGuest::GetViewBounds() const {
120 void WebContentsViewGuest::SetAllowOtherViews(bool allow) {
124 bool WebContentsViewGuest::GetAllowOtherViews() const {
129 void WebContentsViewGuest::CreateView(const gfx::Size& initial_size,
135 RenderWidgetHostViewBase* WebContentsViewGuest::CreateViewForWidget(
159 RenderWidgetHostViewBase* WebContentsViewGuest::CreateViewForPopupWidget(
164 void WebContentsViewGuest::SetPageTitle(const base::string16& title) {
167 void WebContentsViewGuest::RenderViewCreated(RenderViewHost* host) {
171 void WebContentsViewGuest::RenderViewSwappedIn(RenderViewHost* host) {
175 void WebContentsViewGuest::SetOverscrollControllerEnabled(bool enabled) {
180 bool WebContentsViewGuest::IsEventTracking() const {
184 void WebContentsViewGuest::CloseTabAfterEventTracking() {
188 WebContents* WebContentsViewGuest::web_contents() {
192 void WebContentsViewGuest::RestoreFocus() {
196 void WebContentsViewGuest::Focus() {
200 void WebContentsViewGuest::StoreFocus() {
204 DropData* WebContentsViewGuest::GetDropData() const {
209 void WebContentsViewGuest::UpdateDragCursor(WebDragOperation operation) {
220 void WebContentsViewGuest::GotFocus() {
223 void WebContentsViewGuest::TakeFocus(bool reverse) {
226 void WebContentsViewGuest::ShowContextMenu(RenderFrameHost* render_frame_host,
232 void WebContentsViewGuest::StartDragging(