Searched defs:content (Results 151 - 175 of 5332) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/
H A Dbrowser_tabrestore.h14 namespace content { namespace
36 content::WebContents* AddRestoredTab(
45 content::SessionStorageNamespace* storage_namespace,
51 content::WebContents* ReplaceRestoredTab(
57 content::SessionStorageNamespace* session_storage_namespace,
H A Dbrowser_tabstrip.h8 #include "content/public/browser/navigation_controller.h"
9 #include "content/public/browser/web_contents.h"
17 namespace content { namespace
34 content::WebContents* AddSelectedTabWithURL(Browser* browser,
44 content::WebContents* source_contents,
45 content::WebContents* new_contents,
54 content::WebContents* contents,
H A Dweb_contents_sizer.h8 namespace content { namespace
18 void ResizeWebContents(content::WebContents* web_contents,
/external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
H A Dfavicon_util_mac.h10 namespace content { namespace
19 NSImage* FaviconForWebContents(content::WebContents* contents);
/external/chromium_org/chrome/browser/ui/extensions/
H A Daccelerator_priority.h22 namespace content { namespace
45 content::BrowserContext* browser_context);
/external/chromium_org/chrome/browser/ui/search/
H A Dsearch_tab_helper_delegate.h13 namespace content { namespace
34 content::WebContents* source_contents);
38 const content::WebContents* web_contents);
/external/chromium_org/chrome/browser/ui/search_engines/
H A Dsearch_engine_tab_helper_delegate.h11 namespace content { namespace
/external/chromium_org/chrome/browser/ui/tab_contents/
H A Dchrome_web_contents_view_delegate.h8 namespace content { namespace
15 content::WebContentsViewDelegate* CreateWebContentsViewDelegate(
16 content::WebContents* web_contents);
H A Dcore_tab_helper_delegate.h10 namespace content { namespace
25 virtual void SwapTabContents(content::WebContents* old_contents,
26 content::WebContents* new_contents,
32 virtual bool CanReloadContents(content::WebContents* web_contents) const;
36 virtual bool CanSaveContents(content::WebContents* web_contents) const;
/external/chromium_org/chrome/browser/ui/translate/
H A Dtranslate_bubble_factory.h14 namespace content { namespace
26 content::WebContents* web_contents,
38 content::WebContents* web_contents,
/external/chromium_org/chrome/browser/ui/views/athena/
H A Dathena_util.h12 namespace content { namespace
16 // Returns the web content associated with the window.
17 content::WebContents* GetWebContentsForWindow(aura::Window* owner_window);
/external/chromium_org/chrome/browser/ui/views/
H A Dconstrained_window_views.h10 namespace content { namespace
38 content::WebContents* initiator_web_contents);
42 content::WebContents* web_contents);
H A Dsettings_api_bubble_helper_views.h12 namespace content { namespace
28 content::WebContents* web_contents,
36 content::WebContents* web_contents);
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dui_account_tweaks.h13 namespace content { namespace
33 void AddAccountUITweaksLocalizedValues(content::WebUIDataSource* source,
/external/chromium_org/chrome/browser/ui/webui/
H A Dinstant_ui.h8 #include "content/public/browser/web_ui_controller.h"
11 namespace content { namespace
20 class InstantUI : public content::WebUIController {
24 explicit InstantUI(content::WebUI* web_ui);
H A Dpolicy_ui.h11 #include "content/public/browser/web_ui_controller.h"
13 namespace content { namespace
18 class PolicyUI : public content::WebUIController {
20 explicit PolicyUI(content::WebUI* web_ui);
/external/chromium_org/chrome/browser/ui/webui/interstitials/
H A Dinterstitial_ui.h10 #include "content/public/browser/url_data_source.h"
11 #include "content/public/browser/web_ui_controller.h"
15 namespace content { namespace
19 class InterstitialUI : public content::WebUIController {
21 explicit InterstitialUI(content::WebUI* web_ui);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dadvanced_options_utils.h10 namespace content { namespace
20 static void ShowNetworkProxySettings(content::WebContents*);
23 static void ShowManageSSLCertificates(content::WebContents*);
H A Doptions_handlers_helper.h12 namespace content { namespace
20 chrome::HostDesktopType GetDesktopType(content::WebUI* web_ui);
27 void DeleteProfileAtPath(base::FilePath file_path, content::WebUI* web_ui);
H A Doptions_ui_browsertest.h13 namespace content { namespace
44 content::RenderFrameHost* GetSettingsFrame();
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Dinline_login_ui.h11 namespace content { namespace
21 explicit InlineLoginUI(content::WebUI* web_ui);
26 static content::RenderFrameHost* GetAuthIframe(
27 content::WebContents* web_contents,
/external/chromium_org/chrome/browser/ui/zoom/
H A Dzoom_event_manager.h10 #include "content/public/browser/host_zoom_map.h"
12 namespace content { namespace
14 } // namespace content
27 content::BrowserContext* context);
31 void OnZoomLevelChanged(const content::HostZoomMap::ZoomLevelChange& change);
34 scoped_ptr<content::HostZoomMap::Subscription> AddZoomLevelChangedCallback(
35 const content::HostZoomMap::ZoomLevelChangedCallback& callback);
38 base::CallbackList<void(const content::HostZoomMap::ZoomLevelChange&)>
/external/chromium_org/chrome/renderer/
H A Dpage_load_histograms.h9 #include "content/public/renderer/render_view_observer.h"
11 namespace content { namespace
15 class PageLoadHistograms : public content::RenderViewObserver {
17 explicit PageLoadHistograms(content::RenderView* render_view);
45 void LogPageLoadTime(const content::DocumentState* load_times,
/external/chromium_org/chrome/test/base/
H A Dchrome_render_view_host_test_harness.h9 #include "content/public/test/test_renderer_host.h"
13 namespace content { namespace
20 : public content::RenderViewHostTestHarness {
27 content::RenderViewHostTester* rvh_tester();
33 // content::RenderViewHostTestHarness.
34 virtual content::BrowserContext* CreateBrowserContext() OVERRIDE;
/external/chromium_org/chrome/test/remoting/
H A Dpin_browsertest.cc15 content::WebContents* content = app_web_content(); local
16 LoadScript(content, FILE_PATH_LITERAL("cancel_pin_browser_test.js"));
18 RunJavaScriptTest(content, "Cancel_PIN", "{"
28 content::WebContents* content = app_web_content(); local
29 LoadScript(content, FILE_PATH_LITERAL("invalid_pin_browser_test.js"));
31 RunJavaScriptTest(content, "Invalid_PIN", "{"
42 content::WebContents* content local
[all...]

Completed in 936 milliseconds

1234567891011>>