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 243 // The currently-running BrowserMainLoop. There can be one or zero.
244 BrowserMainLoop* g_current_browser_main_loop = NULL;
247 // the public interface of BrowserMainLoop.
271 class BrowserMainLoop::MemoryObserver : public base::MessageLoop::TaskObserver {
298 // BrowserMainLoop construction / destruction =============================
300 BrowserMainLoop* BrowserMainLoop::GetInstance() {
305 BrowserMainLoop::BrowserMainLoop(const MainFunctionParams& parameters)
318 BrowserMainLoop::~BrowserMainLoop()
    [all...]
browser_main_loop.h 60 class CONTENT_EXPORT BrowserMainLoop {
64 static BrowserMainLoop* GetInstance();
66 explicit BrowserMainLoop(const MainFunctionParams& parameters);
67 virtual ~BrowserMainLoop();
194 DISALLOW_COPY_AND_ASSIGN(BrowserMainLoop);

Completed in 2168 milliseconds