Lines Matching defs:BrowserPluginGuest

46 class BrowserPluginGuest::EmbedderWebContentsObserver
49 explicit EmbedderWebContentsObserver(BrowserPluginGuest* guest)
67 BrowserPluginGuest* browser_plugin_guest_;
72 BrowserPluginGuest::BrowserPluginGuest(bool has_render_view,
97 base::Bind(&BrowserPluginGuest::WillDestroy, AsWeakPtr()));
100 void BrowserPluginGuest::WillDestroy() {
105 base::WeakPtr<BrowserPluginGuest> BrowserPluginGuest::AsWeakPtr() {
109 void BrowserPluginGuest::SetFocus(RenderWidgetHost* rwh, bool focused) {
127 bool BrowserPluginGuest::LockMouse(bool allowed) {
134 void BrowserPluginGuest::Destroy() {
138 WebContentsImpl* BrowserPluginGuest::CreateNewGuestWindow(
146 bool BrowserPluginGuest::OnMessageReceivedFromEmbedder(
159 IPC_BEGIN_MESSAGE_MAP(BrowserPluginGuest, message)
190 void BrowserPluginGuest::Initialize(
200 // Once a BrowserPluginGuest has an embedder WebContents, it's considered to
254 BrowserPluginGuest::~BrowserPluginGuest() {
258 BrowserPluginGuest* BrowserPluginGuest::Create(
261 return new BrowserPluginGuest(
266 bool BrowserPluginGuest::IsGuest(WebContentsImpl* web_contents) {
271 bool BrowserPluginGuest::IsGuest(RenderViewHostImpl* render_view_host) {
277 RenderWidgetHostView* BrowserPluginGuest::GetEmbedderRenderWidgetHostView() {
283 void BrowserPluginGuest::UpdateVisibility() {
287 void BrowserPluginGuest::CopyFromCompositingSurface(
301 BrowserPluginGuest::GetBrowserPluginGuestManager() const {
305 void BrowserPluginGuest::EmbedderVisibilityChanged(bool visible) {
310 void BrowserPluginGuest::PointerLockPermissionResponse(bool allow) {
315 void BrowserPluginGuest::SwapCompositorFrame(
342 void BrowserPluginGuest::SetContentsOpaque(bool opaque) {
348 WebContentsImpl* BrowserPluginGuest::GetWebContents() const {
352 gfx::Point BrowserPluginGuest::GetScreenCoordinates(
360 BrowserPluginGuest* embedder_guest =
367 void BrowserPluginGuest::SendMessageToEmbedder(IPC::Message* msg) {
381 void BrowserPluginGuest::DragSourceEndedAt(int client_x, int client_y,
387 void BrowserPluginGuest::EndSystemDrag() {
393 void BrowserPluginGuest::SendQueuedMessages() {
404 void BrowserPluginGuest::DidCommitProvisionalLoadForFrame(
411 void BrowserPluginGuest::RenderViewReady() {
422 void BrowserPluginGuest::RenderProcessGone(base::TerminationStatus status) {
442 bool BrowserPluginGuest::ShouldForwardToBrowserPluginGuest(
468 bool BrowserPluginGuest::OnMessageReceived(const IPC::Message& message) {
470 IPC_BEGIN_MESSAGE_MAP(BrowserPluginGuest, message)
490 bool BrowserPluginGuest::OnMessageReceived(const IPC::Message& message,
500 IPC_BEGIN_MESSAGE_MAP_WITH_PARAM(BrowserPluginGuest, message,
516 void BrowserPluginGuest::Attach(
551 void BrowserPluginGuest::OnCompositorFrameSwappedACK(
560 void BrowserPluginGuest::OnDragStatusUpdate(int browser_plugin_instance_id,
588 void BrowserPluginGuest::OnExecuteEditCommand(int browser_plugin_instance_id,
593 void BrowserPluginGuest::OnImeSetComposition(
604 void BrowserPluginGuest::OnImeConfirmComposition(
614 void BrowserPluginGuest::OnExtendSelectionAndDelete(
624 void BrowserPluginGuest::OnReclaimCompositorResources(
633 void BrowserPluginGuest::OnLockMouse(bool user_gesture,
648 base::Bind(&BrowserPluginGuest::PointerLockPermissionResponse,
652 void BrowserPluginGuest::OnLockMouseAck(int browser_plugin_instance_id,
660 void BrowserPluginGuest::OnPluginDestroyed(int browser_plugin_instance_id) {
664 void BrowserPluginGuest::OnResizeGuest(
668 // BrowserPluginGuest does not yet have a RenderViewHost.
690 void BrowserPluginGuest::OnSetFocus(int browser_plugin_instance_id,
697 void BrowserPluginGuest::OnSetEditCommandsForNextKeyEvent(
704 void BrowserPluginGuest::OnSetVisibility(int browser_plugin_instance_id,
713 void BrowserPluginGuest::OnUnlockMouse() {
718 void BrowserPluginGuest::OnUnlockMouseAck(int browser_plugin_instance_id) {
727 void BrowserPluginGuest::OnCopyFromCompositingSurfaceAck(
739 void BrowserPluginGuest::OnUpdateGeometry(int browser_plugin_instance_id,
750 void BrowserPluginGuest::OnHasTouchEventHandlers(bool accept) {
757 void BrowserPluginGuest::OnShowPopup(
774 void BrowserPluginGuest::OnShowWidget(int route_id,
779 void BrowserPluginGuest::OnTakeFocus(bool reverse) {
784 void BrowserPluginGuest::OnTextInputTypeChanged(ui::TextInputType type,
797 void BrowserPluginGuest::OnImeCancelComposition() {
803 void BrowserPluginGuest::OnImeCompositionRangeChanged(