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

  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_flash_drm_host.cc 45 // of GetMonitor() may be NULL, but eventually it will contain the
56 int64_t GetMonitor() {
106 int64_t GetMonitor() { return 0; }
134 monitor_finder_->GetMonitor();
166 int64_t monitor_id = monitor_finder_->GetMonitor();
177 int64_t monitor_id = monitor_finder_->GetMonitor();
  /external/chromium_org/chrome/browser/extensions/api/idle/
idle_manager.cc 164 ++GetMonitor(details.extension_id)->listeners;
188 GetMonitor(extension_id)->threshold = threshold;
218 IdleMonitor* IdleManager::GetMonitor(const std::string& extension_id) {
idle_manager.h 114 IdleMonitor* GetMonitor(const std::string& extension_id);

Completed in 27 milliseconds