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

<<51525354555657585960>>

  /external/chromium_org/content/browser/renderer_host/
render_view_host_browsertest.cc 34 explicit RenderViewHostTestWebContentsObserver(WebContents* web_contents)
  /external/chromium_org/content/shell/browser/
webkit_test_controller.h 125 bool IsMainWindow(WebContents* web_contents) const;
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_browsertest.cc 60 using content::WebContents;
486 bool IsLoginTab(WebContents* web_contents) {
505 int NumNavigationsForTab(WebContents* web_contents) const;
511 typedef std::map<const WebContents*, int> TabNavigationMap;
561 WebContents* web_contents) const {
601 typedef std::set<const WebContents*> TabSet;
657 WebContents* contents = controller->GetWebContents();
809 WebContents* web_contents) const;
    [all...]
  /external/chromium_org/chrome/browser/
chrome_plugin_browsertest.cc 95 content::WebContents* web_contents =
313 content::WebContents* tab =
errorpage_browsertest.cc 466 explicit TestFailProvisionalLoadObserver(content::WebContents* contents)
602 content::WebContents* web_contents =
649 content::WebContents* web_contents =
679 content::WebContents* web_contents =
762 content::WebContents* wc =
    [all...]
  /external/chromium_org/chrome/browser/extensions/
active_script_controller_browsertest.cc 296 content::WebContents* web_contents =
387 content::WebContents* web_contents =
bundle_installer.cc 136 void BundleInstaller::CompleteInstall(content::WebContents* web_contents,
275 content::WebContents* web_contents = NULL;
  /external/chromium_org/chrome/browser/extensions/api/streams_private/
streams_private_apitest.cc 38 using content::WebContents;
372 content::WebContents* web_contents =
  /external/chromium_org/chrome/browser/extensions/api/tab_capture/
tab_capture_registry.cc 73 Observe(rvh ? content::WebContents::FromRenderViewHost(rvh) : NULL);
176 content::WebContents::FromRenderViewHost(rvh))) {
  /external/chromium_org/chrome/browser/history/
redirect_browsertest.cc 163 content::WebContents* web_contents =
278 content::WebContents* web_contents =
  /external/chromium_org/chrome/browser/profile_resetter/
profile_resetter_unittest.cc 159 content::WebContents* CreateWebContents();
167 content::WebContents* PinnedTabsResetTest::CreateWebContents() {
168 return content::WebContents::Create(
169 content::WebContents::CreateParams(profile()));
761 scoped_ptr<content::WebContents> contents1(CreateWebContents());
765 scoped_ptr<content::WebContents> contents2(CreateWebContents());
766 scoped_ptr<content::WebContents> contents3(CreateWebContents());
767 scoped_ptr<content::WebContents> contents4(CreateWebContents());
    [all...]
  /external/chromium_org/chrome/browser/task_manager/
task_manager.h 34 class WebContents;
274 // Returns WebContents of given resource or NULL if not applicable.
275 content::WebContents* GetResourceWebContents(int index) const;
  /external/chromium_org/extensions/browser/
extension_function.h 38 class WebContents;
433 virtual content::WebContents* GetAssociatedWebContents();
  /external/chromium_org/content/browser/frame_host/
render_frame_host_manager_unittest.cc 87 virtual void BeforeUnloadFired(WebContents* web_contents,
102 : WebContentsObserver(WebContents::FromRenderViewHost(rvh)),
132 : WebContentsObserver(WebContents::FromRenderFrameHost(rfh)),
165 PluginFaviconMessageObserver(WebContents* web_contents)
644 // This deletes a WebContents when the given RVH is deleted. This is
652 WebContents* web_contents)
653 : WebContentsObserver(WebContents::FromRenderViewHost(render_view_host)),
665 WebContents* web_contents_;
788 Source<WebContents>(web_contents.get()));
    [all...]
  /external/chromium_org/chrome/browser/prerender/
prerender_browsertest.cc 112 using content::WebContents;
178 // WebContents already has the expected title.
179 void WaitForASCIITitle(WebContents* web_contents,
250 // WebContents. On swap, if the new WebContents is still loading, wait for that
257 // WebContents.
259 WebContents* web_contents)
270 // active WebContents.
272 WebContents* web_contents,
309 WebContents* old_contents
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page.cc 55 using content::WebContents;
206 WebContents* web_contents,
245 WebContents* web_contents,
    [all...]
  /external/chromium_org/chrome/browser/policy/
policy_browsertest.cc 291 content::WebContents* contents =
302 content::WebContents* contents =
357 // Checks if WebGL is enabled in the given WebContents.
358 bool IsWebGLEnabled(content::WebContents* contents) {
369 bool IsJavascriptEnabled(content::WebContents* contents) {
455 bool ContainsVisibleElement(content::WebContents* contents,
491 // This class waits until either a load stops or the WebContents is destroyed.
496 content::WebContents* web_contents);
499 // Waits until the WebContents's load is done or until it is destroyed.
514 content::WebContents* web_contents
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_browsertest.cc 67 using content::WebContents;
    [all...]
  /external/chromium_org/chrome/browser/sessions/
session_service.cc 55 using content::WebContents;
476 void SessionService::TabRestored(WebContents* tab, bool pinned) {
619 WebContents* web_contents =
644 WebContents* web_contents =
662 WebContents* web_contents =
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.cc 89 using content::WebContents;
642 WebContents* PrintPreviewHandler::preview_web_contents() const {
720 WebContents* initiator = GetInitiator();
779 WebContents* initiator = GetInitiator();
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/extension_action/
extension_action_api.cc 38 using content::WebContents;
320 WebContents* web_contents) {
336 WebContents* web_contents = NULL;
391 WebContents* web_contents) {
539 // Find the WebContents that contains this tab id if one is required.
892 // Find the WebContents that contains this tab id.
893 WebContents* contents = NULL;
  /external/chromium_org/chrome/browser/extensions/api/sessions/
sessions_api.cc 409 content::WebContents* contents) {
452 std::vector<content::WebContents*> contents =
492 std::vector<content::WebContents*> contents =
533 content::WebContents* contents = tab_strip->GetActiveWebContents();
535 content::WebContents* tab_contents =
  /external/chromium_org/chrome/browser/background/
background_contents_service.cc 60 using content::WebContents;
146 virtual content::WebContents* GetWebContents() const OVERRIDE {
783 WebContents* new_contents,
  /external/chromium_org/chrome/browser/extensions/api/messaging/
message_service.cc 50 using content::WebContents;
272 WebContents* source_contents = tab_util::GetWebContentsByID(
440 WebContents* contents = NULL;
  /external/chromium_org/chrome/browser/extensions/api/processes/
processes_api.cc 124 content::WebContents* contents =
125 content::WebContents::FromRenderViewHost(host);
570 content::WebContents* contents = NULL;

Completed in 952 milliseconds

<<51525354555657585960>>