Searched defs:Tab (Results 1 - 20 of 20) sorted by relevance

/external/chromium/chrome/browser/tabs/
H A Dpinned_tab_test_utils.cc7 typedef BrowserInit::LaunchWithProfile::Tab Tab; typedef
11 std::string TabToString(const Tab& tab) {
20 const std::vector<BrowserInit::LaunchWithProfile::Tab>& values) {
H A Dpinned_tab_codec.cc20 typedef BrowserInit::LaunchWithProfile::Tab Tab; typedef
76 static bool DecodeTab(const DictionaryValue& value, Tab* tab) {
115 std::vector<Tab> PinnedTabCodec::ReadPinnedTabs(Profile* profile) {
116 std::vector<Tab> results;
129 Tab tab;
/external/chromium_org/chrome/browser/sessions/
H A Dtab_restore_service.cc30 // Tab ------------------------------------------------------------------------
32 TabRestoreService::Tab::Tab() function in class:TabRestoreService::Tab
40 TabRestoreService::Tab::~Tab() {
H A Dtab_restore_service_helper.h37 typedef TabRestoreService::Tab Tab; typedef in class:TabRestoreServiceHelper
86 Tab* RemoveTabEntryById(SessionID::id_type id);
111 // identifies a tab, then the iterator position of the Window in which the Tab
123 void PopulateTab(Tab* tab,
137 const Tab& tab,
146 static bool ValidateTab(Tab* tab);
152 static bool IsTabInteresting(const Tab* tab);
H A Dtab_restore_service.h32 // TabRestoreService::CreateHistoricalTab is invoked and a Tab is created to
78 struct Tab : public Entry { struct in class:TabRestoreService
79 Tab();
80 virtual ~Tab();
116 std::vector<Tab> tabs;
134 // Creates a Tab to represent |contents| and notifies observers the list of
164 // Removes the Tab with id |id| from the list and returns it; ownership is
166 virtual Tab* RemoveTabEntryById(SessionID::id_type id) = 0;
H A Dpersistent_tab_restore_service_browsertest.cc37 typedef TabRestoreService::Tab Tab; typedef
216 Tab* tab = static_cast<Tab*>(entry);
240 tab = static_cast<Tab*>(entry);
275 Tab* tab = static_cast<Tab*>(entry);
300 Tab* tab = static_cast<Tab*>(entry);
314 tab = static_cast<Tab*>(entr
[all...]
/external/chromium_org/tools/telemetry/telemetry/
H A D__init__.py13 from telemetry.core.tab import Tab namespace
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dtab.py8 class Tab(web_contents.WebContents): class in inherits:web_contents.WebContents
11 The important parts of the Tab object are in the runtime and page objects.
20 super(Tab, self).__init__(inspector_backend)
23 super(Tab, self).__del__()
/external/chromium/chrome/browser/ui/
H A Dbrowser_init.h79 struct Tab { struct in class:BrowserInit::LaunchWithProfile
80 Tab();
81 ~Tab();
127 const std::vector<Tab>& tabs);
168 // Adds a Tab to |tabs| for each url in |urls| that doesn't already exist
171 std::vector<Tab>* tabs);
H A Dbrowser_init.cc436 std::vector<BrowserInit::LaunchWithProfile::Tab>* tabs) {
438 BrowserInit::LaunchWithProfile::Tab tab;
482 const std::vector<BrowserInit::LaunchWithProfile::Tab>& autolaunch_tabs) {
611 // BrowserInit::LaunchWithProfile::Tab ----------------------------------------
613 BrowserInit::LaunchWithProfile::Tab::Tab() : is_app(false), is_pinned(true) {} function in class:BrowserInit::LaunchWithProfile::Tab
615 BrowserInit::LaunchWithProfile::Tab::~Tab() {}
912 std::vector<Tab> tabs = PinnedTabCodec::ReadPinnedTabs(profile_);
941 std::vector<Tab>* tab
[all...]
/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab.h24 // A View that renders a Tab, either in a TabStrip or in a DraggedTabView.
27 class Tab : public BaseTab { class in inherits:BaseTab
32 explicit Tab(TabController* controller);
33 virtual ~Tab();
45 // Returns the minimum possible size of a single unselected Tab.
47 // Returns the minimum possible size of a selected Tab. Selected tabs must
51 // Returns the preferred size of a single Tab, assuming space is
76 // Paint various portions of the Tab
87 // Returns whether the Tab should display a favicon.
90 // Returns whether the Tab shoul
[all...]
H A Dtab.cc63 Tab::TabImage Tab::tab_alpha_ = {0};
64 Tab::TabImage Tab::tab_active_ = {0};
65 Tab::TabImage Tab::tab_inactive_ = {0};
93 const char Tab::kViewClassName[] = "browser/tabs/Tab";
96 // Tab, public:
98 Tab function in class:Tab
[all...]
/external/chromium_org/ui/views/controls/tabbed_pane/
H A Dtabbed_pane.cc34 class Tab : public View { class in namespace:views
36 Tab(TabbedPane* tabbed_pane, const string16& title, View* contents);
37 virtual ~Tab();
71 DISALLOW_COPY_AND_ASSIGN(Tab);
91 Tab::Tab(TabbedPane* tabbed_pane, const string16& title, View* contents) function in class:views::Tab
103 Tab::~Tab() {}
105 void Tab::SetSelected(bool selected) {
110 bool Tab
[all...]
/external/chromium/chrome/browser/sessions/
H A Dtab_restore_service.h28 // TabRestoreService::CreateHistoricalTab is invoked and a Tab is created to
74 struct Tab : public Entry { struct in class:TabRestoreService
75 Tab();
76 virtual ~Tab();
109 std::vector<Tab> tabs;
128 // Creates a Tab to represent |tab| and notifies observers the list of
198 void PopulateTab(Tab* tab,
217 // tab, then the iterator position of the Window in which the Tab resides is
226 void ScheduleCommandsForTab(const Tab& tab, int selected_index);
247 int GetSelectedNavigationIndexToPersist(const Tab
[all...]
H A Dtab_restore_service.cc143 std::vector<TabRestoreService::Tab>::iterator j = window->tabs.begin();
155 void RecordAppLaunch(Profile* profile, const TabRestoreService::Tab& tab) {
168 TabRestoreService::Tab::Tab() function in class:TabRestoreService::Tab
176 TabRestoreService::Tab::~Tab() {
226 scoped_ptr<Tab> local_tab(new Tab());
243 window->tabs.push_back(Tab());
260 // http://crbug.com/56744. Copy the Tab becaus
[all...]
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab.h40 // A View that renders a Tab, either in a TabStrip or in a DraggedTabView.
43 class Tab : public TabAudioIndicator::Delegate, class in inherits:TabAudioIndicator::Delegate,ui::AnimationDelegate,views::ButtonListener,views::ContextMenuController,views::View
52 explicit Tab(TabController* controller);
53 virtual ~Tab();
57 // Used to set/check whether this Tab is being animated closed.
115 // Returns the minimum possible size of a single unselected Tab.
117 // Returns the minimum possible size of a selected Tab. Selected tabs must
121 // Returns the preferred size of a single Tab, assuming space is
212 // Paint various portions of the Tab
234 // Returns whether the Tab shoul
[all...]
H A Dtab.cc317 class Tab::FaviconCrashAnimation : public ui::LinearAnimation,
320 explicit FaviconCrashAnimation(Tab* target)
347 Tab* target_;
357 class Tab::TabCloseButton : public views::ImageButton {
359 explicit TabCloseButton(Tab* tab) : views::ImageButton(tab), tab_(tab) {}
382 // Tab close button has no children, so tooltip handler should be the same
414 // Consume all gesture events here so that the parent (Tab) does not
421 Tab* tab_;
429 Tab::ImageCacheEntry::ImageCacheEntry()
434 Tab
456 Tab::Tab(TabController* controller) function in class:Tab
[all...]
/external/clang/unittests/Format/
H A DFormatTest.cpp5351 FormatStyle Tab = getLLVMStyleWithColumns(42); local
5352 Tab.IndentWidth = 8;
5353 Tab.UseTab = true;
5354 Tab.AlignEscapedNewlinesLeft = true;
5361 Tab);
5368 Tab);
5382 // Tab));
5383 // Tab.UseTab = false;
5392 // Tab));
5397 // Tab));
[all...]
/external/chromium_org/remoting/webapp/
H A Djscompiler_hacks.js180 /** @param {function(chrome.Tab):void} callback */
184 chrome.Tab = function() {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DCodeMirrorTextEditor.js88 "Tab": "defaultTab",
89 "Shift-Tab": "indentLess",
282 extraKeys.Tab = function(codeMirror)
1546 if (e.keyCode === WebInspector.KeyboardShortcut.Keys.Tab.code) {

Completed in 1335 milliseconds