OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TabContents
(Results
201 - 225
of
585
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/chrome/browser/ui/
browser_tab_restore_service_delegate.cc
27
TabContents
* BrowserTabRestoreServiceDelegate::GetTabContentsAt(
32
TabContents
* BrowserTabRestoreServiceDelegate::GetSelectedTabContents() const {
40
TabContents
* BrowserTabRestoreServiceDelegate::AddRestoredTab(
collected_cookies_infobar_delegate.cc
15
TabContents
* tab_contents)
/external/chromium/chrome/browser/ui/gtk/
constrained_html_delegate_gtk.cc
49
void MoveContents(
TabContents
* source, const gfx::Rect& pos) {}
70
tab_(new
TabContents
(profile, NULL, MSG_ROUTING_NONE, NULL, NULL)),
110
TabContents
* overshadowed) {
/external/chromium/chrome/browser/ui/views/
constrained_html_delegate_gtk.cc
18
// a
TabContents
in a ContraintedHtmlUI.
53
void MoveContents(
TabContents
* source, const gfx::Rect& pos) {}
61
TabContents
html_tab_contents_;
117
TabContents
* container) {
constrained_html_delegate_win.cc
41
void MoveContents(
TabContents
* source, const gfx::Rect& pos) {}
65
TabContents
html_tab_contents_;
106
TabContents
* container) {
keyboard_overlay_delegate.h
37
virtual void OnCloseContents(
TabContents
* source, bool* out_close_dialog);
/external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_container_gtk.cc
31
void NativeTabContentsContainerGtk::AttachContents(
TabContents
* contents) {
35
void NativeTabContentsContainerGtk::DetachContents(
TabContents
* contents) {
38
// Now detach the
TabContents
.
60
TabContents
* tab_contents) {
82
//
TabContents
.
108
// with tabs such as the
TabContents
that instruct the RenderView that it got
109
// focus when they actually get the focus. When switching from one
TabContents
110
// tab that has focus to another
TabContents
tab that had focus, since the
/external/chromium/chrome/browser/chromeos/login/
account_creation_view.h
40
virtual
TabContents
* CreateTabContents(Profile* profile,
/external/chromium/chrome/browser/chromeos/
sim_dialog_delegate.h
41
virtual void OnCloseContents(
TabContents
* source, bool* out_close_dialog);
external_protocol_dialog.cc
36
TabContents
* tab_contents = tab_util::GetTabContentsByID(
85
ExternalProtocolDialog::ExternalProtocolDialog(
TabContents
* tab_contents,
/external/chromium/chrome/browser/download/
download_request_infobar_delegate.cc
14
TabContents
* tab,
/external/chromium/chrome/browser/
popup_blocker_browsertest.cc
37
TabContents
* cur_tab = browser()->GetSelectedTabContents();
bug_report_util.h
27
class
TabContents
;
84
static void ReportPhishing(
TabContents
* currentTab,
/external/chromium/chrome/browser/tab_contents/
confirm_infobar_delegate.cc
39
ConfirmInfoBarDelegate::ConfirmInfoBarDelegate(
TabContents
* contents)
confirm_infobar_delegate.h
38
// InfoBarDelegate should be removed from the associated
TabContents
.
42
// the InfoBarDelegate should be removed from the associated
TabContents
.
58
explicit ConfirmInfoBarDelegate(
TabContents
* contents);
/external/chromium/chrome/browser/translate/
translate_tab_helper.h
15
explicit TranslateTabHelper(
TabContents
* tab_contents);
/external/chromium/chrome/browser/ui/cocoa/
browser_window_cocoa.h
82
virtual void ShowRepostFormWarningDialog(
TabContents
* tab_contents);
83
virtual void ShowCollectedCookiesDialog(
TabContents
* tab_contents);
90
virtual void TabContentsFocused(
TabContents
* tab_contents);
131
void UpdateSidebarForContents(
TabContents
* tab_contents);
/external/chromium/chrome/browser/ui/cocoa/tabs/
tab_strip_controller.h
29
class
TabContents
;
44
- (void)onSelectTabWithContents:(
TabContents
*)contents;
47
- (void)onReplaceTabWithContents:(
TabContents
*)contents;
53
- (void)onTabDetachedWithContents:(
TabContents
*)contents;
183
// Drop a given
TabContents
at the location of the current placeholder. If there
185
// window when we don't have access to the
TabContents
as part of our strip.
/external/chromium/chrome/browser/ui/panels/
panel.h
81
TabContents
* tab_contents,
94
virtual void ShowRepostFormWarningDialog(
TabContents
* tab_contents);
95
virtual void ShowCollectedCookiesDialog(
TabContents
* tab_contents);
102
virtual void TabContentsFocused(
TabContents
* tab_contents);
/external/chromium/chrome/browser/ui/search_engines/
search_engine_tab_helper.h
21
explicit SearchEngineTabHelper(
TabContents
* tab_contents);
/external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.h
43
// Wraps
TabContents
and all of its supporting objects in order to control
44
// their ownership and lifetime, while allowing
TabContents
to remain generic
46
// TODO(pinkerton): Eventually, this class will become
TabContents
as far as
47
// the browser front-end is concerned, and the current
TabContents
will be
54
explicit TabContentsWrapper(
TabContents
* contents);
73
// Helper to retrieve the existing instance that wraps a given
TabContents
.
76
// like callbacks from content/ where only a
TabContents
is available. In the
78
// chrome/ code instead of
TabContents
.
80
TabContents
* contents);
85
TabContents
* tab_contents() const { return tab_contents_.get();
[
all
...]
/external/chromium/chrome/browser/ui/views/location_bar/
page_action_with_badge_view.cc
37
void PageActionWithBadgeView::UpdateVisibility(
TabContents
* contents,
/external/chromium/chrome/browser/ui/webui/
bookmarks_ui.cc
49
BookmarksUI::BookmarksUI(
TabContents
* contents) : WebUI(contents) {
keyboard_ui.cc
20
KeyboardUI::KeyboardUI(
TabContents
* contents)
textfields_ui.h
60
explicit TextfieldsUI(
TabContents
* contents);
Completed in 319 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>