HomeSort by relevance Sort by last modified time
    Searched full:tab_contents (Results 201 - 225 of 653) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium/chrome/browser/renderer_host/
web_cache_manager_browsertest.cc 14 #include "content/browser/tab_contents/tab_contents.h"
  /external/chromium/chrome/browser/ssl/
ssl_manager.cc 17 #include "content/browser/tab_contents/navigation_controller.h"
18 #include "content/browser/tab_contents/navigation_entry.h"
19 #include "content/browser/tab_contents/provisional_load_details.h"
20 #include "content/browser/tab_contents/tab_contents.h"
121 Source<RenderViewHostDelegate>(controller_->tab_contents()));
123 Source<RenderViewHostDelegate>(controller_->tab_contents()));
257 policy()->UpdateEntry(entry, controller_->tab_contents());
ssl_policy.h 39 // |tab_contents| is the TabContents associated with this entry.
40 void UpdateEntry(NavigationEntry* entry, TabContents* tab_contents);
ssl_error_handler.cc 8 #include "chrome/browser/tab_contents/tab_util.h"
12 #include "content/browser/tab_contents/tab_contents.h"
62 TabContents* tab_contents = GetTabContents(); local
63 if (!tab_contents) {
71 manager_ = tab_contents->controller().ssl_manager();
  /external/chromium/chrome/browser/ui/
browser_navigator_browsertest_chromeos.cc 13 #include "content/browser/tab_contents/tab_contents.h"
  /external/chromium/chrome/browser/ui/cocoa/
repost_form_warning_mac.mm 43 TabContents* tab_contents) {
46 new RepostFormWarningController(tab_contents));
browser_window_cocoa.mm 36 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
38 #include "content/browser/tab_contents/tab_contents.h"
243 [controller_ updateToolbarWithContents:contents->tab_contents()
333 TabContents* tab_contents) {
334 RepostFormWarningMac::Create(GetNativeHandle(), tab_contents);
337 void BrowserWindowCocoa::ShowCollectedCookiesDialog(TabContents* tab_contents) {
339 new CollectedCookiesMac(GetNativeHandle(), tab_contents);
373 void BrowserWindowCocoa::TabContentsFocused(TabContents* tab_contents) {
517 TabContentsWrapper* tab_contents) {
    [all...]
  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.h 15 #include "content/browser/tab_contents/tab_contents.h"
16 #include "content/browser/tab_contents/tab_contents_observer.h"
85 TabContents* tab_contents() const { return tab_contents_.get(); } function in class:TabContentsWrapper
87 return tab_contents()->controller();
89 TabContentsView* view() const { return tab_contents()->view(); }
91 return tab_contents()->render_view_host();
93 Profile* profile() const { return tab_contents()->profile(); }
  /external/chromium/chrome/browser/ui/views/
ssl_client_certificate_selector_win.cc 16 #include "content/browser/tab_contents/tab_contents.h"
find_bar_host.cc 11 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
16 #include "content/browser/tab_contents/tab_contents.h"
17 #include "content/browser/tab_contents/tab_contents_view.h"
67 TabContentsWrapper* contents = find_bar_controller_->tab_contents();
76 NativeWebKeyboardEvent event = GetKeyboardEvent(contents->tab_contents(),
115 if (!find_bar_controller_->tab_contents() ||
117 tab_contents()->find_tab_helper()->find_ui_active()) {
158 find_bar_controller_->tab_contents()->tab_contents()->Focus()
    [all...]
  /external/chromium/chrome/browser/ui/webui/
print_preview_ui_html_source_unittest.cc 14 #include "content/browser/tab_contents/tab_contents.h"
remoting_ui.cc 12 #include "content/browser/tab_contents/tab_contents.h"
textfields_ui.cc 17 #include "content/browser/tab_contents/tab_contents.h"
  /external/chromium/chrome/browser/automation/
automation_provider.cc 78 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
92 #include "content/browser/tab_contents/navigation_entry.h"
93 #include "content/browser/tab_contents/tab_contents.h"
94 #include "content/browser/tab_contents/tab_contents_view.h"
467 TabContents* tab_contents = nav->tab_contents(); local
469 SendFindRequest(tab_contents,
479 TabContents* tab_contents,
489 tab_contents,
753 TabContents* tab_contents = tab->tab_contents(); local
962 TabContents* tab_contents = GetTabContentsForHandle(tab_handle, &tab); local
    [all...]
  /external/chromium/chrome/browser/
external_tab_container_win.cc 26 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
30 #include "chrome/browser/ui/views/tab_contents/render_view_context_menu_views.h"
31 #include "chrome/browser/ui/views/tab_contents/tab_contents_container.h"
38 #include "content/browser/tab_contents/provisional_load_details.h"
78 container_->OpenURLFromTab(container_->tab_contents(), url, GURL(),
111 TabContents* ExternalTabContainer::tab_contents() const { function in class:ExternalTabContainer
112 return tab_contents_.get() ? tab_contents_->tab_contents() : NULL;
156 tab_contents_->tab_contents()->set_delegate(this);
158 tab_contents_->tab_contents()->
175 Source<TabContents>(tab_contents_->tab_contents()));
710 browser::ShowRepostFormWarningDialog(GetNativeView(), tab_contents); local
    [all...]
favicon_helper.cc 17 #include "content/browser/tab_contents/navigation_controller.h"
18 #include "content/browser/tab_contents/navigation_entry.h"
19 #include "content/browser/tab_contents/tab_contents_delegate.h"
20 #include "content/browser/tab_contents/tab_contents.h"
67 FaviconHelper::FaviconHelper(TabContents* tab_contents, Type icon_type)
68 : TabContentsObserver(tab_contents),
115 return tab_contents()->profile()->GetFaviconService(Profile::EXPLICIT_ACCESS);
157 tab_contents()->NotifyNavigationStateChanged(TabContents::INVALIDATE_TAB);
211 NavigationEntry* entry = tab_contents()->controller().GetActiveEntry()
    [all...]
  /external/chromium/chrome/browser/speech/
speech_input_bubble.h 55 // |tab_contents| is the TabContents hosting the page.
58 static SpeechInputBubble* Create(TabContents* tab_contents,
64 static SpeechInputBubble* CreateNativeBubble(TabContents* tab_contents,
109 virtual TabContents* tab_contents() = 0;
132 explicit SpeechInputBubbleBase(TabContents* tab_contents);
141 virtual TabContents* tab_contents();
speech_input_bubble_controller_unittest.cc 28 MockSpeechInputBubble(TabContents* tab_contents,
31 : SpeechInputBubbleBase(tab_contents) {
133 static SpeechInputBubble* CreateBubble(TabContents* tab_contents,
143 // The |tab_contents| parameter would be NULL since the dummy caller id
148 tab_contents = test_fixture_->browser()->GetSelectedTabContents();
149 return new MockSpeechInputBubble(tab_contents, delegate, element_rect);
speech_input_bubble_views.cc 13 #include "content/browser/tab_contents/tab_contents.h"
14 #include "content/browser/tab_contents/tab_contents_view.h"
253 SpeechInputBubbleImpl(TabContents* tab_contents,
288 SpeechInputBubbleImpl::SpeechInputBubbleImpl(TabContents* tab_contents,
291 : SpeechInputBubbleBase(tab_contents),
307 tab_contents()->GetContainerBounds(&container_rect);
339 tab_contents()->view()->GetNativeView());
375 TabContents* tab_contents,
378 return new SpeechInputBubbleImpl(tab_contents, delegate, element_rect)
    [all...]
  /external/chromium/chrome/browser/translate/
translate_manager.cc 17 #include "chrome/browser/tab_contents/language_state.h"
18 #include "chrome/browser/tab_contents/tab_util.h"
26 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
34 #include "content/browser/tab_contents/navigation_controller.h"
35 #include "content/browser/tab_contents/navigation_entry.h"
36 #include "content/browser/tab_contents/tab_contents.h"
215 controller->tab_contents());
240 controller->tab_contents()->render_view_host()->process()->id(),
241 controller->tab_contents()->render_view_host()->routing_id()
    [all...]
translate_manager.h 45 void TranslatePage(TabContents* tab_contents,
49 // Reverts the contents of the page in |tab_contents| to its original
51 void RevertTranslation(TabContents* tab_contents);
56 void ReportLanguageDetectionError(TabContents* tab_contents);
124 // Sends a translation request to the RenderView of |tab_contents|.
125 void DoTranslatePage(TabContents* tab_contents,
  /external/chromium/chrome/browser/ui/login/
login_prompt_gtk.cc 11 #include "chrome/browser/tab_contents/tab_contents_view_gtk.h"
12 #include "chrome/browser/tab_contents/tab_util.h"
18 #include "content/browser/tab_contents/navigation_controller.h"
19 #include "content/browser/tab_contents/tab_contents.h"
20 #include "content/browser/tab_contents/tab_contents_delegate.h"
  /external/chromium/chrome/browser/ui/cocoa/find_bar/
find_bar_cocoa_controller.mm 20 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
22 #include "content/browser/tab_contents/tab_contents.h"
23 #include "content/browser/tab_contents/tab_contents_view.h"
110 GetFindBarController()->tab_contents()->find_tab_helper();
120 GetFindBarController()->tab_contents()->find_tab_helper();
166 TabContentsWrapper* tab_contents =
167 findBarBridge_->GetFindBarController()->tab_contents();
168 if (!tab_contents)
170 FindTabHelper* find_tab_helper = tab_contents->find_tab_helper()
    [all...]
  /external/chromium/chrome/browser/instant/
instant_loader.cc 22 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
28 #include "content/browser/tab_contents/navigation_controller.h"
29 #include "content/browser/tab_contents/navigation_entry.h"
30 #include "content/browser/tab_contents/provisional_load_details.h"
31 #include "content/browser/tab_contents/tab_contents.h"
32 #include "content/browser/tab_contents/tab_contents_delegate.h"
33 #include "content/browser/tab_contents/tab_contents_view.h"
67 TabContents* tab_contents,
71 tab_contents_(tab_contents),
    [all...]
  /external/chromium/chrome/browser/task_manager/
task_manager_resource_providers.cc 29 #include "chrome/browser/tab_contents/background_contents.h"
30 #include "chrome/browser/tab_contents/tab_util.h"
32 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
40 #include "content/browser/tab_contents/tab_contents.h"
161 TabContentsWrapper* tab_contents)
163 tab_contents->tab_contents()->GetRenderProcessHost()->GetHandle(),
164 tab_contents->render_view_host()),
165 tab_contents_(tab_contents) {
242 TabContents* tab_contents = local
364 TabContentsWrapper* tab_contents = local
    [all...]

Completed in 227 milliseconds

1 2 3 4 5 6 7 891011>>