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

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/extensions/
extension_override_apitest.cc 20 using content::WebContents;
57 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents();
82 WebContents* tab = otr_browser->tab_strip_model()->GetActiveWebContents();
  /external/chromium_org/chrome/browser/
external_extension_browsertest.cc 22 IsSearchProviderTestData(content::WebContents* t, std::string h, GURL url)
26 content::WebContents* tab;
64 content::WebContents* tab =
  /external/chromium_org/chrome/browser/geolocation/
geolocation_permission_context_android.cc 30 content::WebContents* web_contents,
42 content::WebContents* web_contents,
84 content::WebContents* web_contents,
  /external/chromium_org/chrome/browser/history/
history_tab_helper.cc 28 using content::WebContents;
32 HistoryTabHelper::HistoryTabHelper(WebContents* web_contents)
97 // the WebContents' URL getter does.
147 WebContents* tab = web_contents();
  /external/chromium_org/chrome/browser/media/
webrtc_browsertest_common.cc 83 bool SleepInJavascript(content::WebContents* tab_contents, int timeout_msec) {
97 content::WebContents* tab_contents) {
104 content::WebContents* tab_contents,
  /external/chromium_org/chrome/browser/prerender/
prerender_manager.h 55 class WebContents;
215 bool IsWebContentsPrerendering(const content::WebContents* web_contents,
220 bool HasPrerenderedUrl(GURL url, content::WebContents* web_contents) const;
226 const content::WebContents* web_contents) const;
234 // Returns a list of all WebContents being prerendered.
235 const std::vector<content::WebContents*> GetAllPrerenderingContents() const;
258 // cancelled and then deleted, and any WebContents queued for destruction are
470 // throttles for the navigation in the target WebContents that needs to be
475 content::WebContents* target_contents,
481 content::WebContents* target_contents() const
    [all...]
  /external/chromium_org/chrome/browser/renderer_host/
offline_resource_throttle.cc 31 using content::WebContents;
49 WebContents* web_contents = render_view_host ?
50 WebContents::FromRenderViewHost(render_view_host) : NULL;
  /external/chromium_org/chrome/browser/safe_browsing/
browser_feature_extractor.h 37 class WebContents;
107 BrowserFeatureExtractor(content::WebContents* tab,
200 content::WebContents* tab_;
  /external/chromium_org/chrome/browser/search/
search_terms_tracker.cc 34 const content::WebContents* contents,
68 RemoveTabData(content::Source<content::WebContents>(source).ptr());
125 const content::WebContents* contents) {
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_tab_helper.cc 23 bool IsNTPWebUI(content::WebContents* web_contents) {
34 bool IsInstantNTP(content::WebContents* web_contents) {
79 BookmarkTabHelper::BookmarkTabHelper(content::WebContents* web_contents)
  /external/chromium_org/chrome/browser/ui/
browser_instant_controller.cc 106 content::WebContents* BrowserInstantController::GetActiveWebContents() const {
114 void BrowserInstantController::TabDeactivated(content::WebContents* contents) {
153 content::WebContents* contents = tab_model->GetWebContentsAt(index);
  /external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_cocoa.h 38 virtual void PanelWebContentsFocused(content::WebContents* contents) OVERRIDE;
54 virtual void AttachWebContents(content::WebContents* contents) OVERRIDE;
55 virtual void DetachWebContents(content::WebContents* contents) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/search/
instant_extended_manual_interactive_uitest.cc 77 content::WebContents* active_tab() {
81 bool IsGooglePage(content::WebContents* contents) {
109 content::WebContents* active_tab =
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_sync_starter.h 25 class WebContents;
92 content::WebContents* web_contents,
199 void ShowSettingsPageInWebContents(content::WebContents* contents,
  /external/chromium_org/chrome/browser/ui/views/passwords/
manage_passwords_bubble_view.h 21 class WebContents;
132 static void ShowBubble(content::WebContents* web_contents,
142 ManagePasswordsBubbleView(content::WebContents* web_contents,
  /external/chromium_org/chrome/browser/ui/views/
pdf_password_dialog.cc 22 PDFPasswordDialogViews(content::WebContents* web_contents,
52 content::WebContents* web_contents,
131 void ShowPDFPasswordDialog(content::WebContents* web_contents,
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
mobile_setup_dialog.cc 28 using content::WebContents;
54 virtual void OnCloseContents(WebContents* source,
135 void MobileSetupDialogDelegate::OnCloseContents(WebContents* source,
  /external/chromium_org/chrome/browser/ui/webui/
metrics_handler.cc 25 using content::WebContents;
87 WebContents* tab = web_ui()->GetWebContents();
114 content::Source<WebContents>(tab),
  /external/chromium_org/chrome/browser/ui/webui/options/
advanced_options_utils_linux.cc 25 using content::WebContents;
57 WebContents* web_contents =
150 WebContents* web_contents) {
  /external/chromium_org/content/browser/webui/
web_ui_impl.h 25 explicit WebUIImpl(WebContents* contents);
34 virtual WebContents* GetWebContents() const OVERRIDE;
109 // Non-owning pointer to the WebContents this WebUI is associated with.
110 WebContents* web_contents_;
  /external/chromium_org/content/public/test/
content_browser_test_utils.cc 97 RenderViewCreatedObserver(WebContents* web_contents)
123 void WebContentsAddedObserver::WebContentsCreated(WebContents* web_contents) {
132 WebContents* WebContentsAddedObserver::GetWebContents() {
browser_test_utils.cc 48 : WebContentsObserver(WebContents::FromRenderViewHost(rvh)),
51 Source<WebContents>(web_contents()));
144 void InjectRawKeyEvent(WebContents* web_contents,
205 void WaitForLoadStop(WebContents* web_contents) {
216 void CrashTab(WebContents* web_contents) {
224 void SimulateMouseClick(WebContents* web_contents,
232 void SimulateMouseClickAt(WebContents* web_contents,
252 void SimulateMouseEvent(WebContents* web_contents,
262 void SimulateTapAt(WebContents* web_contents, const gfx::Point& point) {
280 void SimulateKeyPress(WebContents* web_contents
    [all...]
  /external/chromium_org/content/shell/browser/
shell_android.cc 74 void Shell::LoadProgressChanged(WebContents* source, double progress) {
79 void Shell::PlatformToggleFullscreenModeForTab(WebContents* web_contents,
87 const WebContents* web_contents) const {
  /external/chromium_org/ui/app_list/demo/
app_list_demo_views.cc 49 scoped_ptr<content::WebContents> web_contents_;
89 web_contents_.reset(content::WebContents::Create(
90 content::WebContents::CreateParams(browser_context_)));
  /external/chromium_org/chrome/browser/ui/find_bar/
find_bar_host_browsertest.cc 52 using content::WebContents;
140 int FindInPageWchar(WebContents* web_contents,
156 int FindInPageTillBoxMoves(WebContents* web_contents,
202 WebContents* web_contents =
279 WebContents* web_contents =
302 WebContents* web_contents =
342 WebContents* web_contents =
368 WebContents* web_contents =
380 WebContents* web_contents =
395 WebContents* web_contents
    [all...]

Completed in 962 milliseconds

<<21222324252627282930>>