HomeSort by relevance Sort by last modified time
    Searched refs:BrowserActionTestUtil (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/extensions/
browser_action_test_util_views.cc 29 int BrowserActionTestUtil::NumberOfBrowserActions() {
33 int BrowserActionTestUtil::VisibleBrowserActions() {
37 void BrowserActionTestUtil::WaitForBrowserActionUpdated(int index) {
43 bool BrowserActionTestUtil::HasIcon(int index) {
48 void BrowserActionTestUtil::Press(int index) {
52 std::string BrowserActionTestUtil::GetExtensionId(int index) {
58 std::string BrowserActionTestUtil::GetTooltip(int index) {
65 bool BrowserActionTestUtil::HasPopup() {
69 gfx::Rect BrowserActionTestUtil::GetPopupBounds() {
73 bool BrowserActionTestUtil::HidePopup()
    [all...]
browser_action_test_util_gtk.cc 34 int BrowserActionTestUtil::NumberOfBrowserActions() {
47 bool BrowserActionTestUtil::HasIcon(int index) {
52 void BrowserActionTestUtil::Press(int index) {
57 std::string BrowserActionTestUtil::GetTooltip(int index) {
65 bool BrowserActionTestUtil::HasPopup() {
69 gfx::Rect BrowserActionTestUtil::GetPopupBounds() {
76 bool BrowserActionTestUtil::HidePopup() {
84 gfx::Size BrowserActionTestUtil::GetMinPopupSize() {
90 gfx::Size BrowserActionTestUtil::GetMaxPopupSize() {
browser_action_test_util.h 20 class BrowserActionTestUtil {
22 explicit BrowserActionTestUtil(Browser* browser) : browser_(browser) {}
browser_action_apitest.cc 32 BrowserActionTestUtil GetBrowserActionsBar() {
33 return BrowserActionTestUtil(browser());
158 BrowserActionTestUtil actions_bar = GetBrowserActionsBar();
164 gfx::Size minSize = BrowserActionTestUtil::GetMinPopupSize();
166 gfx::Size maxSize = BrowserActionTestUtil::GetMaxPopupSize();
293 BrowserActionTestUtil(incognito_browser).NumberOfBrowserActions());
304 BrowserActionTestUtil(incognito_browser).NumberOfBrowserActions());
340 BrowserActionTestUtil incognito_bar(incognito_browser);
extension_incognito_apitest.cc 186 BrowserActionTestUtil(incognito_browser).Press(0);
  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_popup_gtk.h 95 friend class BrowserActionTestUtil;
  /external/chromium/chrome/browser/ui/views/
browser_actions_container_browsertest.cc 22 browser_actions_bar_.reset(new BrowserActionTestUtil(browser_));
28 BrowserActionTestUtil* browser_actions_bar() {
43 scoped_ptr<BrowserActionTestUtil> browser_actions_bar_;

Completed in 67 milliseconds