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

  /external/chromium_org/content/browser/
media_devices_monitor.cc 26 BrowserMainLoop::GetInstance()->media_stream_manager()));
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);
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_runner.cc 77 main_loop_.reset(new BrowserMainLoop(parameters));
144 scoped_ptr<BrowserMainLoop> main_loop_;
storage_partition_impl.cc 357 // BrowserMainLoop may not be initialized in unit tests. Tests will
361 BrowserMainLoop::GetInstance()
362 ? BrowserMainLoop::GetInstance()->indexed_db_thread()
  /external/chromium_org/content/browser/speech/
speech_recognition_manager_impl.h 27 class BrowserMainLoop;
57 // issued when it is not created yet or destroyed (by BrowserMainLoop).
99 // BrowserMainLoop is the only one allowed to istantiate and free us.
100 friend class BrowserMainLoop;
  /external/chromium_org/content/browser/indexed_db/
indexed_db_browsertest.cc 113 BrowserMainLoop::GetInstance()->indexed_db_thread()->
257 BrowserMainLoop::GetInstance()->indexed_db_thread()->
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc 579 BrowserMainLoop::GetInstance()->audio_manager();
616 BrowserMainLoop::GetInstance()->media_stream_manager();
620 BrowserMainLoop::GetInstance()->audio_mirroring_manager()));
623 BrowserMainLoop::GetInstance()->audio_mirroring_manager(),
626 new MIDIHost(BrowserMainLoop::GetInstance()->midi_manager()));
    [all...]

Completed in 210 milliseconds