OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tabs
(Results
226 - 250
of
3159
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/chrome/browser/
tab_closeable_state_watcher.h
13
// Base class for watching closeable state of
tabs
, which always returns true
14
// to allow closing for all
tabs
and browsers. Classes that desire otherwise
16
// allow or disallow
tabs
or browsers to be closed.
/external/chromium/chrome/browser/tabs/
default_tab_handler.h
10
#include "chrome/browser/
tabs
/tab_handler.h"
11
#include "chrome/browser/
tabs
/tab_strip_model_delegate.h"
12
#include "chrome/browser/
tabs
/tab_strip_model_observer.h"
/external/chromium_org/chrome/browser/ui/cocoa/find_bar/
find_bar_browsertest.mm
12
#include "chrome/browser/ui/
tabs
/tab_strip_model.h"
31
// Verify that if the find bar has focus then switching
tabs
and changing
40
// Verify that if the find bar does not have focus then switching
tabs
and
/external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_menu_controller.cc
5
#include "chrome/browser/ui/gtk/
tabs
/tab_strip_menu_controller.h"
9
#include "chrome/browser/ui/gtk/
tabs
/tab_gtk.h"
10
#include "chrome/browser/ui/
tabs
/tab_strip_model.h"
/external/chromium_org/chrome/browser/ui/tabs/
tab_menu_model.cc
5
#include "chrome/browser/ui/
tabs
/tab_menu_model.h"
8
#include "chrome/browser/ui/
tabs
/tab_strip_model.h"
9
#include "chrome/browser/ui/
tabs
/tab_strip_model_delegate.h"
/external/chromium_org/chrome/browser/ui/views/frame/
browser_view_browsertest.cc
9
#include "chrome/browser/ui/
tabs
/tab_strip_model.h"
43
// Verifies don't crash when CloseNow() is invoked with two
tabs
in a browser.
44
// Additionally when one of the
tabs
is destroyed NotifyNavigationStateChanged()
/external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller_interactive_uitest.h
42
// the
tabs
in |browser|.
68
// Resets the ids of all the
tabs
in |model| starting at |start|. That is, the
72
// Returns a string representation of the ids of the
tabs
in |model|. Each id
/external/chromium_org/chrome/common/extensions/docs/examples/api/contentSettings/
popup.js
24
chrome.
tabs
.query({active: true, currentWindow: true}, function(
tabs
) {
25
var current =
tabs
[0];
/external/chromium_org/tools/perf/measurements/
memory_pressure.py
30
return browser.
tabs
.New()
35
histogram_type, "
Tabs
.Discard.DiscardCount", tab)
37
histogram_type, "
Tabs
.SadTab.KillCreated", tab)
startwithurl.py
53
# Wait for all
tabs
to finish loading.
54
for i in xrange(len(tab.browser.
tabs
)):
55
t = tab.browser.
tabs
[i]
/external/chromium/chrome/browser/debugger/
inspectable_tab_proxy.h
21
// Proxies debugged
tabs
' NavigationControllers using their UIDs.
22
// Keeps track of
tabs
being debugged so that we can detach from
34
// for extended periods of time as
tabs
might get closed thus invalidating
49
// send the corresponding message to the V8 debugger for each of the
tabs
/external/chromium/chrome/browser/printing/
print_preview_tab_controller.h
9
// 1:1 relationship between PP
tabs
and initiating
tabs
. This class manages PP
10
//
tabs
and initiator
tabs
.
/external/chromium/chrome/browser/resources/help_app/
manifest.json
14
"
tabs
",
/external/chromium/chrome/browser/resources/picasaweb_uploader/
manifest.json
27
"
tabs
",
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
tabs.js
36
TABS
:
Tabs
,
105
* Creates a new
tabs
element.
110
var
Tabs
= cr.ui.define('
tabs
');
111
Tabs
.prototype = {
116
// Make the
Tabs
element fousable.
215
Tabs
:
Tabs
,
/external/chromium/chrome/browser/sync/tools/
sync_tools.gyp
25
# indent-
tabs
-mode:nil
/external/chromium/chrome/browser/ui/tabs/
dock_info_mac.cc
5
#include "chrome/browser/ui/
tabs
/dock_info.h"
/external/chromium/chrome/browser/ui/views/tabs/
native_view_photobooth_gtk.cc
5
#include "chrome/browser/ui/views/
tabs
/native_view_photobooth_gtk.h"
/external/chromium/chrome/common/extensions/docs/examples/extensions/email_this_page/
background.html
40
chrome.
tabs
.create({ url: action_url });
43
// blank
tabs
being left behind.
45
chrome.
tabs
.update(tab_id, { url: action_url });
70
chrome.
tabs
.executeScript(null, {file: "content_script.js"});
/external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
manifest.json
13
"
tabs
",
/external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
manifest.json
7
"
tabs
",
/external/chromium/net/tools/tld_cleanup/
tld_cleanup.gyp
26
# indent-
tabs
-mode:nil
/external/chromium/third_party/modp_b64/
modp_b64.gyp
25
# indent-
tabs
-mode:nil
/external/chromium_org/chrome/browser/download/
download_started_animation_browsertest.cc
8
#include "chrome/browser/ui/
tabs
/tab_strip_model.h"
/external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_interactive_test.cc
6
#include "chrome/browser/extensions/api/
tabs
/tabs_api.h"
7
#include "chrome/browser/extensions/api/
tabs
/tabs_constants.h"
49
base::ListValue*
tabs
= NULL;
local
50
EXPECT_FALSE(result.get()->GetList(keys::kTabsKey, &
tabs
));
62
// "populate" was enabled so
tabs
should be populated.
63
EXPECT_TRUE(result.get()->GetList(keys::kTabsKey, &
tabs
));
88
// Get
tabs
in the 'last focused' window called from non-focused browser.
106
// Get
tabs
NOT in the 'last focused' window called from the focused browser.
130
ASSERT_TRUE(RunExtensionTest("
tabs
/current_window")) << message_;
Completed in 1643 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>