Home | History | Annotate | Download | only in tab_contents

Lines Matching defs:BackgroundContents

24 // BackgroundContents
26 BackgroundContents::BackgroundContents(SiteInstance* site_instance,
47 BackgroundContents::BackgroundContents()
52 BackgroundContents::~BackgroundContents() {
59 Details<BackgroundContents>(this));
63 BackgroundContents* BackgroundContents::GetAsBackgroundContents() {
67 RenderViewHostDelegate::View* BackgroundContents::GetViewDelegate() {
71 const GURL& BackgroundContents::GetURL() const {
75 ViewType::Type BackgroundContents::GetRenderViewType() const {
79 int BackgroundContents::GetBrowserWindowID() const {
83 void BackgroundContents::DidNavigate(
90 // Note: because BackgroundContents are only available to extension apps,
92 // RenderView::decidePolicyForNaviation. If BackgroundContents become
103 Details<BackgroundContents>(this));
106 void BackgroundContents::RunJavaScriptMessage(
114 // BackgroundContents.
118 bool BackgroundContents::PreHandleKeyboardEvent(
124 void BackgroundContents::Observe(NotificationType type,
141 void BackgroundContents::OnMessageBoxClosed(IPC::Message* reply_msg,
147 gfx::NativeWindow BackgroundContents::GetMessageBoxRootWindow() {
152 TabContents* BackgroundContents::AsTabContents() {
156 ExtensionHost* BackgroundContents::AsExtensionHost() {
160 void BackgroundContents::UpdateInspectorSetting(const std::string& key,
166 void BackgroundContents::ClearInspectorSettings() {
171 void BackgroundContents::Close(RenderViewHost* render_view_host) {
176 Details<BackgroundContents>(this));
180 void BackgroundContents::RenderViewGone(RenderViewHost* rvh,
187 Details<BackgroundContents>(this));
190 // via the TaskManager doesn't permanently leave a BackgroundContents hanging
196 RendererPreferences BackgroundContents::GetRendererPrefs(
203 WebPreferences BackgroundContents::GetWebkitPrefs() {
211 void BackgroundContents::ProcessWebUIMessage(
214 // BackgroundContents to chrome-extension://<id> pages. Consider implementing.
220 void BackgroundContents::CreateNewWindow(
234 void BackgroundContents::CreateNewWidget(int route_id,
239 void BackgroundContents::CreateNewFullscreenWidget(int route_id) {
243 void BackgroundContents::ShowCreatedWindow(int route_id,
252 void BackgroundContents::ShowCreatedWidget(int route_id,
257 void BackgroundContents::ShowCreatedFullscreenWidget(int route_id) {
262 BackgroundContents*
263 BackgroundContents::GetBackgroundContentsByID(int render_process_id,