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

  /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/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 66 #include "chrome/browser/infobars/confirm_infobar_delegate.h"
67 #include "chrome/browser/infobars/infobar.h"
68 #include "chrome/browser/infobars/infobar_service.h"
    [all...]

Completed in 201 milliseconds