OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:browser
(Results
176 - 200
of
1964
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/autotest/client/site_tests/graphics_WebGLAquarium/
graphics_WebGLAquarium.py
86
def run_fish_test(self,
browser
, test_url, num_fishes, perf_log=True):
89
@param
browser
: The
Browser
object to run the test with.
96
tab =
browser
.tabs.New()
143
def run_power_test(self,
browser
, test_url):
146
@param
browser
: The
Browser
object to run the test with.
177
self.run_fish_test(
browser
, test_url, 1000, perf_log=False)
259
cr.
browser
.platform.SetHTTPServerDirectories(self.srcdir)
260
test_url = cr.
browser
.platform.http_server.UrlOf(os.path.join
[
all
...]
/external/autotest/client/site_tests/power_VideoDetector/
power_VideoDetector.py
44
cr.
browser
.platform.SetHTTPServerDirectories(self.bindir)
45
tab = cr.
browser
.tabs[0]
46
tab.Navigate(cr.
browser
.platform.http_server.UrlOf(
/external/autotest/client/site_tests/video_WebRtcMediaRecorder/
video_WebRtcMediaRecorder.py
35
cr.
browser
.platform.SetHTTPServerDirectories(self.bindir)
36
self.tab = cr.
browser
.tabs[0]
37
self.tab.Navigate(cr.
browser
.platform.http_server.UrlOf(
/external/chromium-trace/catapult/systrace/profile_chrome/
profiler.py
50
for
browser
in unsupported_browsers:
51
if
browser
in supported_browsers:
52
del supported_browsers[
browser
]
/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
swipe.py
36
# Fail if
browser
doesn't support synthetic swipe gestures.
39
'Synthetic swipe not supported for this
browser
')
48
'Touch input not supported for this
browser
')
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
android_dumpsys_power_monitor.py
35
def StartMonitoringPower(self,
browser
):
37
assert
browser
38
self._browser =
browser
android_power_monitor_controller_unittest.py
21
def StartMonitoringPower(self,
browser
):
32
def StartMonitoringPower(self,
browser
):
43
def StartMonitoringPower(self,
browser
):
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
startup.py
56
browser
= model.browser_process
58
if not
browser
:
63
for event in
browser
.parent.IterAllEvents(
/external/valgrind/drd/scripts/
download-and-build-firefox
47
. $SRC/
browser
/config/mozconfig
49
ac_add_app_options
browser
--enable-application=
browser
/packages/apps/Launcher2/res/xml/
update_workspace.xml
18
<!-- Update the db with new hotseat items. Note that we reference the
browser
's original
43
launcher:packageName="com.android.
browser
"
44
launcher:className="com.android.
browser
.BrowserActivity"
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Microsoft_Internet_Explorer.py
16
"""GetSource: Get the HTML source of a
browser
window
37
"""PrintBrowserWindow: Print contents of
browser
window (HTML)
38
Required argument: Window Identifier of the window to print. No value means print the frontmost
browser
window.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Microsoft_Internet_Explorer.py
16
"""GetSource: Get the HTML source of a
browser
window
37
"""PrintBrowserWindow: Print contents of
browser
window (HTML)
38
Required argument: Window Identifier of the window to print. No value means print the frontmost
browser
window.
/external/chromium-trace/catapult/telemetry/docs/pydoc/
telemetry.web_perf.timeline_based_page_test.html
50
some
browser
related functions in the parent class, which is needed by<br>
78
<dl><dt><a name="TimelineBasedPageTest-DidStartBrowser"><strong>DidStartBrowser</strong></a>(self,
browser
)</dt><dd><tt>Override to customize the
browser
right after it has launched.</tt></dd></dl>
80
<dl><dt><a name="TimelineBasedPageTest-RestartBrowserBeforeEachPage"><strong>RestartBrowserBeforeEachPage</strong></a>(self)</dt><dd><tt>Should the
browser
be restarted for the page?<br>
83
browser
for each page. It may be called before the
browser
is started.</tt></dd></dl>
91
<dl><dt><a name="TimelineBasedPageTest-StopBrowserAfterPage"><strong>StopBrowserAfterPage</strong></a>(self,
browser
, page)</dt><dd><tt>Should the
browser
be stopped after the page is run?<br>
93
This is called after a page is run to decide whether the
browser
needs to<br>
97
A test that overrides this can look at both the page and the
browser
to<br
[
all
...]
/frameworks/base/core/java/android/provider/
Browser.java
36
public class
Browser
{
37
private static final String LOGTAG = "
browser
";
44
public static final Uri BOOKMARKS_URI = Uri.parse("content://
browser
/bookmarks");
47
* The name of extra data when starting
Browser
with ACTION_VIEW or
51
* 0, the
Browser
will use default. If set to 100, the
Browser
will start
54
public static final String INITIAL_ZOOM_LEVEL = "
browser
.initialZoomLevel";
57
* The name of the extra data when starting the
Browser
from another
61
* identify the calling application. The
Browser
will attempt to reuse the
62
* same window each time the application launches the
Browser
with the sam
[
all
...]
/docs/source.android.com/src/compatibility/cts/
interpret.jd
31
this file in any web
browser
(HTML5 compatible
browser
recommended) to view the
44
<p>If testResult.xml displays a blank page when using the Chrome
browser
,
46
your
browser
configuration</a> to enable the
/external/autotest/client/cros/
chrome_binary_test.py
51
@param binary_to_run: The name of the
browser
test binary.
52
@param extra_params: Arguments for the
browser
test binary.
81
"""Decorator to nuke the Chrome
browser
processes."""
88
name=constants.
BROWSER
, with_prejudice=True)
/external/autotest/client/cros/multimedia/
facade_resource.py
30
@param restart: Preserve the previous
browser
state.
41
self._browser = self._chrome.
browser
112
"""Gets the tabs opened by
browser
.
114
@returns: The tabs attribute in telemetry
browser
object.
/external/autotest/client/site_tests/audio_SeekAudioFeedback/
audio_SeekAudioFeedback.py
35
self.chrome.
browser
.platform.SetHTTPServerDirectories(self.bindir)
36
tab = self.chrome.
browser
.tabs[0]
37
tab.Navigate(self.chrome.
browser
.platform.http_server.UrlOf(
52
# Plays the test_file in the
browser
and seek 6 times.
/external/autotest/client/site_tests/desktopui_FlashSanityCheck/
control
19
locally-running webserver to validate that flash doesn't crash the
browser
.
/external/autotest/client/site_tests/desktopui_MediaAudioFeedback/
desktopui_MediaAudioFeedback.py
32
self.chrome.
browser
.platform.SetHTTPServerDirectories(self.bindir)
33
tab = self.chrome.
browser
.tabs[0]
34
tab.Navigate(self.chrome.
browser
.platform.http_server.UrlOf(
49
# Plays the media_file in the
browser
.
/external/autotest/client/site_tests/desktopui_ScreenLocker/
desktopui_ScreenLocker.py
40
oobe = self._chrome.
browser
.oobe
50
return self._chrome.
browser
.oobe.EvaluateJavaScript(
61
self._chrome.
browser
.oobe.ExecuteJavaScript(
100
lambda: not self._chrome.
browser
.oobe_exists,
/external/autotest/client/site_tests/desktopui_SimpleLogin/
desktopui_SimpleLogin.py
34
cr.
browser
.Close()
/external/autotest/client/site_tests/desktopui_UrlFetchWithChromeDriver/
control
17
This test opens a new
browser
to the given URL and waits for the specified
control.bvt
19
This test opens a new
browser
to the given URL and waits for the specified
/external/autotest/client/site_tests/graphics_Idle/
control
12
It depends on the
browser
not using graphics continuously in guest/kiosk mode.
Completed in 1020 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>