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

  /external/chromium_org/win8/delegate_execute/
command_execute_impl.h 22 // CommandExecuteImpl
31 CommandExecuteImpl
33 public CComCoClass<CommandExecuteImpl, &CLSID_CommandExecuteImpl>,
35 public IObjectWithSiteImpl<CommandExecuteImpl>,
41 CommandExecuteImpl();
45 BEGIN_COM_MAP(CommandExecuteImpl)
109 OBJECT_ENTRY_AUTO(__uuidof(CommandExecuteImpl), CommandExecuteImpl)
command_execute_impl.cc 4 // Implementation of the CommandExecuteImpl class which implements the
109 bool CommandExecuteImpl::path_provider_initialized_ = false;
111 // CommandExecuteImpl is responsible for activating chrome in Windows 8. The
124 // 3- Windows activates CommandExecuteImpl inside a surrogate process
126 // CommandExecuteImpl::SetShowWindow
127 // CommandExecuteImpl::SetPosition
128 // CommandExecuteImpl::SetDirectory
129 // CommandExecuteImpl::SetParameter
130 // CommandExecuteImpl::SetNoShowUI
131 // CommandExecuteImpl::SetSelectio
    [all...]
delegate_execute.cc 42 typedef CComObject<CommandExecuteImpl> ImplType;

Completed in 57 milliseconds