HomeSort by relevance Sort by last modified time
    Searched refs:DebugDaemonClient (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chromeos/dbus/
debug_daemon_client.h 23 // DebugDaemonClient is used to communicate with the debug daemon.
24 class CHROMEOS_EXPORT DebugDaemonClient : public DBusClient {
26 virtual ~DebugDaemonClient();
153 static DebugDaemonClient* Create();
157 DebugDaemonClient();
160 DISALLOW_COPY_AND_ASSIGN(DebugDaemonClient);
dbus_client_bundle.h 25 class DebugDaemonClient;
145 DebugDaemonClient* debug_daemon_client() {
257 scoped_ptr<DebugDaemonClient> debug_daemon_client_;
dbus_thread_manager.h 41 class DebugDaemonClient;
128 DebugDaemonClient* GetDebugDaemonClient();
214 void SetDebugDaemonClient(scoped_ptr<DebugDaemonClient> client);
fake_debug_daemon_client.h 14 // The DebugDaemonClient implementation used on Linux desktop,
16 class CHROMEOS_EXPORT FakeDebugDaemonClient : public DebugDaemonClient {
debug_daemon_client.cc 31 // Used in DebugDaemonClient::EmptySystemStopTracingCallback().
40 // The DebugDaemonClient implementation used in production.
41 class DebugDaemonClientImpl : public DebugDaemonClient {
47 // DebugDaemonClient override.
537 DebugDaemonClient::DebugDaemonClient() {
540 DebugDaemonClient::~DebugDaemonClient() {
544 DebugDaemonClient::StopSystemTracingCallback
545 DebugDaemonClient::EmptyStopSystemTracingCallback()
    [all...]
dbus_thread_manager.cc 172 DebugDaemonClient* DBusThreadManager::GetDebugDaemonClient() {
499 scoped_ptr<DebugDaemonClient> client) {
dbus_client_bundle.cc 170 debug_daemon_client_.reset(DebugDaemonClient::Create());
  /external/chromium_org/chrome/browser/extensions/api/log_private/
log_private_apitest_chromeos.cc 74 scoped_ptr<chromeos::DebugDaemonClient>(
  /external/chromium_org/chrome/browser/ui/webui/
crashes_ui.cc 138 chromeos::DebugDaemonClient* debugd_client =
  /external/chromium_org/chrome/browser/chromeos/system_logs/
debug_daemon_log_source.cc 46 chromeos::DebugDaemonClient* client =
  /external/chromium_org/chrome/browser/metrics/
perf_provider_chromeos.cc 325 chromeos::DebugDaemonClient* client =

Completed in 794 milliseconds