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

  /external/chromium_org/chrome/test/webdriver/test/infobar_browser_action_extension/
bg.js 14 chrome.infobars.show(
  /external/chromium_org/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/
background.js 14 chrome.infobars.show({
  /external/chromium/chrome/browser/ui/cocoa/infobars/
infobar_container_controller.h 31 namespace infobars { namespace
36 }; // namespace infobars
43 // adding/removing infobars when needed.
47 // Needed to send resize messages when infobars are added or removed.
50 // The TabContents we are currently showing infobars for.
68 // Informs the selected TabContents that the infobars for the given
85 // Modifies this container to display infobars for the given
88 // infobars, removes them first and deregisters for any
89 // notifications. |contents| can be NULL, in which case no infobars
94 // Forwarded by BWC. Removes all infobars and deregisters for any notification
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
infobar_container_controller.h 35 namespace infobars { namespace
43 }; // namespace infobars
50 // adding/removing infobars when needed.
54 // Needed to send resize messages when infobars are added or removed.
57 // The WebContents we are currently showing infobars for.
90 // Modifies this container to display infobars for the given
93 // infobars, removes them first and deregisters for any
94 // notifications. |contents| can be NULL, in which case no infobars
99 // Forwarded by BWC. Removes all infobars and deregisters for any notifications
103 // Returns the number of active infobars. This i
    [all...]
  /external/chromium_org/chrome/test/webdriver/test/
chromedriver.py 185 """Returns a list of window handles for all open infobars of this extension.
189 infobars = filter(lambda view: view['type'] == _ViewType.EXTENSION_INFOBAR,
191 return map(lambda view: view['handle'], infobars)
  /external/chromium_org/chrome/test/functional/
netflix.py 78 """Manage infobars that come up during the test."""
81 infobars = tab_info['infobars']
83 for infobar in infobars:
infobars.py 16 """TestCase for Infobars."""
23 python chrome/test/functional/infobars.py infobars.InfobarTest.Debug
31 self.pprint(tab['infobars'])
64 crash_infobar = self._GetTabInfo()['infobars']
71 self.assertFalse(self._GetTabInfo()['infobars'])
82 geolocation_infobar = tab_info['infobars']
98 self.assertFalse(self._GetTabInfo()['infobars'])
121 """Returns the count of 'Shockwave Flash has crashed' infobars."""
123 infobars = browser_window['tabs'][tab_index]['infobars'
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 2327 ListValue* infobars = new ListValue; local
    [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.cc 65 #include "chrome/browser/infobars/confirm_infobar_delegate.h"
66 #include "chrome/browser/infobars/infobar_service.h"
    [all...]

Completed in 444 milliseconds