HomeSort by relevance Sort by last modified time
    Searched refs:Deactivate (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /external/chromium_org/ash/wm/
overlay_event_filter.h 44 // pointer to the specified |delegate| until Deactivate() is called, but
49 void Deactivate();
overlay_event_filter.cc 62 void OverlayEventFilter::Deactivate() {
lock_window_state.cc 130 window_state->Deactivate();
window_state.h 129 void Deactivate();
  /external/chromium_org/ui/base/
base_window.h 75 virtual void Deactivate() = 0;
  /external/chromium_org/chrome/browser/metrics/
perf_provider_chromeos.h 64 void Deactivate();
perf_provider_chromeos.cc 154 perf_provider_->Deactivate();
189 void PerfProvider::Deactivate() {
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
tracker_id_set.h 32 void Deactivate(int64 tracker_id);
tracker_id_set.cc 54 void TrackerIDSet::Deactivate(int64 tracker_id) {
  /external/chromium_org/ash/keyboard_overlay/
keyboard_overlay_view.cc 46 Shell::GetInstance()->overlay_filter()->Deactivate();
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host.h 99 virtual void Deactivate() = 0;
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.h 91 // thread. In this case, deactivate the GLEnv in the old thread, and
93 bool Deactivate();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
emptyvc.h 123 virtual HRESULT WINAPI Deactivate(DWORD *pdwFlags) = 0;
135 HRESULT (WINAPI *Deactivate)(IEmptyVolumeCache *This,DWORD *pdwFlags);
149 #define IEmptyVolumeCache_Deactivate(This,pdwFlags) (This)->lpVtbl->Deactivate(This,pdwFlags)
188 HRESULT (WINAPI *Deactivate)(IEmptyVolumeCache2 *This,DWORD *pdwFlags);
203 #define IEmptyVolumeCache2_Deactivate(This,pdwFlags) (This)->lpVtbl->Deactivate(This,pdwFlags)
rrascfg.h 115 virtual HRESULT WINAPI Deactivate(ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2) = 0;
127 HRESULT (WINAPI *Deactivate)(IAuthenticationProviderConfig *This,ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2);
141 #define IAuthenticationProviderConfig_Deactivate(This,uConnectionParam,uReserved1,uReserved2) (This)->lpVtbl->Deactivate(This,uConnectionParam,uReserved1,uReserved2)
156 #define DeclareIAuthenticationProviderConfigMembers(IPURE) STDMETHOD(Initialize)(THIS_ LPCOLESTR pszMachineName,ULONG_PTR *puConnectionParam) IPURE; STDMETHOD(Uninitialize)(THIS_ ULONG_PTR uConnectionParam) IPURE; STDMETHOD(Configure)(THIS_ ULONG_PTR uConnectionParam,HWND hWnd,DWORD dwFlags,ULONG_PTR uReserved1,ULONG_PTR uReserved2) IPURE; STDMETHOD(Activate)(THIS_ ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2) IPURE; STDMETHOD(Deactivate)(THIS_ ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2) IPURE;
170 virtual HRESULT WINAPI Deactivate(ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2) = 0;
182 HRESULT (WINAPI *Deactivate)(IAccountingProviderConfig *This,ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2);
196 #define IAccountingProviderConfig_Deactivate(This,uConnectionParam,uReserved1,uReserved2) (This)->lpVtbl->Deactivate(This,uConnectionParam,uReserved1,uReserved2)
211 #define DeclareIAccountingProviderConfigMembers(IPURE) STDMETHOD(Initialize)(THIS_ LPCOLESTR pszMachineName,ULONG_PTR *puConnectionParam) IPURE; STDMETHOD(Uninitialize)(THIS_ ULONG_PTR uConnectionParam) IPURE; STDMETHOD(Configure)(THIS_ ULONG_PTR uConnectionParam,HWND hWnd,DWORD dwFlags,ULONG_PTR uReserved1,ULONG_PTR uReserved2) IPURE; STDMETHOD(Activate)(THIS_ ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2) IPURE; STDMETHOD(Deactivate)(THIS_ ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2) IPURE;
  /external/chromium_org/ash/first_run/
first_run_helper_impl.cc 43 Shell::GetInstance()->overlay_filter()->Deactivate();
  /external/chromium_org/content/browser/renderer_host/
render_view_host_delegate.h 176 // The page wants the hosting window to activate/deactivate itself (it
179 virtual void Deactivate() {}
  /external/chromium_org/chrome/browser/ui/cocoa/apps/
native_app_window_cocoa.h 67 virtual void Deactivate() OVERRIDE;
  /external/chromium_org/ui/views/widget/
native_widget_mac.h 72 virtual void Deactivate() OVERRIDE;
native_widget_private.h 197 virtual void Deactivate() = 0;
  /external/chromium_org/apps/ui/views/
native_app_window_views.cc 128 void NativeAppWindowViews::Deactivate() { widget_->Deactivate(); }
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_system_mock.cpp 147 void Deactivate() {
357 s_mock_fs.Deactivate();
  /ndk/sources/android/crazy_linker/src/
crazy_linker_system_mock.cpp 147 void Deactivate() {
357 s_mock_fs.Deactivate();
  /external/chromium_org/tools/cr/cr/
plugin.py 177 def Deactivate(self):
320 active.Deactivate()
  /external/chromium_org/v8/test/mjsunit/
debug-enable-disable-breakpoints.js 92 // Deactivate all breakpoints.
  /external/chromium_org/win8/metro_driver/ime/
text_service.cc 332 thread_manager_->Deactivate();
484 thread_manager->Deactivate();

Completed in 2075 milliseconds

1 2 3 4