Lines Matching refs:ExtensionHost
60 bool ExtensionHost::enable_dom_automation_ = false;
64 class ExtensionHost::ProcessCreationQueue {
71 void CreateSoon(ExtensionHost* host) { in CreateSoon()
77 void Remove(ExtensionHost* host) { in Remove()
113 typedef std::list<ExtensionHost*> Queue;
122 ExtensionHost::ExtensionHost(const Extension* extension, in ExtensionHost() function in ExtensionHost
157 ExtensionHost::~ExtensionHost() { in ~ExtensionHost()
161 Details<ExtensionHost>(this)); in ~ExtensionHost()
166 void ExtensionHost::CreateView(Browser* browser) { in CreateView()
184 TabContents* ExtensionHost::associated_tab_contents() const { in associated_tab_contents()
188 RenderProcessHost* ExtensionHost::render_process_host() const { in render_process_host()
192 SiteInstance* ExtensionHost::site_instance() const { in site_instance()
196 bool ExtensionHost::IsRenderViewLive() const { in IsRenderViewLive()
200 void ExtensionHost::CreateRenderViewSoon(RenderWidgetHostView* host_view) { in CreateRenderViewSoon()
212 void ExtensionHost::CreateRenderViewNow() { in CreateRenderViewNow()
221 const Browser* ExtensionHost::GetBrowser() const { in GetBrowser()
225 Browser* ExtensionHost::GetBrowser() { in GetBrowser()
229 gfx::NativeView ExtensionHost::GetNativeViewOfHost() { in GetNativeViewOfHost()
233 void ExtensionHost::NavigateToURL(const GURL& url) { in NavigateToURL()
255 void ExtensionHost::Observe(NotificationType type, in Observe()
268 Details<ExtensionHost>(this)); in Observe()
284 void ExtensionHost::UpdatePreferredSize(const gfx::Size& new_size) { in UpdatePreferredSize()
289 void ExtensionHost::UpdateInspectorSetting(const std::string& key, in UpdateInspectorSetting()
294 void ExtensionHost::ClearInspectorSettings() { in ClearInspectorSettings()
298 void ExtensionHost::RenderViewGone(RenderViewHost* render_view_host, in RenderViewGone()
320 Details<ExtensionHost>(this)); in RenderViewGone()
323 void ExtensionHost::DidNavigate(RenderViewHost* render_view_host, in DidNavigate()
354 void ExtensionHost::InsertInfobarCSS() { in InsertInfobarCSS()
365 void ExtensionHost::DisableScrollbarsForSmallWindows( in DisableScrollbarsForSmallWindows()
371 void ExtensionHost::DidStopLoading() { in DidStopLoading()
385 Details<ExtensionHost>(this)); in DidStopLoading()
399 void ExtensionHost::DocumentAvailableInMainFrame(RenderViewHost* rvh) { in DocumentAvailableInMainFrame()
419 void ExtensionHost::DocumentOnLoadCompletedInMainFrame(RenderViewHost* rvh, in DocumentOnLoadCompletedInMainFrame()
425 Details<ExtensionHost>(this)); in DocumentOnLoadCompletedInMainFrame()
429 void ExtensionHost::RunJavaScriptMessage(const std::wstring& message, in RunJavaScriptMessage()
460 gfx::NativeWindow ExtensionHost::GetMessageBoxRootWindow() { in GetMessageBoxRootWindow()
477 TabContents* ExtensionHost::AsTabContents() { in AsTabContents()
481 ExtensionHost* ExtensionHost::AsExtensionHost() { in AsExtensionHost()
485 void ExtensionHost::OnMessageBoxClosed(IPC::Message* reply_msg, in OnMessageBoxClosed()
492 void ExtensionHost::SetSuppressMessageBoxes(bool suppress_message_boxes) { in SetSuppressMessageBoxes()
496 void ExtensionHost::Close(RenderViewHost* render_view_host) { in Close()
502 Details<ExtensionHost>(this)); in Close()
506 RendererPreferences ExtensionHost::GetRendererPrefs(Profile* profile) const { in GetRendererPrefs()
519 WebPreferences ExtensionHost::GetWebkitPrefs() { in GetWebkitPrefs()
550 void ExtensionHost::ProcessWebUIMessage( in ProcessWebUIMessage()
557 RenderViewHostDelegate::View* ExtensionHost::GetViewDelegate() { in GetViewDelegate()
561 void ExtensionHost::CreateNewWindow( in CreateNewWindow()
581 void ExtensionHost::CreateNewWidget(int route_id, in CreateNewWidget()
586 void ExtensionHost::CreateNewFullscreenWidget(int route_id) { in CreateNewFullscreenWidget()
591 RenderWidgetHostView* ExtensionHost::CreateNewWidgetInternal( in CreateNewWidgetInternal()
597 void ExtensionHost::ShowCreatedWindow(int route_id, in ShowCreatedWindow()
653 void ExtensionHost::ShowCreatedWidget(int route_id, in ShowCreatedWidget()
659 void ExtensionHost::ShowCreatedFullscreenWidget(int route_id) { in ShowCreatedFullscreenWidget()
664 void ExtensionHost::ShowCreatedWidgetInternal( in ShowCreatedWidgetInternal()
677 void ExtensionHost::ShowContextMenu(const ContextMenuParams& params) { in ShowContextMenu()
681 void ExtensionHost::ShowPopupMenu(const gfx::Rect& bounds, in ShowPopupMenu()
697 void ExtensionHost::StartDragging(const WebDropData& drop_data, in StartDragging()
709 void ExtensionHost::UpdateDragCursor(WebDragOperation operation) { in UpdateDragCursor()
712 void ExtensionHost::GotFocus() { in GotFocus()
723 void ExtensionHost::TakeFocus(bool reverse) { in TakeFocus()
726 void ExtensionHost::LostCapture() { in LostCapture()
729 void ExtensionHost::Activate() { in Activate()
732 void ExtensionHost::Deactivate() { in Deactivate()
735 bool ExtensionHost::PreHandleKeyboardEvent(const NativeWebKeyboardEvent& event, in PreHandleKeyboardEvent()
746 void ExtensionHost::HandleKeyboardEvent(const NativeWebKeyboardEvent& event) { in HandleKeyboardEvent()
753 Details<ExtensionHost>(this)); in HandleKeyboardEvent()
760 void ExtensionHost::HandleMouseMove() { in HandleMouseMove()
767 void ExtensionHost::HandleMouseDown() { in HandleMouseDown()
770 void ExtensionHost::HandleMouseLeave() { in HandleMouseLeave()
777 void ExtensionHost::HandleMouseUp() { in HandleMouseUp()
780 void ExtensionHost::HandleMouseActivate() { in HandleMouseActivate()
783 ViewType::Type ExtensionHost::GetRenderViewType() const { in GetRenderViewType()
787 bool ExtensionHost::OnMessageReceived(const IPC::Message& message) { in OnMessageReceived()
789 IPC_BEGIN_MESSAGE_MAP(ExtensionHost, message) in OnMessageReceived()
796 const GURL& ExtensionHost::GetURL() const { in GetURL()
800 void ExtensionHost::RenderViewCreated(RenderViewHost* render_view_host) { in RenderViewCreated()
818 int ExtensionHost::GetBrowserWindowID() const { in GetBrowserWindowID()
836 void ExtensionHost::OnRunFileChooser( in OnRunFileChooser()