OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tabs
(Results
376 - 400
of
3159
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium/chrome/browser/ui/cocoa/applescript/examples/
window_operations.applescript
18
-- Open multiple
tabs
.
/external/chromium/chrome/browser/ui/cocoa/
history_menu_bridge_unittest.mm
210
// Test that the menu is created for a set of simple
tabs
.
246
// Test that the menu is created for a mix of windows and
tabs
.
258
win1.
tabs
.push_back(
260
win1.
tabs
[0].id = 31;
261
win1.
tabs
.push_back(
263
win1.
tabs
[1].id = 32;
273
win2.
tabs
.push_back(
275
win2.
tabs
[0].id = 51;
276
win2.
tabs
.push_back(
278
win2.
tabs
[1].id = 52
[
all
...]
/external/chromium/chrome/browser/ui/cocoa/tabs/
side_tab_strip_view_unittest.mm
8
#import "chrome/browser/ui/cocoa/
tabs
/side_tab_strip_view.h"
tab_controller.h
11
#include "chrome/browser/ui/
tabs
/tab_menu_model.h"
97
// Called by the
tabs
to determine whether we are in rapid (tab) closure mode.
99
// Ideally,
tabs
would know about their own animation and wouldn't need this.
107
// Update the title color to match the
tabs
current state.
tab_controller_target.h
9
#include "chrome/browser/
tabs
/tab_strip_model.h"
tab_strip_view_unittest.mm
9
#import "chrome/browser/ui/cocoa/
tabs
/tab_strip_view.h"
throbber_view_unittest.mm
8
#import "chrome/browser/ui/cocoa/
tabs
/throbber_view.h"
/external/chromium/chrome/browser/ui/options/
options_window.h
12
// the list of available
tabs
to be displayed. PAGE_DEFAULT means select the
/external/chromium/chrome/browser/ui/tabs/
tab_menu_model_unittest.cc
5
#include "chrome/browser/ui/
tabs
/tab_menu_model.h"
/external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.h
15
#include "chrome/browser/ui/
tabs
/dock_info.h"
49
// Initializes DraggedTabController to drag the
tabs
in |
tabs
| originating
51
// is contained in |
tabs
|. |mouse_offset| is the distance of the mouse
52
// pointer from the origin of the first tab in |
tabs
| and |source_tab_offset|
58
const std::vector<BaseTab*>&
tabs
,
192
// Handles dragging
tabs
while the
tabs
are attached.
195
// Handles dragging while the
tabs
are detached.
219
// NOTE: this is invoked from |Attach| before the
tabs
have been inserted
[
all
...]
native_view_photobooth_gtk.h
10
#include "chrome/browser/ui/views/
tabs
/native_view_photobooth.h"
side_tab_strip.cc
5
#include "chrome/browser/ui/views/
tabs
/side_tab_strip.h"
8
#include "chrome/browser/ui/views/
tabs
/side_tab.h"
9
#include "chrome/browser/ui/views/
tabs
/tab_strip_controller.h"
32
// Padding between
tabs
and scroll button.
193
// Make sure any
tabs
being dragged appear on top of all others by painting
203
// Paint the new tab and separator first so that any
tabs
animating appear on
248
// All the
tabs
fit, no need to scroll.
382
void SideTabStrip::LayoutDraggedTabsAt(const std::vector<BaseTab*>&
tabs
,
390
for (size_t i = 0; i <
tabs
.size(); ++i) {
391
BaseTab* tab =
tabs
[i]
[
all
...]
/external/chromium/chrome/common/extensions/docs/examples/api/idle/idle_simple/
background.html
27
* Used window.open because I didn't want the
tabs
permission.
/external/chromium/chrome/common/extensions/docs/examples/api/pageAction/pageaction_by_url/
background.html
20
chrome.
tabs
.onUpdated.addListener(checkForValidUrl);
/external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.html
19
<a href='javascript:chrome.
tabs
.create({"url":"https://chrome.google.com/webstore", "selected":true});window.close();'>Go get some</a></p>
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
manifest.json
17
"
tabs
",
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/views/
background.html
22
chrome.
tabs
.create({url: optionsPageURL});
/external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
popup.html
52
const
TABS
= chrome.
tabs
;
65
TABS
.create({url: URL});
113
TABS
.create({url: URL + '#restored:wave:' + this.id});
/external/chromium/webkit/glue/
webkit_constants.h
17
// Provides control over the minimum timer interval for background
tabs
.
/external/chromium_org/chrome/browser/extensions/activity_log/
activity_action_constants.h
20
// let the user know that an extension is manipulating incognito
tabs
without
/external/chromium_org/chrome/browser/
iframe_browsertest.cc
8
#include "chrome/browser/ui/
tabs
/tab_strip_model.h"
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/
manifest_guest.json
15
"
tabs
",
/external/chromium_org/chrome/browser/resources/google_now/
manifest.json
21
"
tabs
",
/external/chromium_org/chrome/browser/resources/sync_internals/
sync_index.html
9
<link rel="stylesheet" href="chrome://resources/css/
tabs
.css">
31
<script src="chrome://resources/js/cr/ui/
tabs
.js"></script>
56
<
tabs
>
64
</
tabs
>
/external/chromium_org/chrome/browser/sync/test/integration/
single_client_sessions_sync_test.cc
80
it->second->
tabs
.begin(); it2 != it->second->
tabs
.end(); ++it2) {
114
it->second->
tabs
.begin(); it2 != it->second->
tabs
.end(); ++it2) {
Completed in 888 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>