Home
last modified time | relevance | path

Searched defs:tab (Results 1 – 25 of 153) sorted by relevance

1234567

/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
Dmedia_action.py16 def WillRunAction(self, tab): argument
20 def RunAction(self, tab): argument
23 def WaitForEvent(self, tab, selector, event_name, timeout_in_seconds): argument
37 def HasEventCompletedOrError(self, tab, selector, event_name): argument
Dpage_action.py30 def WillRunAction(self, tab): argument
35 def RunAction(self, tab): argument
38 def CleanUp(self, tab): argument
42 tab, callback_js, selector=None, text=None, element_function=None, argument
131 def IsGestureSourceTypeSupported(tab, gesture_source_type): argument
Dpinch.py30 def WillRunAction(self, tab): argument
46 def _GetDefaultScaleFactorForPage(tab): argument
51 def RunAction(self, tab): argument
Dmouse_click.py14 def WillRunAction(self, tab): argument
24 def RunAction(self, tab): argument
Dplay.py31 def WillRunAction(self, tab): argument
36 def RunAction(self, tab): argument
Dload_media.py22 def WillRunAction(self, tab): argument
27 def RunAction(self, tab): argument
Dloop.py29 def WillRunAction(self, tab): argument
34 def RunAction(self, tab): argument
Dscroll_to_element.py48 def WillRunAction(self, tab): argument
81 def RunAction(self, tab): argument
Dseek.py36 def WillRunAction(self, tab): argument
41 def RunAction(self, tab): argument
Drepeatable_scroll.py27 def WillRunAction(self, tab): argument
36 def RunAction(self, tab): argument
Dswipe.py30 def WillRunAction(self, tab): argument
54 def RunAction(self, tab): argument
Dtap.py25 def WillRunAction(self, tab): argument
44 def RunAction(self, tab): argument
Ddrag.py46 def WillRunAction(self, tab): argument
72 def RunAction(self, tab): argument
/external/autotest/client/site_tests/platform_InputBrowserNav/
Dplatform_InputBrowserNav.py31 def test_back(self, tab): argument
42 def test_forward(self, tab): argument
53 def test_refresh(self, tab): argument
83 def verify_url(self, tab, correct_url): argument
/external/autotest/client/site_tests/desktopui_MediaAudioFeedback/
Ddesktopui_MediaAudioFeedback.py44 def rms_test(self, tab, media_file, noiseprof_file, test_duration): argument
78 def wait_player_end(self, tab): argument
85 def play_media(self, tab, media_file): argument
/external/autotest/client/site_tests/audio_SeekAudioFeedback/
Daudio_SeekAudioFeedback.py46 def rms_test(self, tab, test_file, noiseprof_file, test_duration): argument
78 def wait_player_end(self, tab): argument
85 def play_media(self, tab, test_file, value): argument
/external/chromium-trace/catapult/telemetry/telemetry/util/
Dscreenshot.py16 def TryCaptureScreenShot(platform, tab=None): argument
53 def TryCaptureScreenShotAndUploadToCloudStorage(platform, tab=None): argument
/external/chromium-trace/catapult/telemetry/telemetry/value/
Dhistogram_util.py106 def GetHistogram(histogram_type, histogram_name, tab): argument
124 def GetHistogramCount(histogram_type, histogram_name, tab): argument
133 def GetHistogramSum(histogram_type, histogram_name, tab): argument
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/
Dform_based_credentials_backend.py15 def IsAlreadyLoggedIn(self, tab): argument
64 def _SubmitLoginFormAndWait(self, action_runner, tab, username, password): argument
91 def LoginNeeded(self, tab, action_runner, config): argument
130 def LoginNoLongerNeeded(self, tab): # pylint: disable=unused-argument argument
/external/autotest/client/site_tests/power_FlashVideoSuspend/
Dpower_FlashVideoSuspend.py29 def check_video_is_playing(self, tab): argument
45 def suspend_with_youtube(self, tab, video_url): argument
/external/autotest/client/site_tests/power_VideoSuspend/
Dpower_VideoSuspend.py33 def _check_video_is_playing(self, tab): argument
43 def _suspend_with_video(self, browser, tab, video_url): argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/util/
DASN1Dump.java64 String tab = indent + TAB; in _dumpAsString() local
104 String tab = indent + TAB; in _dumpAsString() local
142 String tab = indent + TAB; in _dumpAsString() local
280 String tab = indent + TAB; in _dumpAsString() local
/external/autotest/client/site_tests/policy_NotificationsBlockedForUrls/
Dpolicy_NotificationsBlockedForUrls.py67 def _wait_for_page_ready(self, tab): argument
78 def _are_notifications_blocked(self, tab): argument
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
Dbrowser_credentials_unittest.py26 def LoginNeeded(self, config, _, tab): argument
30 def LoginNoLongerNeeded(self, tab): argument
/external/autotest/client/site_tests/policy_ImagesAllowedForUrls/
Dpolicy_ImagesAllowedForUrls.py73 def _wait_for_page_ready(self, tab): argument
79 def _is_image_blocked(self, tab): argument

1234567