Searched defs:AppShimHost (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/apps/app_shim/
H A Dapp_shim_host_mac.h24 // chrome/app/chrome_main_app_mode_mac.mm. The AppShimHost owns itself, and is
27 class AppShimHost : public IPC::Listener, class in inherits:IPC::Listener,IPC::Sender,apps::AppShimHandler::Host,base::NonThreadSafe
32 AppShimHost();
33 virtual ~AppShimHost();
71 // Closes the channel and destroys the AppShimHost.
H A Dapp_shim_host_mac.cc15 AppShimHost::AppShimHost() : initial_launch_finished_(false) {} function in class:AppShimHost
17 AppShimHost::~AppShimHost() {
24 void AppShimHost::ServeChannel(const IPC::ChannelHandle& handle) {
35 base::FilePath AppShimHost::GetProfilePath() const {
39 std::string AppShimHost::GetAppId() const {
43 bool AppShimHost::OnMessageReceived(const IPC::Message& message) {
46 IPC_BEGIN_MESSAGE_MAP(AppShimHost, message)
57 void AppShimHost
[all...]

Completed in 266 milliseconds