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

  /external/chromium_org/chrome/browser/apps/app_shim/
app_shim_host_mac.cc 15 AppShimHost::AppShimHost() : initial_launch_finished_(false) {}
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::OnChannelError()
    [all...]
app_shim_host_mac.h 25 // chrome/app/chrome_main_app_mode_mac.mm. The AppShimHost owns itself, and is
28 class AppShimHost : public IPC::Listener,
33 AppShimHost();
34 virtual ~AppShimHost();
77 // Closes the channel and destroys the AppShimHost.
app_shim_host_mac_unittest.cc 17 class TestingAppShimHost : public AppShimHost {

Completed in 137 milliseconds