Home
last modified time | relevance | path

Searched refs:UpdateContent (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/
Dinvalidations_message_handler.cc53 UpdateContent(args); in UIReady()
68 void InvalidationsMessageHandler::UpdateContent(const base::ListValue* args) { in UpdateContent() function in InvalidationsMessageHandler
Dinvalidations_message_handler.h52 void UpdateContent(const base::ListValue* args);
/external/chromium_org/chrome/browser/ui/views/
Dfullscreen_exit_bubble_views.cc108 void UpdateContent(const GURL& url, FullscreenExitBubbleType bubble_type);
196 UpdateContent(url, bubble_type); in FullscreenExitView()
217 void FullscreenExitBubbleViews::FullscreenExitView::UpdateContent( in UpdateContent() function in FullscreenExitBubbleViews::FullscreenExitView
325 void FullscreenExitBubbleViews::UpdateContent( in UpdateContent() function in FullscreenExitBubbleViews
334 view_->UpdateContent(url_, bubble_type_); in UpdateContent()
Dfullscreen_exit_bubble_views.h38 void UpdateContent(const GURL& url, FullscreenExitBubbleType bubble_type);
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Dqm_select.h147 void UpdateContent(const VideoContentMetrics* content_metrics);
Dmedia_optimization.cc495 qm_resolution_->UpdateContent(content_->LongTermAvgData()); in SelectQuality()
Dqm_select_unittest.cc87 qm_resolution_->UpdateContent(content_metrics); in TEST_F()
1262 qm_resolution_->UpdateContent(content_metrics_); in UpdateQmContentData()
Dmedia_opt_util.cc53 _qmRobustness->UpdateContent(contentMetrics); in UpdateContentMetrics()
Dqm_select.cc55 void VCMQmMethod::UpdateContent(const VideoContentMetrics* contentMetrics) { in UpdateContent() function in webrtc::VCMQmMethod
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_view.cc896 fullscreen_bubble_->UpdateContent(url, bubble_type); in UpdateFullscreenExitBubbleContent()