/external/chromium_org/sync/notifier/ |
non_blocking_invalidator.cc | 21 class NonBlockingInvalidator::Core 22 : public base::RefCountedThreadSafe<NonBlockingInvalidator::Core>, 28 explicit Core( 51 base::RefCountedThreadSafe<NonBlockingInvalidator::Core>; 53 virtual ~Core(); 60 DISALLOW_COPY_AND_ASSIGN(Core); 63 NonBlockingInvalidator::Core::Core( 69 NonBlockingInvalidator::Core::~Core() { [all...] |
/external/chromium_org/remoting/host/ |
input_injector_mac.cc | 52 // The actual implementation resides in InputInjectorMac::Core class. 53 class Core : public base::RefCountedThreadSafe<Core> { 55 explicit Core(scoped_refptr<base::SingleThreadTaskRunner> task_runner); 70 friend class base::RefCountedThreadSafe<Core>; 71 virtual ~Core(); 78 DISALLOW_COPY_AND_ASSIGN(Core); 81 scoped_refptr<Core> core_; 88 core_ = new Core(task_runner); 112 InputInjectorMac::Core::Core [all...] |
input_injector_win.cc | 46 // The actual implementation resides in InputInjectorWin::Core class. 47 class Core : public base::RefCountedThreadSafe<Core> { 49 Core(scoped_refptr<base::SingleThreadTaskRunner> main_task_runner, 65 friend class base::RefCountedThreadSafe<Core>; 66 virtual ~Core(); 75 DISALLOW_COPY_AND_ASSIGN(Core); 78 scoped_refptr<Core> core_; 86 core_ = new Core(main_task_runner, ui_task_runner); 110 InputInjectorWin::Core::Core [all...] |
input_injector_linux.cc | 57 // The actual implementation resides in InputInjectorLinux::Core class. 58 class Core : public base::RefCountedThreadSafe<Core> { 60 explicit Core(scoped_refptr<base::SingleThreadTaskRunner> task_runner); 77 friend class base::RefCountedThreadSafe<Core>; 78 virtual ~Core(); 123 DISALLOW_COPY_AND_ASSIGN(Core); 126 scoped_refptr<Core> core_; 133 core_ = new Core(task_runner); 160 InputInjectorLinux::Core::Core [all...] |
/external/chromium_org/remoting/host/win/ |
session_input_injector.cc | 46 class SessionInputInjectorWin::Core 47 : public base::RefCountedThreadSafe<SessionInputInjectorWin::Core>, 50 Core( 69 friend class base::RefCountedThreadSafe<Core>; 70 virtual ~Core(); 94 DISALLOW_COPY_AND_ASSIGN(Core); 97 SessionInputInjectorWin::Core::Core( 108 void SessionInputInjectorWin::Core::Start( 113 base::Bind(&Core::Start, this, base::Passed(&client_clipboard))) [all...] |
wts_session_process_delegate.cc | 42 class WtsSessionProcessDelegate::Core 43 : public base::RefCountedThreadSafe<Core>, 47 Core(scoped_refptr<base::SingleThreadTaskRunner> io_task_runner, 65 friend class base::RefCountedThreadSafe<Core>; 66 virtual ~Core(); 141 DISALLOW_COPY_AND_ASSIGN(Core); 144 WtsSessionProcessDelegate::Core::Core( 159 bool WtsSessionProcessDelegate::Core::Initialize(uint32 session_id) { 211 base::Bind(&Core::InitializeJob, this, base::Passed(&job_wrapper))) [all...] |
session_input_injector.h | 47 // The actual implementation resides in SessionInputInjectorWin::Core class. 48 class Core; 49 scoped_refptr<Core> core_;
|
wts_session_process_delegate.h | 50 // The actual implementation resides in WtsSessionProcessDelegate::Core class. 51 class Core; 52 scoped_refptr<Core> core_;
|
/external/chromium_org/chrome/service/cloud_print/ |
cloud_print_proxy_backend.cc | 37 class CloudPrintProxyBackend::Core 38 : public base::RefCountedThreadSafe<CloudPrintProxyBackend::Core>, 45 Core(CloudPrintProxyBackend* backend, 89 friend class base::RefCountedThreadSafe<Core>; 91 virtual ~Core() {} 96 // NotifyXXX is how the Core communicates with the frontend across 156 DISALLOW_COPY_AND_ASSIGN(Core); 168 core_ = new Core(this, settings, oauth_client_info, enable_job_poll); 179 base::Bind(&CloudPrintProxyBackend::Core::DoInitializeWithToken, 191 base::Bind(&CloudPrintProxyBackend::Core::DoInitializeWithRobotToken [all...] |
/external/chromium_org/content/browser/renderer_host/media/ |
media_stream_ui_proxy.h | 51 class Core; 52 friend class Core; 58 scoped_ptr<Core> core_;
|
desktop_capture_device.cc | 30 // Maximum CPU time percentage of a single core that can be consumed for desktop 48 class DesktopCaptureDevice::Core 49 : public base::RefCountedThreadSafe<Core>, 52 Core(scoped_refptr<base::SequencedTaskRunner> task_runner, 61 friend class base::RefCountedThreadSafe<Core>; 62 virtual ~Core(); 124 DISALLOW_COPY_AND_ASSIGN(Core); 127 DesktopCaptureDevice::Core::Core( 135 DesktopCaptureDevice::Core::~Core() [all...] |
desktop_capture_device.h | 46 class Core; 47 scoped_refptr<Core> core_;
|
media_stream_ui_proxy.cc | 14 class MediaStreamUIProxy::Core { 16 explicit Core(const base::WeakPtr<MediaStreamUIProxy>& proxy, 18 ~Core(); 35 base::WeakPtrFactory<Core> weak_factory_; 37 DISALLOW_COPY_AND_ASSIGN(Core); 40 MediaStreamUIProxy::Core::Core(const base::WeakPtr<MediaStreamUIProxy>& proxy, 47 MediaStreamUIProxy::Core::~Core() { 51 void MediaStreamUIProxy::Core::RequestAccess [all...] |
/external/chromium_org/ppapi/tests/ |
test_core.cc | 7 #include "ppapi/cpp/core.h" 12 REGISTER_TEST_CASE(Core); 24 pp::Core* core = pp::Module::Get()->core(); local 25 PP_Time time1 = core->GetTime(); 30 PP_Time time2 = core->GetTime(); 37 pp::Core* core = pp::Module::Get()->core(); local [all...] |
/external/chromium_org/net/proxy/ |
polling_proxy_config_service.cc | 21 class PollingProxyConfigService::Core 22 : public base::RefCountedThreadSafe<PollingProxyConfigService::Core> { 24 Core(base::TimeDelta poll_interval, 95 base::Bind(&Core::PollOnWorkerThread, this, get_config_func_), 100 friend class base::RefCountedThreadSafe<Core>; 101 ~Core() {} 110 FROM_HERE, base::Bind(&Core::GetConfigCompleted, this, config)); 183 : core_(new Core(poll_interval, get_config_func)) {
|
/external/chromium_org/remoting/client/ |
audio_decode_scheduler.h | 42 class Core; 44 scoped_refptr<Core> core_;
|
/external/chromium_org/win8/metro_driver/ |
direct3d_helper.h | 10 #include <windows.ui.core.h> 24 void Initialize(winui::Core::ICoreWindow* window); 30 winui::Core::ICoreWindow* window_;
|
/external/chromium_org/chrome/browser/ |
pepper_flash_settings_manager.cc | 35 class PepperFlashSettingsManager::Core 37 public base::RefCountedThreadSafe<Core, BrowserThread::DeleteOnIOThread> { 39 Core(base::WeakPtr<PepperFlashSettingsManager> manager, 44 // Notifies the core that it has been detached. Afterwards, no method should 72 friend class base::DeleteHelper<Core>; 122 virtual ~Core(); 212 PepperFlashSettingsManager::Core::Core( 223 PepperFlashSettingsManager::Core::~Core() { [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_llvm.h | 8 #include <llvm-c/Core.h>
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
radeon_llvm_emit.h | 30 #include <llvm-c/Core.h>
|
/external/eigen/bench/ |
bench_sum.cpp | 2 #include <Eigen/Core>
|
/external/eigen/doc/examples/ |
Tutorial_PartialLU_solve.cpp | 1 #include <Eigen/Core>
|
Tutorial_simple_example_fixed_size.cpp | 1 #include <Eigen/Core>
|
class_CwiseUnaryOp_ptrfun.cpp | 1 #include <Eigen/Core>
|
function_taking_eigenbase.cpp | 2 #include <Eigen/Core>
|