Searched defs:ShellBrowserMainParts (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/extensions/shell/browser/
H A Dshell_browser_main_parts.cc58 ShellBrowserMainParts::ShellBrowserMainParts( function in class:extensions::ShellBrowserMainParts
67 ShellBrowserMainParts::~ShellBrowserMainParts() {
70 void ShellBrowserMainParts::PreMainMessageLoopStart() {
74 void ShellBrowserMainParts::PostMainMessageLoopStart() {
95 void ShellBrowserMainParts::PreEarlyInitialization() {
98 int ShellBrowserMainParts::PreCreateThreads() {
110 void ShellBrowserMainParts::PreMainMessageLoopRun() {
174 bool ShellBrowserMainParts
[all...]
H A Dshell_browser_main_parts.h46 class ShellBrowserMainParts : public content::BrowserMainParts { class in namespace:extensions
48 ShellBrowserMainParts(const content::MainFunctionParams& parameters,
50 virtual ~ShellBrowserMainParts();
96 DISALLOW_COPY_AND_ASSIGN(ShellBrowserMainParts);
/external/chromium_org/ash/shell/content_client/
H A Dshell_browser_main_parts.cc80 ShellBrowserMainParts::ShellBrowserMainParts( function in class:ash::shell::ShellBrowserMainParts
86 ShellBrowserMainParts::~ShellBrowserMainParts() {
89 void ShellBrowserMainParts::PreMainMessageLoopStart() {
95 void ShellBrowserMainParts::PostMainMessageLoopStart() {
101 void ShellBrowserMainParts::ToolkitInitialized() {
105 void ShellBrowserMainParts::PreMainMessageLoopRun() {
144 void ShellBrowserMainParts::PostMainMessageLoopRun() {
169 bool ShellBrowserMainParts
[all...]
H A Dshell_browser_main_parts.h35 class ShellBrowserMainParts : public content::BrowserMainParts { class in namespace:ash::shell
37 explicit ShellBrowserMainParts(
39 virtual ~ShellBrowserMainParts();
60 DISALLOW_COPY_AND_ASSIGN(ShellBrowserMainParts);
/external/chromium_org/content/shell/browser/
H A Dshell_browser_main_parts.cc89 ShellBrowserMainParts::ShellBrowserMainParts( function in class:content::ShellBrowserMainParts
93 ShellBrowserMainParts::~ShellBrowserMainParts() {
97 void ShellBrowserMainParts::PreMainMessageLoopStart() {
104 void ShellBrowserMainParts::PostMainMessageLoopStart() {
110 void ShellBrowserMainParts::PreEarlyInitialization() {
120 void ShellBrowserMainParts::PreMainMessageLoopRun() {
174 bool ShellBrowserMainParts::MainMessageLoopRun(int* result_code) {
178 void ShellBrowserMainParts
[all...]
H A Dshell_browser_main_parts.h33 class ShellBrowserMainParts : public BrowserMainParts { class in namespace:content
35 explicit ShellBrowserMainParts(const MainFunctionParams& parameters);
36 virtual ~ShellBrowserMainParts();
74 DISALLOW_COPY_AND_ASSIGN(ShellBrowserMainParts);

Completed in 137 milliseconds