HomeSort by relevance Sort by last modified time
    Searched defs:Google (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/tools/telemetry/unittest_data/
test_page_set.py 24 #top google property; a google tab is often open
25 class Google(page.Page):
27 super(Google, self).__init__('https://www.google.com', page_set=ps)
32 self.AddPage(Google(self))
  /external/chromium_org/tools/perf/page_sets/
top_10.py 18 class Google(SimpleScrollPage):
20 super(Google, self).__init__(
21 url='https://www.google.com/#hl=en&q=barack+obama', page_set=page_set)
24 super(Google, self).RunNavigateSteps(action_runner)
31 url='https://mail.google.com/mail/',
33 credentials='google')
45 url='https://www.google.com/calendar/',
47 credentials='google')
66 credentials='google')
96 # top google property; a google tab is often ope
    [all...]
  /external/chromium_org/components/test/data/password_manager/
tests.py 30 class Google(WebsiteTest):
33 self.GoTo("https://accounts.google.com/ServiceLogin?sacu=1&continue=")
39 self.GoTo("https://accounts.google.com/Logout")
340 environment.AddWebsiteTest(Google("google"))

Completed in 95 milliseconds