HomeSort by relevance Sort by last modified time
    Searched defs:ShellBrowserMainParts (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ash/shell/content_client/
shell_browser_main_parts.cc 80 ShellBrowserMainParts::ShellBrowserMainParts(
86 ShellBrowserMainParts::~ShellBrowserMainParts() {
89 void ShellBrowserMainParts::PreMainMessageLoopStart() {
95 void ShellBrowserMainParts::PostMainMessageLoopStart() {
101 void ShellBrowserMainParts::PreMainMessageLoopRun() {
140 void ShellBrowserMainParts::PostMainMessageLoopRun() {
165 bool ShellBrowserMainParts::MainMessageLoopRun(int* result_code) {
shell_browser_main_parts.h 31 class ShellBrowserMainParts : public content::BrowserMainParts {
33 explicit ShellBrowserMainParts(
35 virtual ~ShellBrowserMainParts();
54 DISALLOW_COPY_AND_ASSIGN(ShellBrowserMainParts);
  /external/chromium_org/apps/shell/
shell_browser_main_parts.cc 30 ShellBrowserMainParts::ShellBrowserMainParts(
34 ShellBrowserMainParts::~ShellBrowserMainParts() {
37 void ShellBrowserMainParts::CreateRootWindow() {
47 void ShellBrowserMainParts::LoadAndLaunchApp(const base::FilePath& app_dir) {
66 void ShellBrowserMainParts::PreMainMessageLoopStart() {
70 void ShellBrowserMainParts::PostMainMessageLoopStart() {
73 void ShellBrowserMainParts::PreEarlyInitialization() {
76 int ShellBrowserMainParts::PreCreateThreads()
    [all...]
shell_browser_main_parts.h 37 class ShellBrowserMainParts : public content::BrowserMainParts {
39 explicit ShellBrowserMainParts(
41 virtual ~ShellBrowserMainParts();
70 DISALLOW_COPY_AND_ASSIGN(ShellBrowserMainParts);
  /external/chromium_org/content/shell/browser/
shell_browser_main_parts.cc 90 ShellBrowserMainParts::ShellBrowserMainParts(
94 ShellBrowserMainParts::~ShellBrowserMainParts() {
98 void ShellBrowserMainParts::PreMainMessageLoopStart() {
105 void ShellBrowserMainParts::PostMainMessageLoopStart() {
111 void ShellBrowserMainParts::PreEarlyInitialization() {
124 void ShellBrowserMainParts::PreMainMessageLoopRun() {
178 bool ShellBrowserMainParts::MainMessageLoopRun(int* result_code) {
182 void ShellBrowserMainParts::PostMainMessageLoopRun()
    [all...]
shell_browser_main_parts.h 33 class ShellBrowserMainParts : public BrowserMainParts {
35 explicit ShellBrowserMainParts(const MainFunctionParams& parameters);
36 virtual ~ShellBrowserMainParts();
74 DISALLOW_COPY_AND_ASSIGN(ShellBrowserMainParts);

Completed in 269 milliseconds