HomeSort by relevance Sort by last modified time
    Searched full:backend (Results 326 - 350 of 1941) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/sync/glue/
sync_frontend.h 36 // The backend has completed initialization and it is now ready to
41 // from the 'Backend' in 'OnBackendInitialized' (unfortunately). It
49 // The backend queried the server recently and received some updates.
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
Database.h 76 PassRefPtr<DatabaseBackend> backend();
91 friend class DatabaseServer; // FIXME: remove this when the backend has been split out.
92 friend class DatabaseBackend; // FIXME: remove this when the backend has been split out.
  /external/chromium_org/tools/perf/measurements/
rasterize_and_record_micro.py 44 backend = tab.browser._browser_backend # pylint: disable=W0212
45 if (not hasattr(backend, 'chrome_branch_number') or
46 (sys.platform != 'android' and backend.chrome_branch_number < 1713)):
  /external/chromium_org/tools/telemetry/telemetry/core/backends/
form_based_credentials_backend.py 9 def _WaitForLoginFormToLoad(backend, login_form_id, tab):
13 backend.IsAlreadyLoggedIn(tab))
60 """Makes the backend think we're not logged in even though we are.
  /external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/
webdriver_desktop_browser_finder.py 31 logging.warning('Webdriver backend is unsupported without selenium pylib. '
49 backend = self.CreateWebDriverBackend(platform_backend)
50 b = browser.Browser(backend, platform_backend)
  /external/chromium_org/webkit/browser/appcache/
appcache_interceptor.cc 38 AppCacheBackendImpl* backend = service->GetBackend(process_id);
39 if (!backend)
44 AppCacheHost* host = backend->GetHost(host_id);
  /external/llvm/docs/CommandGuide/
llvm-config.rst 158 **backend**
160 Includes either a native backend or the C backend.
  /external/skia/bench/
PictureRecordBench.cpp 23 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE {
24 return backend == kNonRendering_Backend;
RegionBench.cpp 102 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE {
103 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;
RTreeBench.cpp 39 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE {
40 return backend == kNonRendering_Backend;
93 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE {
94 return backend == kNonRendering_Backend;
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 84 /// then it will ask backend to finalize the symbol value.
85 /// @return ture - if backend set the symbol value sucessfully
86 /// @return false - if backend do not recognize the symbol
194 /// Different concrete target backend may overlap this function.
263 /// maxBranchOffset - return the max (forward) branch offset of the backend.
308 /// doCreateProgramHdrs - backend can implement this function to create the
349 /// preLayout - Backend can do any needed modification before layout
352 /// postLayout -Backend can do any needed modification after layout
355 /// preLayout - Backend can do any needed modification before layout
358 /// postLayout -Backend can do any needed modification after layou
    [all...]
  /external/chromium_org/net/disk_cache/simple/
simple_backend_impl.h 33 // SimpleBackendImpl is a new cache backend that stores entries in individual
35 // See http://www.chromium.org/developers/design-documents/network-stack/disk-cache/very-simple-backend
43 class NET_EXPORT_PRIVATE SimpleBackendImpl : public Backend,
64 // Returns the maximum file size permitted in this backend.
74 // The entry for |entry_hash| is being doomed; the backend will not attempt
87 // Backend:
  /external/chromium/net/url_request/
view_cache_helper.h 15 class Backend;
97 disk_cache::Backend* disk_cache_;
  /external/chromium_org/chrome/browser/resources/
crashes.js 6 * Requests the list of crashes from the backend.
13 * Callback from backend with the list of crashes. Builds the UI.
  /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/
autocomplete_action_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/chrome/browser/sync/
test_profile_sync_service.h 62 // Allows extra initialization work to be performed before the backend comes
104 // Return NULL handle to use in backend initialization to avoid receiving
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_proxy.h 25 // and the cloud print proxy backend.
80 // Our asynchronous backend to communicate with sync components living on
  /external/chromium_org/components/dom_distiller/webui/resources/
about_dom_distiller.js 7 * Callback from the backend with the list of entries to display.
34 * Callback from the backend when adding an article failed.
  /external/chromium_org/content/browser/resources/indexed_db/
indexeddb_internals.js 42 // Fired from the backend after the data has been zipped up, and the
62 // Fired from the backend with a single partition's worth of
  /external/chromium_org/content/browser/ssl/
ssl_manager.h 70 SSLPolicyBackend* backend() { return &backend_; } function in class:content::SSLManager
89 // The backend for the SSLPolicy to actuate its decisions.
  /external/chromium_org/content/child/appcache/
web_application_cache_host_impl.h 32 appcache::AppCacheBackend* backend);
36 appcache::AppCacheBackend* backend() const { return backend_; } function in class:content::WebApplicationCacheHostImpl
  /external/chromium_org/google_apis/gcm/engine/
rmq_store.h 92 class Backend;
94 scoped_refptr<Backend> backend_;

Completed in 271 milliseconds

<<11121314151617181920>>