Home
last modified time | relevance | path

Searched refs:OnPolicyWatcherThread (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/remoting/host/policy_hack/
Dpolicy_watcher_linux.cc61 DCHECK(OnPolicyWatcherThread()); in StartWatchingInternal()
81 DCHECK(OnPolicyWatcherThread()); in StopWatchingInternal()
92 DCHECK(OnPolicyWatcherThread()); in OnFilePathChanged()
101 DCHECK(OnPolicyWatcherThread()); in GetLastModification()
130 DCHECK(OnPolicyWatcherThread()); in Load()
166 DCHECK(OnPolicyWatcherThread()); in Reload()
194 DCHECK(OnPolicyWatcherThread()); in IsSafeToReloadPolicy()
Dpolicy_watcher.cc156 if (!OnPolicyWatcherThread()) { in StartWatching()
169 if (!OnPolicyWatcherThread()) { in StopWatching()
184 DCHECK(OnPolicyWatcherThread()); in ScheduleFallbackReloadTask()
190 DCHECK(OnPolicyWatcherThread()); in ScheduleReloadTask()
201 bool PolicyWatcher::OnPolicyWatcherThread() const { in OnPolicyWatcherThread() function in remoting::policy_hack::PolicyWatcher
207 DCHECK(OnPolicyWatcherThread()); in UpdatePolicies()
Dpolicy_watcher_win.cc58 DCHECK(OnPolicyWatcherThread()); in StartWatchingInternal()
74 DCHECK(OnPolicyWatcherThread()); in StopWatchingInternal()
92 DCHECK(OnPolicyWatcherThread()); in SetupWatches()
195 DCHECK(OnPolicyWatcherThread()); in Reload()
203 DCHECK(OnPolicyWatcherThread()); in OnObjectSignaled()
Dpolicy_watcher.h95 bool OnPolicyWatcherThread() const;
Dpolicy_watcher_mac.mm43 DCHECK(OnPolicyWatcherThread());