/external/chromium_org/jingle/notifier/listener/ |
non_blocking_push_client.cc | 17 class NonBlockingPushClient::Core 18 : public base::RefCountedThreadSafe<NonBlockingPushClient::Core>, 22 explicit Core( 51 friend class base::RefCountedThreadSafe<NonBlockingPushClient::Core>; 54 virtual ~Core(); 62 DISALLOW_COPY_AND_ASSIGN(Core); 65 NonBlockingPushClient::Core::Core( 72 NonBlockingPushClient::Core::~Core() { [all...] |
/external/chromium_org/remoting/host/native_messaging/ |
native_messaging_reader.cc | 36 class NativeMessagingReader::Core { 38 Core(base::PlatformFile handle, 42 ~Core(); 62 DISALLOW_COPY_AND_ASSIGN(Core); 65 NativeMessagingReader::Core::Core( 76 NativeMessagingReader::Core::~Core() {} 78 void NativeMessagingReader::Core::ReadMessage() { 126 void NativeMessagingReader::Core::NotifyEof() [all...] |
native_messaging_reader.h | 43 class Core; 44 friend class Core; 55 scoped_ptr<Core> core_;
|
/external/chromium/chrome/common/net/ |
url_fetcher.cc | 33 class URLFetcher::Core 34 : public base::RefCountedThreadSafe<URLFetcher::Core>, 41 Core(URLFetcher* fetcher, 70 friend class base::RefCountedThreadSafe<URLFetcher::Core>; 77 void AddURLFetcherCore(Core* core); 78 void RemoveURLFetcherCore(Core* core); 87 std::set<Core*> fetchers_; 92 virtual ~Core(); [all...] |
/external/chromium/chrome/browser/sync/notifier/ |
non_blocking_invalidation_notifier.cc | 17 class NonBlockingInvalidationNotifier::Core 18 : public base::RefCountedThreadSafe<NonBlockingInvalidationNotifier::Core>, 22 Core(); 45 base::RefCountedThreadSafe<NonBlockingInvalidationNotifier::Core>; 47 ~Core(); 52 DISALLOW_COPY_AND_ASSIGN(Core); 55 NonBlockingInvalidationNotifier::Core::Core() 59 NonBlockingInvalidationNotifier::Core::~Core() { [all...] |
/external/chromium_org/win8/metro_driver/ |
chrome_app_view_ash.h | 8 #include <windows.applicationmodel.core.h> 9 #include <windows.ui.core.h> 49 : public mswr::RuntimeClass<winapp::Core::IFrameworkView>, 58 IFACEMETHOD(Initialize)(winapp::Core::ICoreApplicationView* view); 59 IFACEMETHOD(SetWindow)(winui::Core::ICoreWindow* window); 124 HRESULT OnActivate(winapp::Core::ICoreApplicationView* view, 127 HRESULT OnPointerMoved(winui::Core::ICoreWindow* sender, 128 winui::Core::IPointerEventArgs* args); 130 HRESULT OnPointerPressed(winui::Core::ICoreWindow* sender, 131 winui::Core::IPointerEventArgs* args) [all...] |
devices_handler.cc | 18 HRESULT DevicesHandler::Initialize(winui::Core::ICoreWindow* window) {
|
devices_handler.h | 8 #include <windows.ui.core.h> 21 HRESULT Initialize(winui::Core::ICoreWindow* window);
|
/external/chromium/net/proxy/ |
sync_host_resolver_bridge.cc | 17 // SyncHostResolverBridge::Core ---------------------------------------------- 19 class SyncHostResolverBridge::Core 20 : public base::RefCountedThreadSafe<SyncHostResolverBridge::Core> { 22 Core(HostResolver* resolver, MessageLoop* host_resolver_loop); 37 friend class base::RefCountedThreadSafe<SyncHostResolverBridge::Core>; 55 net::CompletionCallbackImpl<Core> callback_; 71 DISALLOW_COPY_AND_ASSIGN(Core); 74 SyncHostResolverBridge::Core::Core(HostResolver* host_resolver, 79 callback_(this, &Core::OnResolveCompletion)) [all...] |
sync_host_resolver_bridge.h | 41 class Core; 44 scoped_refptr<Core> core_;
|
/external/eigen/doc/examples/ |
DenseBase_middleCols_int.cpp | 1 #include <Eigen/Core>
|
DenseBase_middleRows_int.cpp | 1 #include <Eigen/Core>
|
DenseBase_template_int_middleCols.cpp | 1 #include <Eigen/Core>
|
DenseBase_template_int_middleRows.cpp | 1 #include <Eigen/Core>
|
/external/chromium_org/jingle/glue/ |
pseudotcp_adapter.cc | 25 class PseudoTcpAdapter::Core : public cricket::IPseudoTcpNotify, 26 public base::RefCounted<Core> { 28 Core(net::Socket* socket); 59 friend class base::RefCounted<Core>; 60 virtual ~Core(); 107 base::OneShotTimer<Core> timer_; 109 DISALLOW_COPY_AND_ASSIGN(Core); 113 PseudoTcpAdapter::Core::Core(net::Socket* socket) 123 PseudoTcpAdapter::Core::~Core() [all...] |
/external/chromium_org/chrome/test/chromedriver/net/ |
sync_websocket_impl.h | 48 class Core : public WebSocketListener, 49 public base::RefCountedThreadSafe<Core, CoreTraits> { 51 explicit Core(net::URLRequestContextGetter* context_getter); 66 friend class base::RefCountedThreadSafe<Core, CoreTraits>; 67 friend class base::DeleteHelper<Core>; 70 virtual ~Core(); 103 scoped_refptr<Core> core_; 107 static void Destruct(const SyncWebSocketImpl::Core* core) { 108 core->OnDestruct() [all...] |
/external/chromium_org/net/proxy/ |
polling_proxy_config_service.h | 47 class Core; 48 scoped_refptr<Core> core_;
|
/external/chromium_org/remoting/host/win/ |
rdp_client.h | 52 // The actual implementation resides in Core class. 53 class Core; 54 scoped_refptr<Core> core_;
|
/external/chromium_org/chrome/browser/signin/ |
profile_oauth2_token_service_request.cc | 19 class ProfileOAuth2TokenServiceRequest::Core 20 : public base::RefCountedThreadSafe<ProfileOAuth2TokenServiceRequest::Core>, 23 // Note the thread where an instance of Core is constructed is referred to as 25 Core(Profile* profile, 47 base::RefCountedThreadSafe<ProfileOAuth2TokenServiceRequest::Core>; 51 virtual ~Core(); 80 DISALLOW_COPY_AND_ASSIGN(Core); 83 ProfileOAuth2TokenServiceRequest::Core::Core( 93 ProfileOAuth2TokenServiceRequest::Core::~Core() [all...] |
/external/chromium_org/remoting/host/ |
local_input_monitor_linux.cc | 45 // The actual implementation resides in LocalInputMonitorLinux::Core class. 46 class Core 47 : public base::RefCountedThreadSafe<Core>, 50 Core(scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, 58 friend class base::RefCountedThreadSafe<Core>; 59 virtual ~Core(); 97 DISALLOW_COPY_AND_ASSIGN(Core); 100 scoped_refptr<Core> core_; 109 : core_(new Core(caller_task_runner, 119 LocalInputMonitorLinux::Core::Core [all...] |
local_input_monitor_win.cc | 38 // The actual implementation resides in LocalInputMonitorWin::Core class. 39 class Core : public base::RefCountedThreadSafe<Core> { 41 Core(scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, 49 friend class base::RefCountedThreadSafe<Core>; 50 virtual ~Core(); 76 DISALLOW_COPY_AND_ASSIGN(Core); 79 scoped_refptr<Core> core_; 88 : core_(new Core(caller_task_runner, 98 LocalInputMonitorWin::Core::Core [all...] |
/external/chromium/chrome/browser/sync/glue/ |
sync_backend_host.cc | 61 : core_(new Core(ALLOW_THIS_IN_INITIALIZER_LIST(this))), 144 InitCore(Core::DoInitializeOptions( 201 void SyncBackendHost::InitCore(const Core::DoInitializeOptions& options) { 203 NewRunnableMethod(core_.get(), &SyncBackendHost::Core::DoInitialize, 210 &SyncBackendHost::Core::DoUpdateCredentials, 216 NewRunnableMethod(core_.get(), &SyncBackendHost::Core::DoStartSyncing)); 237 NewRunnableMethod(core_.get(), &SyncBackendHost::Core::DoSetPassphrase, 249 &SyncBackendHost::Core::DoShutdown, 266 // frontend_loop_ by our Core) will epically fail because the CRT won't be 406 &SyncBackendHost::Core::FinishConfigureDataTypes)) [all...] |
/external/chromium/chrome/browser/net/ |
view_http_cache_job_factory.cc | 25 core_(new Core), 44 class Core : public base::RefCounted<Core> { 46 Core() 49 callback_(this, &Core::OnIOComplete)), 65 friend class base::RefCounted<Core>; 67 ~Core() {} 75 net::CompletionCallbackImpl<Core> callback_; 78 DISALLOW_COPY_AND_ASSIGN(Core); 86 scoped_refptr<Core> core_ [all...] |
/external/chromium_org/content/browser/net/ |
view_http_cache_job_factory.cc | 30 core_(new Core), 51 class Core : public base::RefCounted<Core> { 53 Core() 55 callback_(base::Bind(&Core::OnIOComplete, this)) { 70 friend class base::RefCounted<Core>; 72 ~Core() {} 83 DISALLOW_COPY_AND_ASSIGN(Core); 91 scoped_refptr<Core> core_; 130 int ViewHttpCacheJob::Core::Start(const net::URLRequest& request [all...] |
/external/chromium_org/chrome/browser/extensions/api/messaging/ |
native_process_launcher.cc | 67 class Core : public base::RefCountedThreadSafe<Core> { 69 explicit Core(gfx::NativeView native_view); 76 friend class base::RefCountedThreadSafe<Core>; 77 virtual ~Core(); 98 DISALLOW_COPY_AND_ASSIGN(Core); 101 scoped_refptr<Core> core_; 106 NativeProcessLauncherImpl::Core::Core(gfx::NativeView native_view) 111 NativeProcessLauncherImpl::Core::~Core() [all...] |