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

  /external/chromium_org/content/browser/
browser_main_loop.cc 248 // The currently-running BrowserMainLoop. There can be one or zero.
249 BrowserMainLoop* g_current_browser_main_loop = NULL;
252 // the public interface of BrowserMainLoop.
276 class BrowserMainLoop::MemoryObserver : public base::MessageLoop::TaskObserver {
303 // BrowserMainLoop construction / destruction =============================
305 BrowserMainLoop* BrowserMainLoop::GetInstance() {
310 BrowserMainLoop::BrowserMainLoop(const MainFunctionParams& parameters)
319 BrowserMainLoop::~BrowserMainLoop()
    [all...]
browser_main_loop.h 55 class CONTENT_EXPORT BrowserMainLoop {
59 static BrowserMainLoop* GetInstance();
61 explicit BrowserMainLoop(const MainFunctionParams& parameters);
62 virtual ~BrowserMainLoop();
162 DISALLOW_COPY_AND_ASSIGN(BrowserMainLoop);

Completed in 60 milliseconds