/external/chromium/chrome/browser/sync/ |
profile_sync_factory_impl.h | 27 browser_sync::SyncBackendHost* backend,
|
/external/chromium/chrome/browser/ui/webui/ |
thumbnail_source.h | 23 // thumbnails and the history/top-sites backend that serves these.
|
/external/chromium/net/disk_cache/ |
in_flight_backend_io.h | 28 BackendIO(InFlightIO* controller, BackendImpl* backend, 37 // Returns true if this operation is directed to an entry (vs. the backend). 77 // There are two types of operations to proxy: regular backend operations are 142 InFlightBackendIO(BackendImpl* backend,
|
/external/chromium_org/android_webview/browser/ |
aw_form_database_service.h | 22 // handle the database backend, and providing a synchronous interface when
|
/external/chromium_org/chrome/browser/content_settings/ |
content_settings_custom_extension_provider.h | 53 // The backend storing content setting rules defined by extensions.
|
/external/chromium_org/chrome/browser/printing/cloud_print/ |
cloud_print_proxy_service.cc | 33 #include "printing/backend/print_backend.h" 160 scoped_refptr<printing::PrintBackend> backend( 162 if (backend.get()) 163 backend->EnumeratePrinters(&printer_list);
|
/external/chromium_org/chrome/browser/sessions/ |
session_service_test_helper.h | 77 SessionBackend* backend();
|
/external/chromium_org/chrome/browser/sync/glue/ |
history_model_worker.h | 36 // destruction of history backend loop.
|
non_frontend_data_type_controller.h | 47 // For creating non-frontend processor/associator and associating on backend. 105 // Posts the given task to the backend thread, i.e. the thread the 168 // Created on UI thread and passed to backend to create processor/associator 169 // and associate model. Released on backend.
|
/external/chromium_org/chrome/browser/ui/cocoa/browser/ |
profile_chooser_controller.h | 20 // The menu that contains the data from the backend.
|
/external/chromium_org/chrome/browser/ui/webui/ |
sync_setup_handler.h | 53 // Kicks the sync backend if necessary with showing spinner dialog until it 138 // Displays an error dialog which shows timeout of starting the sync backend. 150 // Helper object used to wait for the sync backend to startup. 161 // The OneShotTimer object used to timeout of starting the sync backend
|
/external/chromium_org/components/nacl/browser/ |
pnacl_host.h | 40 // Initialize cache backend. GetNexeFd will also initialize the backend if 84 // more pending translations, the backend is freed, allowing it to flush. 164 // Operations which are pending with the cache backend, which we should
|
/external/chromium_org/content/browser/fileapi/ |
browser_file_system_helper.h | 31 // Verifies that |url| is valid and has a registered backend in |context|.
|
/external/chromium_org/content/test/data/media/webui/ |
manager_test.html | 34 // On occasion, the backend will add an existing ID multiple times.
|
/external/chromium_org/net/disk_cache/ |
in_flight_backend_io.h | 27 BackendIO(InFlightIO* controller, BackendImpl* backend, 40 // Returns true if this operation is directed to an entry (vs. the backend). 78 // There are two types of operations to proxy: regular backend operations are 149 InFlightBackendIO(BackendImpl* backend,
|
/external/chromium_org/net/disk_cache/simple/ |
simple_net_log_parameters.h | 11 // include ones that deal with specifics of the Simple Cache backend.
|
/external/chromium_org/net/disk_cache/v3/ |
eviction_v3.h | 25 void Init(BackendImpl* backend);
|
/external/chromium_org/printing/backend/ |
print_backend_chromeos.cc | 5 #include "printing/backend/print_backend.h"
|
print_backend_win.cc | 5 #include "printing/backend/print_backend.h" 16 #include "printing/backend/print_backend_consts.h" 17 #include "printing/backend/printing_info_win.h" 18 #include "printing/backend/win_helper.h"
|
printing_info_win.cc | 5 #include "printing/backend/printing_info_win.h"
|
/external/chromium_org/sync/js/ |
js_controller.h | 23 // also send messages which will eventually reach the backend.
|
/external/chromium_org/third_party/JSON/JSON-2.59/t/ |
xe05_indent_length.t | 10 skip "can't use JSON::XS.", 7, unless( JSON->backend->is_xs );
|
xe08_decode.t | 21 skip "can't use JSON::XS.", 6, unless( JSON->backend->is_xs );
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
IDBRequestTest.cpp | 160 OwnPtr<MockWebIDBDatabase> backend = MockWebIDBDatabase::create(); local 165 request->onUpgradeNeeded(oldVersion, backend.release(), metadata, blink::WebIDBDataLossNone, String()); 169 OwnPtr<MockWebIDBDatabase> backend = MockWebIDBDatabase::create(); local 174 request->onSuccess(backend.release(), metadata);
|
IDBTransactionTest.cpp | 93 OwnPtr<FakeWebIDBDatabase> backend = FakeWebIDBDatabase::create(); local 95 RefPtr<IDBDatabase> db = IDBDatabase::create(executionContext(), backend.release(), connection); 120 OwnPtr<FakeWebIDBDatabase> backend = FakeWebIDBDatabase::create(); local 122 RefPtr<IDBDatabase> db = IDBDatabase::create(executionContext(), backend.release(), connection);
|