OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TabContents
(Results
151 - 175
of
585
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/chrome/browser/tab_contents/
tab_contents_ssl_helper.cc
38
SSLCertAddedInfoBarDelegate(
TabContents
* tab_contents,
53
TabContents
* tab_contents_; // The
TabContents
we are attached to.
58
TabContents
* tab_contents,
109
explicit SSLAddCertData(
TabContents
* tab_contents);
126
TabContents
* tab_contents_;
133
TabContentsSSLHelper::SSLAddCertData::SSLAddCertData(
TabContents
* tab_contents)
136
Source<
TabContents
> source(tab_contents_);
174
TabContentsSSLHelper::TabContentsSSLHelper(
TabContents
* tab_contents)
render_view_context_menu_gtk.h
19
RenderViewContextMenuGtk(
TabContents
* web_contents,
render_view_context_menu_mac.h
22
RenderViewContextMenuMac(
TabContents
* web_contents,
simple_alert_infobar_delegate.cc
12
TabContents
* contents,
render_view_host_delegate_helper.h
27
class
TabContents
;
38
// WINDOW_CONTAINER_TYPE_BACKGROUND and permissions allow) or a
TabContents
.
39
// If a
TabContents
is created, it is returned. Otherwise NULL is returned.
40
virtual
TabContents
* CreateNewWindow(
63
// for renderer-initiated creation, and returns the
TabContents
that needs
67
virtual
TabContents
* GetCreatedWindow(int route_id);
/external/chromium/chrome/browser/ui/cocoa/location_bar/
content_setting_decoration.h
20
class
TabContents
;
29
// Updates the image and visibility state based on the supplied
TabContents
.
31
bool UpdateFromTabContents(
TabContents
* tab_contents);
/external/chromium/chrome/browser/ui/omnibox/
location_bar.h
27
class
TabContents
;
71
// Saves the state of the location bar to the specified
TabContents
, so that
73
virtual void SaveStateToContents(
TabContents
* contents) = 0;
/external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_container_views.cc
38
void TabContentsContainer::ChangeTabContents(
TabContents
* contents) {
57
void TabContentsContainer::TabContentsFocused(
TabContents
* tab_contents) {
render_view_context_menu_views.h
16
RenderViewContextMenuViews(
TabContents
* tab_contents,
/external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.h
32
class
TabContents
;
56
TabContents
* tab_contents);
61
TabContents
* tab_contents, ImageBurnDownloaderTaskProxy* task);
65
const FilePath& file_path,
TabContents
* tab_contents,
112
void CreateImageUrl(
TabContents
* tab_content,
174
explicit ImageBurnHandler(
TabContents
* contents);
246
TabContents
* tab_contents_;
257
explicit ImageBurnUI(
TabContents
* contents);
/external/chromium/chrome/browser/ui/webui/
constrained_html_ui_browsertest.cc
48
virtual void OnCloseContents(
TabContents
* source, bool* out_close_dialog) {
66
TabContents
* tab_contents = browser()->GetSelectedTabContents();
bookmarks_ui.h
37
explicit BookmarksUI(
TabContents
* contents);
print_preview_ui.cc
14
PrintPreviewUI::PrintPreviewUI(
TabContents
* contents)
/external/chromium/chrome/browser/chromeos/
choose_mobile_network_dialog.h
31
virtual void OnCloseContents(
TabContents
* source, bool* out_close_dialog);
/external/chromium/chrome/browser/extensions/
extension_debugger_api.h
29
TabContents
* contents_;
extension_bookmark_manager_api.h
17
class
TabContents
;
24
TabContents
* tab_contents);
47
TabContents
* tab_contents_;
extension_web_ui.h
23
class
TabContents
;
36
explicit ExtensionWebUI(
TabContents
* tab_contents, const GURL& url);
54
virtual
TabContents
* associated_tab_contents() const;
/external/chromium/chrome/browser/safe_browsing/
malware_details.h
27
class
TabContents
;
46
TabContents
* tab_contents,
70
TabContents
* tab_contents,
144
TabContents
* tab_contents,
/external/chromium/chrome/browser/ui/download/
download_tab_helper.h
17
explicit DownloadTabHelper(
TabContents
* tab_contents);
/external/chromium/chrome/browser/ui/gtk/
repost_form_warning_gtk.h
24
RepostFormWarningGtk(GtkWindow* parent,
TabContents
* tab_contents);
/external/chromium/chrome/browser/ui/toolbar/
back_forward_menu_model.h
21
class
TabContents
;
93
void set_test_tab_contents(
TabContents
* test_tab_contents) {
166
// Retrieves the
TabContents
pointer to use, which is either the one that
169
TabContents
* GetTabContents() const;
179
// The unit tests will provide their own
TabContents
to use.
180
TabContents
* test_tab_contents_;
/external/chromium/chrome/browser/ui/views/location_bar/
click_handler.cc
28
TabContents
* tab = location_bar_->GetTabContentsWrapper()->tab_contents();
/external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view.h
25
class
TabContents
;
42
virtual void SaveStateToTab(
TabContents
* tab) = 0;
45
// |tab_for_state_restoring| is non-NULL, it points to a
TabContents
whose
47
virtual void Update(const
TabContents
* tab_for_state_restoring) = 0;
/external/chromium/chrome/browser/
autocomplete_history_manager.h
20
class
TabContents
;
27
explicit AutocompleteHistoryManager(
TabContents
* tab_contents);
54
AutocompleteHistoryManager(
TabContents
* tab_contents,
/external/chromium/chrome/browser/download/
drag_download_file.h
17
class
TabContents
;
41
TabContents
* tab_contents);
90
TabContents
* tab_contents_;
Completed in 1117 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>