Home
last modified time | relevance | path

Searched refs:AppModeInfo (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/
Dshell_integration.h96 struct AppModeInfo { struct
98 static void SetAppModeInfo(const AppModeInfo* info);
99 static const AppModeInfo* AppModeInfo();
Dshell_integration.cc40 static const struct ShellIntegration::AppModeInfo* gAppModeInfo = NULL;
43 void ShellIntegration::SetAppModeInfo(const struct AppModeInfo* info) { in SetAppModeInfo()
48 const struct ShellIntegration::AppModeInfo* ShellIntegration::AppModeInfo() { in AppModeInfo() function in ShellIntegration