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

1 2

  /external/chromium_org/ash/wm/
overlay_event_filter.cc 62 void OverlayEventFilter::Deactivate() {
window_state.cc 201 void WindowState::Deactivate() {
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
tracker_id_set.cc 54 void TrackerIDSet::Deactivate(int64 tracker_id) {
  /external/chromium_org/chrome/browser/metrics/
perf_provider_chromeos.cc 154 perf_provider_->Deactivate();
189 void PerfProvider::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/tools/cr/cr/
plugin.py 177 def Deactivate(self):
320 active.Deactivate()
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 85 bool GLEnv::Deactivate() {
  /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();
  /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;
dimm.h 415 virtual HRESULT WINAPI Deactivate(void) = 0;
490 HRESULT (WINAPI *Deactivate)(IActiveIMMApp *This);
    [all...]
ocidl.h     [all...]
  /external/chromium_org/chrome/browser/ui/panels/
panel.cc 299 void Panel::Deactivate() {
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.cc 381 // If we're not active we need to deactivate the corresponding
792 void DesktopNativeWidgetAura::Deactivate() {
794 desktop_window_tree_host_->Deactivate();
    [all...]
desktop_window_tree_host_win.cc 295 void DesktopWindowTreeHostWin::Deactivate() {
296 message_handler_->Deactivate();
    [all...]
desktop_window_tree_host_x11.cc 510 void DesktopWindowTreeHostX11::Deactivate() {
    [all...]
  /external/chromium_org/ui/views/widget/
native_widget_aura.cc 519 void NativeWidgetAura::Deactivate() {
    [all...]
widget.cc 647 void Widget::Deactivate() {
648 native_widget_->Deactivate();
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc 665 void BrowserView::Deactivate() {
666 frame_->Deactivate();
    [all...]
  /external/chromium_org/ui/views/win/
hwnd_message_handler.cc 669 void HWNDMessageHandler::Deactivate() {
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.cc     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 

Completed in 477 milliseconds

1 2