OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TabContents
(Results
101 - 125
of
585
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/chrome/browser/printing/
print_view_manager.h
17
class
TabContents
;
26
// Manages the print commands in relation to a
TabContents
.
TabContents
32
explicit PrintViewManager(
TabContents
* tab_contents);
37
void OverrideTitle(
TabContents
* tab_contents);
/external/chromium/chrome/browser/tab_contents/
web_drag_dest_gtk.h
18
class
TabContents
;
24
WebDragDestGtk(
TabContents
* tab_contents, GtkWidget* widget);
59
TabContents
* tab_contents_;
web_drop_target_win.h
15
class
TabContents
;
17
// A helper object that provides drop capabilities to a
TabContents
. The
18
// DropTarget handles drags that enter the region of the
TabContents
by
23
//
TabContents
.
24
WebDropTarget(HWND source_hwnd,
TabContents
* contents);
50
// Our associated
TabContents
.
51
TabContents
* tab_contents_;
infobar_delegate.h
62
//
TabContents
when determining whether or not a delegate should be added
64
//
TabContents
will not add the new delegate because it considers one to
101
explicit InfoBarDelegate(
TabContents
* contents);
103
// Store the unique id for the active entry in the specified
TabContents
, to
106
void StoreActiveEntryUniqueID(
TabContents
* contents);
109
// The unique id of the active NavigationEntry of the
TabContents
that we were
web_drag_source_win.h
17
class
TabContents
;
19
// An IDropSource implementation for a
TabContents
. Handles notifications sent
26
// Create a new DragSource for a given HWND and
TabContents
.
27
WebDragSource(gfx::NativeWindow source_wnd,
TabContents
* tab_contents);
/external/chromium/chrome/browser/ui/gtk/
html_dialog_gtk.h
23
class
TabContents
;
46
virtual void OnCloseContents(
TabContents
* source, bool* out_close_dialog) { }
50
virtual void MoveContents(
TabContents
* source, const gfx::Rect& pos);
/external/chromium/chrome/browser/ui/gtk/infobars/
infobar_container_gtk.h
17
class
TabContents
;
29
// Changes the
TabContents
for which this container is showing InfoBars. Can
32
void ChangeTabContents(
TabContents
* contents);
34
// Remove the specified InfoBarDelegate from the selected
TabContents
. This
50
//
TabContents
associated with this container. No animations are run during
59
// from the selected
TabContents
.
63
// notification from the selected
TabContents
. The InfoBar's disappearance
76
// The
TabContents
for which we are currently showing InfoBars.
77
TabContents
* tab_contents_;
/external/chromium/chrome/browser/ui/search_engines/
template_url_fetcher_ui_callbacks.cc
18
TabContents
* tab_contents)
23
Source<
TabContents
>(tab_contents_));
58
DCHECK(source == Source<
TabContents
>(tab_contents_));
/external/chromium/chrome/browser/ui/views/
constrained_window_views.h
65
ConstrainedWindowViews(
TabContents
* owner,
69
// Returns the
TabContents
that constrains this Constrained Window.
70
TabContents
* owner() const { return owner_; }
85
// The
TabContents
that owns and constrains this ConstrainedWindow.
86
TabContents
* owner_;
default_search_view.h
20
class
TabContents
;
43
static void Show(
TabContents
* tab_contents,
66
DefaultSearchView(
TabContents
* tab_contents,
sad_tab_view.h
15
class
TabContents
;
33
explicit SadTabView(
TabContents
* tab_contents, Kind kind);
54
TabContents
* tab_contents_;
dialog_stubs_gtk.cc
40
TabContents
* tab_contents) {
45
TabContents
* tab_contents) {
repost_form_warning_view.h
16
class
TabContents
;
32
TabContents
* tab_contents);
/external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_container_gtk.h
21
virtual void AttachContents(
TabContents
* contents) OVERRIDE;
22
virtual void DetachContents(
TabContents
* contents) OVERRIDE;
26
virtual void TabContentsFocused(
TabContents
* tab_contents) OVERRIDE;
native_tab_contents_container_win.h
19
virtual void AttachContents(
TabContents
* contents) OVERRIDE;
20
virtual void DetachContents(
TabContents
* contents) OVERRIDE;
24
virtual void TabContentsFocused(
TabContents
* tab_contents) OVERRIDE;
/external/chromium/chrome/browser/ui/webui/
html_dialog_ui.h
59
virtual void OnCloseContents(
TabContents
* source, bool* out_close_dialog) = 0;
75
// This application really should not use
TabContents
+ WebUI. It should instead
79
// delegate as a property on the
TabContents
. This WebUI will pick it up from
81
// its delegate to the Web UI without having nasty accessors on the
TabContents
.
96
// When created, the property should already be set on the
TabContents
.
97
explicit HtmlDialogUI(
TabContents
* tab_contents);
101
// into the
TabContents
(see class-level comment above).
121
explicit ExternalHtmlDialogUI(
TabContents
* tab_contents);
chrome_web_ui_factory.h
19
class
TabContents
;
27
virtual WebUI* CreateWebUIForURL(
TabContents
* tab_contents,
/external/chromium/chrome/browser/chromeos/
external_protocol_dialog.h
13
class
TabContents
;
25
ExternalProtocolDialog(
TabContents
* tab_contents, const GURL& url);
/external/chromium/chrome/browser/
content_setting_image_model.cc
21
virtual void UpdateFromTabContents(
TabContents
* tab_contents);
36
virtual void UpdateFromTabContents(
TabContents
* tab_contents) OVERRIDE;
43
virtual void UpdateFromTabContents(
TabContents
* tab_contents) OVERRIDE;
50
virtual void UpdateFromTabContents(
TabContents
* tab_contents) OVERRIDE;
108
TabContents
* tab_contents) {
143
TabContents
* tab_contents) {
170
TabContents
* tab_contents) {
182
TabContents
* tab_contents) {
/external/chromium/chrome/browser/extensions/
extension_browser_event_router.h
100
void TabCreatedAt(
TabContents
* contents, int index, bool foreground);
104
void TabUpdated(
TabContents
* contents, bool did_navigate);
108
void DispatchTabUpdatedEvent(
TabContents
* contents,
127
void RegisterForTabNotifications(
TabContents
* contents);
130
void UnregisterForTabNotifications(
TabContents
* contents);
148
// Update the load state of the tab based on its
TabContents
. Returns true
154
DictionaryValue* UpdateLoadState(const
TabContents
* contents);
159
DictionaryValue* DidNavigate(const
TabContents
* contents);
163
// occur the first time the
TabContents
stops loading after the
173
TabEntry* GetTabEntry(const
TabContents
* contents)
[
all
...]
/external/chromium/chrome/browser/safe_browsing/
client_side_detection_host.h
17
class
TabContents
;
32
explicit ClientSideDetectionHost(
TabContents
* tab);
/external/chromium/chrome/browser/ui/gtk/download/
download_started_animation_gtk.cc
34
explicit DownloadStartedAnimationGtk(
TabContents
* tab_contents);
64
TabContents
* tab_contents_;
80
TabContents
* tab_contents)
101
Source<
TabContents
>(tab_contents_));
105
Source<
TabContents
>(tab_contents_));
153
Source<
TabContents
>(tab_contents_));
157
Source<
TabContents
>(tab_contents_));
191
void DownloadStartedAnimation::Show(
TabContents
* tab_contents) {
/external/chromium/chrome/browser/ui/views/download/
download_started_animation_win.cc
40
explicit DownloadStartedAnimationWin(
TabContents
* tab_contents);
61
TabContents
* tab_contents_;
77
TabContents
* tab_contents)
96
Source<
TabContents
>(tab_contents_));
100
Source<
TabContents
>(tab_contents_));
142
Source<
TabContents
>(tab_contents_));
146
Source<
TabContents
>(tab_contents_));
177
void DownloadStartedAnimation::Show(
TabContents
* tab_contents) {
/external/chromium/chrome/browser/ui/webui/chromeos/
enterprise_enrollment_ui.h
19
// something happens on the UI. It is stored in a property of the
TabContents
.
33
explicit EnterpriseEnrollmentUI(
TabContents
* contents);
47
static void SetController(
TabContents
* contents, Controller* controller);
/external/chromium/chrome/browser/sidebar/
sidebar_manager.cc
41
TabContents
* tab) {
54
TabContents
* tab, const std::string& content_id) {
66
TabContents
* SidebarManager::GetSidebarTabContents(
67
TabContents
* tab, const std::string& content_id) {
76
TabContents
* was_active_sidebar_contents,
77
TabContents
* active_sidebar_contents) {
103
void SidebarManager::ShowSidebar(
TabContents
* tab,
122
void SidebarManager::ExpandSidebar(
TabContents
* tab,
141
void SidebarManager::CollapseSidebar(
TabContents
* tab,
160
void SidebarManager::HideSidebar(
TabContents
* tab
[
all
...]
Completed in 1981 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>