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

  /external/chromium/chrome/browser/automation/
testing_automation_provider_gtk.cc 15 void TestingAutomationProvider::ActivateWindow(int handle) {
19 void TestingAutomationProvider::IsWindowMaximized(int handle,
26 void TestingAutomationProvider::TerminateSession(int handle, bool* success) {
32 void TestingAutomationProvider::WindowGetViewBounds(int handle,
61 void TestingAutomationProvider::GetWindowBounds(int handle,
68 void TestingAutomationProvider::SetWindowBounds(int handle,
80 void TestingAutomationProvider::SetWindowVisible(int handle,
95 void TestingAutomationProvider::GetWindowTitle(int handle, string16* text) {
testing_automation_provider_win.cc 15 void TestingAutomationProvider::ActivateWindow(int handle) {
21 void TestingAutomationProvider::IsWindowMaximized(int handle,
35 void TestingAutomationProvider::TerminateSession(int handle, bool* success) {
45 void TestingAutomationProvider::GetWindowBounds(int handle,
58 void TestingAutomationProvider::SetWindowBounds(int handle,
71 void TestingAutomationProvider::SetWindowVisible(int handle,
83 void TestingAutomationProvider::GetWindowTitle(int handle, string16* text) {
testing_automation_provider.cc 143 TestingAutomationProvider::TestingAutomationProvider(Profile* profile)
154 TestingAutomationProvider::~TestingAutomationProvider() {
158 void TestingAutomationProvider::OnBrowserAdded(const Browser* browser) {
161 void TestingAutomationProvider::OnBrowserRemoved(const Browser* browser) {
170 NewRunnableMethod(this, &TestingAutomationProvider::OnRemoveProvider));
174 void TestingAutomationProvider::OnSourceProfilesLoaded() {
208 void TestingAutomationProvider::Observe(NotificationType type,
218 bool TestingAutomationProvider::OnMessageReceived
    [all...]
testing_automation_provider_views.cc 81 class TestingAutomationProvider::PopupMenuWaiter : public views::MenuListener {
84 TestingAutomationProvider* automation)
110 TestingAutomationProvider* automation_;
116 void TestingAutomationProvider::WindowGetViewBounds(int handle,
144 void TestingAutomationProvider::GetFocusedViewID(int handle, int* view_id) {
157 void TestingAutomationProvider::WaitForFocusedViewIDToChange(
172 void TestingAutomationProvider::StartTrackingPopupMenus(
185 void TestingAutomationProvider::WaitForPopupMenuToOpen(
testing_automation_provider_chromeos.cc 130 void TestingAutomationProvider::GetLoginInfo(DictionaryValue* args,
154 void TestingAutomationProvider::LoginAsGuest(DictionaryValue* args,
163 void TestingAutomationProvider::Login(DictionaryValue* args,
180 void TestingAutomationProvider::LockScreen(DictionaryValue* args,
190 void TestingAutomationProvider::UnlockScreen(DictionaryValue* args,
203 void TestingAutomationProvider::SignoutInScreenLocker(
220 void TestingAutomationProvider::GetBatteryInfo(DictionaryValue* args,
250 void TestingAutomationProvider::GetNetworkInfo(DictionaryValue* args,
337 void TestingAutomationProvider::NetworkScan(DictionaryValue* args,
349 void TestingAutomationProvider::GetProxySettings(DictionaryValue* args
    [all...]
testing_automation_provider.h 27 class TestingAutomationProvider : public AutomationProvider,
32 explicit TestingAutomationProvider(Profile* profile);
50 virtual ~TestingAutomationProvider();
373 typedef void (TestingAutomationProvider::*JsonHandler)(DictionaryValue*,
378 typedef void (TestingAutomationProvider::*BrowserJsonHandler)(
    [all...]
  /external/chromium/chrome/browser/tab_contents/
tab_contents.h 755 friend class TestingAutomationProvider;
    [all...]
  /external/chromium/chrome/browser/ui/
browser.h     [all...]
browser_init.cc     [all...]

Completed in 944 milliseconds