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

  /external/chromium_org/chrome/browser/
shell_integration.h 96 struct AppModeInfo {
98 static void SetAppModeInfo(const AppModeInfo* info);
99 static const AppModeInfo* AppModeInfo();
shell_integration.cc 40 static const struct ShellIntegration::AppModeInfo* gAppModeInfo = NULL;
43 void ShellIntegration::SetAppModeInfo(const struct AppModeInfo* info) {
48 const struct ShellIntegration::AppModeInfo* ShellIntegration::AppModeInfo() {

Completed in 324 milliseconds