OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TabContents
(Results
176 - 200
of
585
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/chrome/browser/tab_contents/
thumbnail_generator.h
25
class
TabContents
;
118
void UpdateThumbnailIfNecessary(
TabContents
* tab_contents);
141
void TabContentsDisconnected(
TabContents
* contents);
render_view_context_menu.h
23
class
TabContents
;
38
RenderViewContextMenu(
TabContents
* tab_contents,
67
TabContents
* source_tab_contents_;
/external/chromium/chrome/browser/translate/
translate_tab_helper.cc
12
TranslateTabHelper::TranslateTabHelper(
TabContents
* tab_contents)
46
Source<
TabContents
>(tab_contents()),
59
Source<
TabContents
>(tab_contents()),
translate_infobar_delegate.h
45
TabContents
* tab_contents,
52
TabContents
* tab_contents,
67
TabContents
* tab_contents() const { return tab_contents_; }
153
TabContents
* tab_contents,
177
TabContents
* tab_contents_;
/external/chromium/chrome/browser/ui/cocoa/
bug_report_window_controller.h
16
class
TabContents
;
24
TabContents
* currentTab_; // Weak, owned by browser.
86
- (id)initWithTabContents:(
TabContents
*)currentTab profile:(Profile*)profile;
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
web_drop_target.h
11
class
TabContents
;
23
// Our associated
TabContents
. Weak reference.
24
TabContents
* tabContents_;
35
// |contents| is the
TabContents
representing this tab, used to communicate
38
- (id)initWithTabContents:(
TabContents
*)contents;
/external/chromium/chrome/browser/ui/gtk/
content_setting_bubble_gtk.h
20
class
TabContents
;
33
Profile* profile,
TabContents
* tab_contents);
70
TabContents
* tab_contents_;
tab_contents_container_gtk.h
20
class
TabContents
;
39
TabContents
* GetVisibleTabContents();
58
// Called when a
TabContents
is destroyed. This gives us a chance to clean
59
// up our internal state if the
TabContents
is somehow destroyed before we
61
void TabContentsDestroyed(
TabContents
* contents);
102
// We insert and remove
TabContents
GtkWidgets into this expanded_. This
104
// was horizontally split with the top half displaying the current
TabContents
/external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_gtk.h
21
class
TabContents
;
26
DraggedTabGtk(
TabContents
* datasource,
105
TabContents
* data_source_;
131
// The dimensions of the
TabContents
being dragged.
/external/chromium/chrome/browser/ui/views/
browser_dialogs.h
27
class
TabContents
;
82
TabContents
* tab_contents);
86
TabContents
* tab_contents);
collected_cookies_win.h
22
class
TabContents
;
43
TabContents
* tab_contents);
89
TabContents
* tab_contents_;
content_setting_bubble_contents.h
30
class
TabContents
;
44
Profile* profile,
TabContents
* tab_contents);
82
TabContents
* tab_contents_;
html_dialog_view.h
70
virtual void OnCloseContents(
TabContents
* source, bool* out_close_dialog);
75
virtual void MoveContents(
TabContents
* source, const gfx::Rect& pos);
77
virtual void CloseContents(
TabContents
* source);
hung_renderer_view.cc
48
void InitForTabContents(
TabContents
* hung_contents);
58
typedef std::vector<
TabContents
*> TabContentsVector;
75
void HungPagesTableModel::InitForTabContents(
TabContents
* hung_contents) {
132
void ShowForTabContents(
TabContents
* contents);
133
void EndForTabContents(
TabContents
* contents);
160
// associated with the specified
TabContents
.
161
gfx::Rect GetDisplayBounds(
TabContents
* contents);
187
// The
TabContents
that we detected had hung in the first place resulting in
189
TabContents
* contents_;
229
void HungRendererDialogView::ShowForTabContents(
TabContents
* contents)
[
all
...]
/external/chromium/chrome/browser/ui/views/infobars/
infobar_container.h
18
class
TabContents
;
49
// Changes the
TabContents
for which this container is showing infobars. This
52
void ChangeTabContents(
TabContents
* contents);
75
// Removes the specified InfoBarDelegate from the selected
TabContents
. This
107
// notification from the selected
TabContents
. The InfoBar's disappearance
126
TabContents
* tab_contents_;
/external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_container_win.cc
31
void NativeTabContentsContainerWin::AttachContents(
TabContents
* contents) {
34
//
TabContents
window (for the
TabContents
case).
40
void NativeTabContentsContainerWin::DetachContents(
TabContents
* contents) {
41
// Detach the
TabContents
. Do this before we unparent the
76
TabContents
* tab_contents) {
91
//
TabContents
.
113
// The TabContentsContainer is the view focused when the
TabContents
has
tab_contents_container.cc
38
TabContentsDestroyed(Source<
TabContents
>(source).ptr());
55
//
TabContents
can change their RenderViewHost and hence the HWND that is
64
Source<
TabContents
>(tab_contents_));
71
void TabContentsContainer::TabContentsDestroyed(
TabContents
* contents) {
72
// Sometimes, a
TabContents
is destroyed before we know about it. This allows
/external/chromium/chrome/browser/download/
download_request_limiter.h
19
class
TabContents
;
107
void PromptUserForDownload(
TabContents
* tab,
171
DownloadStatus GetDownloadStatus(
TabContents
* tab);
186
void OnUserGesture(
TabContents
* tab);
226
void CanDownloadImpl(
TabContents
* originating_tab,
/external/chromium/chrome/browser/ui/
browser_init.h
21
class
TabContents
;
178
void AddCrashedInfoBarIfNecessary(
TabContents
* tab);
182
void AddBadFlagsInfoBarIfNecessary(
TabContents
* tab);
187
TabContents
* tab);
192
void AddObsoleteSystemInfoBarIfNecessary(
TabContents
* tab);
browser_window.h
23
class
TabContents
;
198
TabContents
* tab_contents,
236
virtual void ShowRepostFormWarningDialog(
TabContents
* tab_contents) = 0;
239
virtual void ShowCollectedCookiesDialog(
TabContents
* tab_contents) = 0;
267
virtual void TabContentsFocused(
TabContents
* tab_contents) = 0;
/external/chromium/chrome/browser/sync/glue/
session_model_associator.h
52
: public PerDataTypeAssociatorInterface<
TabContents
, size_t>,
85
virtual const
TabContents
* GetChromeNodeFromSyncId(int64 sync_id);
101
void ReassociateTabs(const std::vector<
TabContents
*>& tabs);
105
void ReassociateTab(const
TabContents
& tab);
109
virtual void Associate(const
TabContents
* tab, int64 sync_id);
168
bool IsValidTab(const
TabContents
& tab);
200
//
TabContents
(for local tabs).
201
TabLinks(int64 sync_id, const
TabContents
* tab)
204
tab_ = const_cast<
TabContents
*>(tab);
214
inline const
TabContents
* tab() const { return tab_;
[
all
...]
/external/chromium/chrome/browser/extensions/
extension_sidebar_api.cc
57
Profile* profile,
TabContents
* tab, const std::string& content_id,
136
bool CollapseSidebarFunction::RunImpl(
TabContents
* tab,
143
bool ExpandSidebarFunction::RunImpl(
TabContents
* tab,
156
bool GetStateSidebarFunction::RunImpl(
TabContents
* tab,
197
bool HideSidebarFunction::RunImpl(
TabContents
* tab,
204
bool NavigateSidebarFunction::RunImpl(
TabContents
* tab,
219
bool SetBadgeTextSidebarFunction::RunImpl(
TabContents
* tab,
229
bool SetIconSidebarFunction::RunImpl(
TabContents
* tab,
243
bool SetTitleSidebarFunction::RunImpl(
TabContents
* tab,
252
bool ShowSidebarFunction::RunImpl(
TabContents
* tab
[
all
...]
/external/chromium/chrome/browser/
aeropeek_manager.h
21
class
TabContents
;
162
// Returns the
TabContents
object associated with the specified Tab ID only
166
// sends an AeroPeek event, the corresponding tab (and
TabContents
) may have
167
// been deleted by Chrome. To prevent us from accessing deleted
TabContents
,
169
TabContents
* GetTabContents(int tab_id) const;
171
// Returns the tab ID from the specified
TabContents
.
172
int GetTabID(
TabContents
* contents) const;
/external/chromium/chrome/browser/chromeos/login/
html_page_screen.cc
26
TabContents
* HTMLPageDomView::CreateTabContents(Profile* profile,
70
void HTMLPageScreen::LoadingStateChanged(
TabContents
* source) {
81
void HTMLPageScreen::NavigationStateChanged(const
TabContents
* source,
/external/chromium/chrome/browser/printing/
print_preview_message_handler.cc
25
TabContents
* tab_contents)
33
TabContents
* PrintPreviewMessageHandler::GetPrintPreviewTab() {
61
TabContents
* print_preview_tab = GetPrintPreviewTab();
Completed in 781 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>