Searched refs:UpdateView (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/mojo/examples/image_viewer/
H A Dimage_viewer.cc60 UpdateView(node_id, bitmap);
65 void UpdateView(view_manager::Id node_id, const SkBitmap& bitmap);
93 void UpdateView(view_manager::Id node_id, const SkBitmap& bitmap) { function in class:mojo::examples::ImageViewer
126 void NavigatorImpl::UpdateView(view_manager::Id node_id, function in class:mojo::examples::NavigatorImpl
128 viewer_->UpdateView(node_id, bitmap);
/external/chromium_org/ash/system/
H A Dtray_update.cc63 class UpdateView : public ash::ActionableView { class in namespace:__anon2024
65 explicit UpdateView(ash::UpdateObserver::UpdateSeverity severity) { function in class:__anon2024::UpdateView
83 virtual ~UpdateView() {}
93 DISALLOW_COPY_AND_ASSIGN(UpdateView);
174 return new UpdateView(severity_);
/external/chromium_org/ash/system/tray/
H A Dsystem_tray_bubble.h34 void UpdateView(const std::vector<ash::SystemTrayItem*>& items,
H A Dtray_notification_view.h46 void UpdateView(views::View* new_contents);
H A Dtray_notification_view.cc94 void TrayNotificationView::UpdateView(views::View* new_contents) { function in class:ash::TrayNotificationView
H A Dsystem_tray_bubble.cc150 void SystemTrayBubble::UpdateView( function in class:ash::SystemTrayBubble
H A Dsystem_tray.cc459 system_bubble_->bubble()->UpdateView(items, bubble_type);
/external/chromium_org/ash/system/chromeos/network/
H A Dtray_sms.cc262 UpdateView(message_view);
/external/pdfium/fpdfsdk/src/
H A Dfsdk_mgr.cpp485 pPageView->UpdateView(pAnnot);
1002 void CPDFSDK_PageView::UpdateView(CPDFSDK_Annot* pAnnot) function in class:CPDFSDK_PageView
H A Dfsdk_baseform.cpp2208 pPageView->UpdateView(pWidget);
/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h500 void UpdateView(CPDFSDK_Annot* pAnnot);

Completed in 1361 milliseconds