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 256 // The currently-running BrowserMainLoop. There can be one or zero.
257 BrowserMainLoop* g_current_browser_main_loop = NULL;
260 // the public interface of BrowserMainLoop.
284 class BrowserMainLoop::MemoryObserver : public base::MessageLoop::TaskObserver {
311 // BrowserMainLoop construction / destruction =============================
313 BrowserMainLoop* BrowserMainLoop::GetInstance() {
318 BrowserMainLoop::BrowserMainLoop(const MainFunctionParams& parameters)
330 BrowserMainLoop::~BrowserMainLoop()
    [all...]
browser_main_loop.h 59 class CONTENT_EXPORT BrowserMainLoop {
63 static BrowserMainLoop* GetInstance();
65 explicit BrowserMainLoop(const MainFunctionParams& parameters);
66 virtual ~BrowserMainLoop();
184 DISALLOW_COPY_AND_ASSIGN(BrowserMainLoop);

Completed in 172 milliseconds