HomeSort by relevance Sort by last modified time
    Searched full:is_content_shell (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/tools/telemetry/telemetry/core/backends/
browser_backend.py 17 def __init__(self, is_content_shell, supports_extensions, options,
20 self.is_content_shell = is_content_shell
  /external/chromium_org/tools/telemetry/telemetry/core/chrome/
desktop_browser_backend.py 19 def __init__(self, options, executable, flash_path, is_content_shell,
22 is_content_shell=is_content_shell,
23 supports_extensions=not is_content_shell,
42 if len(options.extensions_to_load) > 0 and is_content_shell:
59 if self.is_content_shell:
85 if not self.is_content_shell:
101 if self.is_content_shell:
android_browser_backend.py 38 def is_content_shell(self): member in class:AndroidBrowserBackendSettings
82 def is_content_shell(self): member in class:ContentShellBackendSettings
103 def is_content_shell(self): member in class:ChromiumTestShellBackendSettings
151 is_content_shell=backend_settings.is_content_shell,
desktop_browser_finder.py 36 is_content_shell, browser_directory, is_local_build=False):
40 self._is_content_shell = is_content_shell
cros_browser_backend.py 22 is_content_shell=False, supports_extensions=not is_guest,
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
chrome_browser_backend.py 30 def __init__(self, is_content_shell, supports_extensions, options):
32 is_content_shell=is_content_shell,
197 return self.is_content_shell or self._chrome_branch_number >= 1385
  /external/chromium_org/tools/perf/metrics/
smoothness.py 65 if tab.browser.is_content_shell:
  /external/chromium_org/tools/telemetry/telemetry/core/
browser.py 58 def is_content_shell(self): member in class:Browser
60 return self._browser_backend.is_content_shell
  /external/chromium_org/tools/telemetry/docs/
telemetry.core.chrome.android_browser_backend.html 175 <dl><dt><strong>is_content_shell</strong></dt>
209 <dl><dt><strong>is_content_shell</strong></dt>
231 <dl><dt><strong>is_content_shell</strong></dt>
267 <dl><dt><strong>is_content_shell</strong></dt>
315 <dl><dt><strong>is_content_shell</strong></dt>
telemetry.core.chrome.desktop_browser_finder.html 68 <dl><dt><a name="PossibleDesktopBrowser-__init__"><strong>__init__</strong></a>(self, browser_type, options, executable, flash_path, is_content_shell)</dt></dl>
telemetry.core.chrome.desktop_browser_backend.html 78 <dl><dt><a name="DesktopBrowserBackend-__init__"><strong>__init__</strong></a>(self, options, executable, flash_path, is_content_shell, delete_profile_dir_after_run<font color="#909090">=True</font>)</dt></dl>
telemetry.core.browser.html 131 <dl><dt><strong>is_content_shell</strong></dt>
telemetry.core.chrome.browser_backend.html 102 <dl><dt><a name="BrowserBackend-__init__"><strong>__init__</strong></a>(self, is_content_shell, supports_extensions, options)</dt></dl>
telemetry.html 142 <dl><dt><strong>is_content_shell</strong></dt>

Completed in 144 milliseconds