Searched refs:UpdateLayout (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/chrome_frame/infobars/internal/
H A Dhost_window_manager.h31 void UpdateLayout();
H A Ddisplaced_window_manager.h29 void UpdateLayout();
H A Dhost_window_manager.cc44 manager_->UpdateLayout();
89 void HostWindowManager::UpdateLayout() { function in class:HostWindowManager
91 displaced_window_manager_->UpdateLayout();
H A Ddisplaced_window_manager.cc10 void DisplacedWindowManager::UpdateLayout() { function in class:DisplacedWindowManager
H A Dinfobar_window.h36 virtual void UpdateLayout() = 0;
75 // Sets up our state to show or hide and calls Host::UpdateLayout to cause a
76 // call to ReserveSpace. Sets up a timer to periodically call UpdateLayout.
83 // Manage a timer that repeatedly calls Host::UpdateLayout
H A Dinfobar_window.cc29 host->UpdateLayout();
76 host_->UpdateLayout();
140 host_->UpdateLayout();
/external/chromium_org/chrome_frame/infobars/
H A Dinfobar_manager.cc31 virtual void UpdateLayout();
76 void InfobarManagerImpl::UpdateLayout() { function in class:InfobarManagerImpl
77 manager_->UpdateLayout();
/external/chromium_org/ash/system/
H A Dstatus_area_widget_delegate.cc80 UpdateLayout();
83 void StatusAreaWidgetDelegate::UpdateLayout() { function in class:ash::internal::StatusAreaWidgetDelegate
149 UpdateLayout();
H A Dstatus_area_widget_delegate.h30 void UpdateLayout();
H A Dstatus_area_widget.cc130 status_area_widget_delegate_->UpdateLayout();
/external/chromium/chrome/browser/speech/
H A Dspeech_input_bubble_views.cc43 void UpdateLayout(SpeechInputBubbleBase::DisplayMode mode,
116 void ContentView::UpdateLayout(SpeechInputBubbleBase::DisplayMode mode, function in class:__anon2450::ContentView
263 virtual void UpdateLayout();
335 UpdateLayout();
360 void SpeechInputBubbleImpl::UpdateLayout() { function in class:__anon2450::SpeechInputBubbleImpl
362 bubble_content_->UpdateLayout(display_mode(), message_text(), icon_image());
H A Dspeech_input_bubble.cc147 UpdateLayout();
166 UpdateLayout();
173 UpdateLayout();
191 UpdateLayout();
H A Dspeech_input_bubble_gtk.cc51 virtual void UpdateLayout();
183 UpdateLayout();
191 void SpeechInputBubbleGtk::UpdateLayout() { function in class:__anon2449::SpeechInputBubbleGtk
H A Dspeech_input_bubble.h145 virtual void UpdateLayout() = 0;
H A Dspeech_input_bubble_controller_unittest.cc61 virtual void UpdateLayout() {} function in class:speech_input::MockSpeechInputBubble
/external/chromium_org/chrome/browser/ui/views/
H A Dspeech_recognition_bubble_views.cc48 void UpdateLayout(SpeechRecognitionBubbleBase::DisplayMode mode,
171 void SpeechRecognitionBubbleView::UpdateLayout( function in class:__anon6656::SpeechRecognitionBubbleView
328 virtual void UpdateLayout() OVERRIDE;
383 UpdateLayout();
393 void SpeechRecognitionBubbleImpl::UpdateLayout() { function in class:__anon6656::SpeechRecognitionBubbleImpl
395 bubble_->UpdateLayout(display_mode(), message_text(), icon_image());
/external/chromium_org/chrome/browser/speech/
H A Dspeech_recognition_bubble.cc181 UpdateLayout();
201 UpdateLayout();
208 UpdateLayout();
226 UpdateLayout();
H A Dspeech_recognition_bubble.h155 virtual void UpdateLayout() = 0;
H A Dspeech_recognition_bubble_controller_unittest.cc71 virtual void UpdateLayout() OVERRIDE {}
/external/chromium_org/chrome/browser/ui/gtk/
H A Dspeech_recognition_bubble_gtk.cc57 virtual void UpdateLayout() OVERRIDE;
206 UpdateLayout();
214 void SpeechRecognitionBubbleGtk::UpdateLayout() { function in class:__anon6416::SpeechRecognitionBubbleGtk
/external/chromium_org/ash/system/tray/
H A Dtray_background_view.h54 void UpdateLayout();
H A Dtray_background_view.cc245 UpdateLayout();
252 UpdateLayout();
276 void TrayBackgroundView::TrayContainer::UpdateLayout() { function in class:ash::internal::TrayBackgroundView::TrayContainer
/external/chromium_org/chrome_frame/test/
H A Dinfobar_unittests.cc224 manager->UpdateLayout();
314 UpdateLayout();
321 virtual void UpdateLayout() { function in class:__anon7451::MockHost
463 // We could get any number of calls to UpdateLayout. Make sure that, each
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSComputedStyleDeclaration.h50 enum EUpdateLayout { DoNotUpdateLayout = false, UpdateLayout = true }; enumerator in enum:WebCore::EUpdateLayout
H A DCSSComputedStyleDeclaration.cpp1332 return getPropertyCSSValue(propertyID, UpdateLayout);

Completed in 128 milliseconds