HomeSort by relevance Sort by last modified time
    Searched refs:backend (Results 276 - 300 of 479) sorted by null

<<11121314151617181920

  /external/chromium_org/third_party/skia/bench/
PictureNestingBench.cpp 102 virtual bool isSuitableFor(Backend backend) {
103 return backend == kNonRendering_Backend;
PictureRecordBench.cpp 24 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE {
25 return backend == kNonRendering_Backend;
SortBench.cpp 110 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE {
111 return backend == kNonRendering_Backend;
XfermodeBench.cpp 66 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE {
67 return backend == kNonRendering_Backend;
  /external/chromium_org/tools/perf/measurements/
rasterize_and_record_micro.py 50 backend = browser._browser_backend # pylint: disable=W0212
51 self._chrome_branch_number = getattr(backend, 'chrome_branch_number', None)
  /external/chromium_org/tools/telemetry/telemetry/core/backends/
form_based_credentials_backend_unittest_base.py 75 # Reset state. Now the backend thinks we're logged out, even
80 # Make sure the backend thinks we're logged out.
90 # backend's internal state to 'logged in'.
97 def _LoginUsingMock(self, backend, login_page_url, email_element_id,
132 backend.LoginNeeded(tab, ar, config)
  /external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/
webdriver_desktop_browser_finder.py 51 backend = self.CreateWebDriverBackend(self._platform_backend)
52 return browser.Browser(backend,
95 logging.warning('Webdriver backend is unsupported without selenium pylib. '
  /external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
msr_power_monitor.py 56 def __init__(self, backend):
58 self._backend = backend
  /external/lldb/source/Core/
ValueObjectSyntheticFilter.cpp 26 DummySyntheticFrontEnd(ValueObject &backend) :
27 SyntheticChildrenFrontEnd(backend)
174 // let our backend do its update
  /external/skia/bench/
MemcpyBench.cpp 25 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE {
26 return backend == kNonRendering_Backend;
PictureRecordBench.cpp 24 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE {
25 return backend == kNonRendering_Backend;
SortBench.cpp 110 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE {
111 return backend == kNonRendering_Backend;
XfermodeBench.cpp 66 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE {
67 return backend == kNonRendering_Backend;
  /external/chromium_org/chrome/browser/resources/media/
webrtc_logs.js 6 * Requests the list of uploads from the backend.
13 * Callback from backend with the list of uploads. Builds the UI.
  /external/chromium_org/chrome/browser/resources/predictors/
resource_prefetch_predictor.js 6 * Requests the database from the backend.
13 * Callback from backend with the database contents. Sets up some globals and
  /external/chromium_org/content/browser/appcache/
appcache_request_handler.cc 184 AppCacheBackendImpl* backend = host_->service()->GetBackend(old_process_id);
185 host_for_cross_site_transfer_ = backend->TransferHostOut(host_->host_id());
194 AppCacheBackendImpl* backend = host_->service()->GetBackend(new_process_id); local
195 backend->TransferHostIn(new_host_id, host_for_cross_site_transfer_.Pass());
  /external/chromium_org/storage/browser/fileapi/quota/
quota_reservation_manager.h 49 // that case, the backend should roll back the reservation.
75 explicit QuotaReservationManager(scoped_ptr<QuotaBackend> backend);
  /external/chromium_org/tools/telemetry/telemetry/core/
browser.py 30 def __init__(self, backend, platform_backend, archive_path,
35 self._browser_backend = backend
38 self._local_server_controller = local_server.LocalServerController(backend)
39 self._tabs = tab_list.TabList(backend.tab_list_backend)
  /external/chromium_org/content/child/appcache/
web_application_cache_host_impl.cc 58 AppCacheBackend* backend)
60 backend_(backend),
67 DCHECK(client && backend && (host_id_ != kAppCacheNoHostId));
  /external/chromium_org/chrome/browser/sync_file_system/local/
sync_file_system_backend.cc 91 SyncFileSystemBackend* backend = new SyncFileSystemBackend(NULL); local
92 backend->skip_initialize_syncfs_service_for_testing_ = true;
93 return backend;
  /external/chromium_org/chrome/browser/history/
delete_directive_handler.cc 127 virtual bool RunOnDBThread(history::HistoryBackend* backend,
154 history::HistoryBackend* backend,
170 ProcessGlobalIdDeleteDirectives(backend, global_id_directives);
173 ProcessTimeRangeDeleteDirectives(backend, time_range_directives);
192 // It's more efficient for backend to process all directives with same time
222 // Call backend to expire history of directives in each group.
in_memory_url_index.h 163 virtual bool RunOnDBThread(HistoryBackend* backend,
  /external/chromium_org/chrome/browser/password_manager/
password_store_x.h 25 // operating systems. It uses a "native backend" to actually store the password
26 // data when such a backend is available, and otherwise falls back to using the
28 // migrating password data to a native backend from the login database.
68 // Takes ownership of |login_db| and |backend|. |backend| may be NULL in which
73 NativeBackend* backend);
110 // Return true if we should try using the native backend.
118 // the native backend. If successful, the login database will be left with no
123 // The native backend in use, or NULL if none.
  /external/chromium_org/chrome/browser/sessions/
base_session_service.h 36 // backend to determine the name of the files.
62 // Returns the backend.
63 SessionBackend* backend() const { return backend_.get(); } function in class:BaseSessionService
67 // on the backend at which point the backend owns the commands.
87 // Saves pending commands to the backend. This is invoked from the timer
151 // backend thread.
171 // The backend.
174 // Commands we need to send over to the backend.
177 // Whether the backend file should be recreated the next time we sen
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl.h 52 browser_sync::SyncBackendHost* backend,

Completed in 386 milliseconds

<<11121314151617181920