OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBrowserActionsBar
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/extensions/
browser_action_apitest.cc
32
BrowserActionTestUtil
GetBrowserActionsBar
() {
38
GetBrowserActionsBar
().Press(index);
42
return
GetBrowserActionsBar
().HasPopup();
53
ASSERT_EQ(1,
GetBrowserActionsBar
().NumberOfBrowserActions());
94
ASSERT_EQ(1,
GetBrowserActionsBar
().NumberOfBrowserActions());
95
EXPECT_FALSE(
GetBrowserActionsBar
().HasIcon(0));
104
EXPECT_TRUE(
GetBrowserActionsBar
().HasIcon(0));
112
EXPECT_TRUE(
GetBrowserActionsBar
().HasIcon(0));
126
ASSERT_EQ(1,
GetBrowserActionsBar
().NumberOfBrowserActions());
127
EXPECT_TRUE(
GetBrowserActionsBar
().HasIcon(0))
[
all
...]
/external/chromium_org/chrome/browser/extensions/api/extension_action/
browser_action_apitest.cc
75
BrowserActionTestUtil
GetBrowserActionsBar
() {
84
GetBrowserActionsBar
().Press(index);
87
return
GetBrowserActionsBar
().HasPopup();
103
ASSERT_EQ(1,
GetBrowserActionsBar
().NumberOfBrowserActions());
151
ASSERT_EQ(1,
GetBrowserActionsBar
().NumberOfBrowserActions());
152
EXPECT_TRUE(
GetBrowserActionsBar
().HasIcon(0));
166
GetBrowserActionsBar
().Press(0);
179
*
GetBrowserActionsBar
().GetIcon(0).ToImageSkia(),
183
GetBrowserActionsBar
().Press(0);
197
*
GetBrowserActionsBar
().GetIcon(0).ToImageSkia()
[
all
...]
page_as_browser_action_apitest.cc
45
BrowserActionTestUtil
GetBrowserActionsBar
() {
73
ASSERT_EQ(1,
GetBrowserActionsBar
().NumberOfBrowserActions());
/external/chromium_org/chrome/browser/extensions/
extension_keybinding_apitest.cc
34
BrowserActionTestUtil
GetBrowserActionsBar
() {
77
ASSERT_EQ(2,
GetBrowserActionsBar
().NumberOfBrowserActions());
Completed in 64 milliseconds