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

  /external/chromium_org/media/video/capture/
video_capture_device.cc 20 VideoCaptureDevice::Names::FindById(const std::string& id) {
  /external/chromium_org/chrome/browser/notifications/
balloon_collection_base.cc 38 const Notification* BalloonCollectionBase::FindById(
balloon_notification_ui_manager.cc 47 const Notification* BalloonNotificationUIManager::FindById(
49 const Notification* notification = NotificationUIManagerImpl::FindById(id);
52 return balloon_collection_->FindById(id);
notification_ui_manager_impl.cc 101 const Notification* NotificationUIManagerImpl::FindById(
balloon_collection_impl.cc 95 const Notification* BalloonCollectionImpl::FindById(
97 return base_.FindById(id);
message_center_notification_manager.cc 74 const Notification* MessageCenterNotificationManager::FindById(
76 const Notification* notification = NotificationUIManagerImpl::FindById(id);
  /external/chromium_org/chrome/browser/component_updater/
crx_update_item.h 102 class FindById {
104 explicit FindById(const std::string& id) : id_(id) {}

Completed in 1158 milliseconds