OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ServerConnectionEvent
(Results
1 - 12
of
12
) sorted by null
/external/chromium/chrome/browser/sync/engine/
all_status.h
26
struct
ServerConnectionEvent
;
35
void HandleServerConnectionEvent(const
ServerConnectionEvent
& event);
all_status.cc
121
const
ServerConnectionEvent
& event) {
122
if (
ServerConnectionEvent
::STATUS_CHANGED == event.what_happened) {
syncer_thread.h
28
struct
ServerConnectionEvent
;
syncapi.cc
78
using browser_sync::
ServerConnectionEvent
;
[
all
...]
/external/chromium_org/sync/engine/
all_status.h
25
struct
ServerConnectionEvent
;
sync_scheduler.h
25
struct
ServerConnectionEvent
;
/external/chromium_org/sync/engine/net/
server_connection_manager.h
96
struct
ServerConnectionEvent
{
98
explicit
ServerConnectionEvent
(HttpResponse::ServerConnectionCode code) :
104
virtual void OnServerConnectionEvent(const
ServerConnectionEvent
& event) = 0;
server_connection_manager.cc
253
ServerConnectionEvent
(server_status_)));
/external/chromium/chrome/browser/sync/engine/net/
server_connection_manager.h
112
struct
ServerConnectionEvent
{
114
typedef
ServerConnectionEvent
EventType;
169
typedef EventChannel<
ServerConnectionEvent
, base::Lock> Channel;
server_connection_manager.cc
38
static const
ServerConnectionEvent
shutdown_event =
39
{
ServerConnectionEvent
::SHUTDOWN, HttpResponse::CONNECTION_UNAVAILABLE,
/external/chromium_org/sync/internal_api/
sync_manager_impl.h
143
const
ServerConnectionEvent
& event) OVERRIDE;
sync_manager_impl.cc
703
const
ServerConnectionEvent
& event) {
[
all
...]
Completed in 106 milliseconds