HomeSort by relevance Sort by last modified time
    Searched refs:WebContents (Results 926 - 950 of 1633) sorted by null

<<31323334353637383940>>

  /external/chromium_org/chrome/browser/extensions/api/
capture_web_contents_function.cc 21 using content::WebContents;
51 WebContents* contents = GetWebContentsForID(context_id_);
  /external/chromium_org/chrome/browser/extensions/
bundle_installer.h 26 class WebContents;
102 void CompleteInstall(content::WebContents* web_contents, Delegate* delegate);
  /external/chromium_org/chrome/browser/infobars/
infobar_service.cc 45 content::WebContents* InfoBarService::WebContentsFromInfoBar(InfoBar* infobar) {
53 InfoBarService::InfoBarService(content::WebContents* web_contents)
99 // The WebContents is going away; be aggressively paranoid and delete
  /external/chromium_org/chrome/browser/media/
media_capture_devices_dispatcher.cc 137 base::string16 GetApplicationTitle(content::WebContents* web_contents,
198 content::WebContents* const web_contents =
199 content::WebContents::FromRenderFrameHost(
232 content::WebContents* web_contents) {
339 content::WebContents* web_contents =
340 content::Source<content::WebContents>(source).ptr();
346 content::WebContents* web_contents,
371 content::WebContents* web_contents,
427 content::WebContents* web_contents,
528 content::WebContents* web_contents
    [all...]
  /external/chromium_org/chrome/browser/renderer_context_menu/
context_menu_content_type.cc 20 using content::WebContents;
37 content::WebContents* web_contents,
spellchecker_submenu_observer_browsertest.cc 17 using content::WebContents;
81 virtual content::WebContents* GetWebContents() const OVERRIDE {
  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_host.h 37 static ClientSideDetectionHost* Create(content::WebContents* tab);
67 explicit ClientSideDetectionHost(content::WebContents* tab);
  /external/chromium_org/chrome/browser/sync/
sync_error_notifier_ash.cc 54 virtual content::WebContents* GetWebContents() const OVERRIDE;
98 content::WebContents* SyncNotificationDelegate::GetWebContents() const {
  /external/chromium_org/chrome/browser/ui/app_modal_dialogs/
javascript_app_modal_dialog.cc 18 using content::WebContents;
63 WebContents* web_contents,
93 // When we are part of a WebContents that isn't actually being displayed on
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_app_tab_helper.cc 28 content::WebContents* tab) {
87 std::string LauncherAppTabHelper::GetAppID(content::WebContents* tab) {
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_view_delegate.h 24 class WebContents;
214 virtual content::WebContents* GetWebContents() = 0;
mock_autofill_dialog_view_delegate.h 84 MOCK_METHOD0(GetWebContents, content::WebContents*());
87 void SetWebContents(content::WebContents* contents);
  /external/chromium_org/chrome/browser/ui/cocoa/toolbar/
toolbar_controller.h 33 class WebContents;
120 - (void)updateToolbarWithContents:(content::WebContents*)tab;
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_current_page_delegate_impl.cc 102 content::WebContents* web_contents = controller_->GetWebContents();
123 content::WebContents* web_contents = controller_->GetWebContents();
  /external/chromium_org/chrome/browser/ui/search/
search_ipc_router.h 21 class WebContents;
117 SearchIPCRouter(content::WebContents* web_contents, Delegate* delegate,
  /external/chromium_org/chrome/browser/ui/
singleton_tabs.cc 48 content::WebContents* contents =
94 content::WebContents* tab =
  /external/chromium_org/chrome/browser/ui/views/
dropdown_bar_host.h 21 class WebContents;
159 const content::WebContents* contents,
settings_api_bubble_helper_views.cc 70 content::WebContents* web_contents,
93 Browser* browser, content::WebContents* web_contents) {
  /external/chromium_org/chrome/browser/ui/views/location_bar/
zoom_bubble_view_browsertest.cc 27 content::WebContents* web_contents = browser_view->GetActiveWebContents();
71 content::WebContents* web_contents = browser_view->GetActiveWebContents();
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_user_data_logger.cc 61 content::WebContents* content) {
69 // differ from the WebContents URL which is usually chrome://newtab/.
229 NTPUserDataLogger::NTPUserDataLogger(content::WebContents* contents)
  /external/chromium_org/chrome/browser/ui/webui/
web_dialog_web_contents_delegate_unittest.cc 30 using content::WebContents;
94 WebContents* contents =
  /external/chromium_org/components/navigation_interception/
intercept_navigation_resource_throttle.cc 46 content::WebContents* web_contents =
47 content::WebContents::FromRenderFrameHost(render_frame_host);
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_embedder.cc 69 WebContents* guest_web_contents) {
122 WebContents* guest_web_contents) {
  /external/chromium_org/content/browser/devtools/
render_view_devtools_agent_host.cc 42 static RenderViewDevToolsAgentHost* FindAgentHost(WebContents* web_contents) {
70 DevToolsAgentHost::GetOrCreateFor(WebContents* web_contents) {
92 bool DevToolsAgentHost::IsDebuggerAttached(WebContents* web_contents) {
124 WebContents* web_contents = WebContents::FromRenderViewHost(rvh);
129 // for some WebContents (this filters out pre-render RVHs and similar).
370 WebContents* web_contents =
371 WebContents::FromRenderViewHost(render_view_host_);
391 WebContentsObserver::Observe(WebContents::FromRenderViewHost(rvh));
  /external/chromium_org/content/browser/renderer_host/
render_view_host_delegate.h 54 class WebContents;
70 // previously being sent by WebContents itself. Some of these notifications
84 // Return this object cast to a WebContents, if it is one. If the object is
85 // not a WebContents, returns NULL. DEPRECATED: Be sure to include brettw or
87 virtual WebContents* GetAsWebContents();

Completed in 848 milliseconds

<<31323334353637383940>>