HomeSort by relevance Sort by last modified time
    Searched refs:UpdateLayout (Results 1 - 25 of 38) sorted by null

1 2

  /frameworks/base/core/java/android/text/style/
UpdateLayout.java 25 public interface UpdateLayout extends UpdateAppearance { }
MetricAffectingSpan.java 28 implements UpdateLayout {
  /external/chromium_org/chrome_frame/infobars/internal/
host_window_manager.h 31 void UpdateLayout();
displaced_window_manager.h 29 void UpdateLayout();
host_window_manager.cc 44 manager_->UpdateLayout();
89 void HostWindowManager::UpdateLayout() {
91 displaced_window_manager_->UpdateLayout();
displaced_window_manager.cc 10 void DisplacedWindowManager::UpdateLayout() {
infobar_window.h 36 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
infobar_window.cc 29 host->UpdateLayout();
76 host_->UpdateLayout();
140 host_->UpdateLayout();
  /external/chromium_org/chrome_frame/infobars/
infobar_manager.cc 31 virtual void UpdateLayout();
76 void InfobarManagerImpl::UpdateLayout() {
77 manager_->UpdateLayout();
  /external/chromium_org/ash/system/
status_area_widget_delegate.cc 80 UpdateLayout();
83 void StatusAreaWidgetDelegate::UpdateLayout() {
144 UpdateLayout();
status_area_widget_delegate.h 30 void UpdateLayout();
status_area_widget.cc 116 status_area_widget_delegate_->UpdateLayout();
  /external/chromium/chrome/browser/speech/
speech_input_bubble_views.cc 43 void UpdateLayout(SpeechInputBubbleBase::DisplayMode mode,
116 void ContentView::UpdateLayout(SpeechInputBubbleBase::DisplayMode mode,
263 virtual void UpdateLayout();
335 UpdateLayout();
360 void SpeechInputBubbleImpl::UpdateLayout() {
362 bubble_content_->UpdateLayout(display_mode(), message_text(), icon_image());
speech_input_bubble.cc 147 UpdateLayout();
166 UpdateLayout();
173 UpdateLayout();
191 UpdateLayout();
speech_input_bubble.h 145 virtual void UpdateLayout() = 0;
speech_input_bubble_gtk.cc 51 virtual void UpdateLayout();
183 UpdateLayout();
191 void SpeechInputBubbleGtk::UpdateLayout() {
speech_input_bubble_controller_unittest.cc 61 virtual void UpdateLayout() {}
  /external/chromium_org/chrome/browser/speech/
speech_recognition_bubble.cc 175 UpdateLayout();
195 UpdateLayout();
202 UpdateLayout();
220 UpdateLayout();
speech_recognition_bubble.h 151 virtual void UpdateLayout() = 0;
speech_recognition_bubble_controller_unittest.cc 69 virtual void UpdateLayout() OVERRIDE {}
  /external/chromium_org/chrome/browser/ui/views/
speech_recognition_bubble_views.cc 51 void UpdateLayout(SpeechRecognitionBubbleBase::DisplayMode mode,
174 void SpeechRecognitionBubbleView::UpdateLayout(
331 virtual void UpdateLayout() OVERRIDE;
383 UpdateLayout();
393 void SpeechRecognitionBubbleImpl::UpdateLayout() {
395 bubble_->UpdateLayout(display_mode(), message_text(), icon_image());
  /external/chromium_org/chrome/browser/ui/gtk/
speech_recognition_bubble_gtk.cc 57 virtual void UpdateLayout() OVERRIDE;
206 UpdateLayout();
214 void SpeechRecognitionBubbleGtk::UpdateLayout() {
  /external/chromium_org/ash/system/tray/
tray_background_view.h 53 void UpdateLayout();
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.h 50 enum EUpdateLayout { DoNotUpdateLayout = false, UpdateLayout = true };
  /frameworks/base/core/java/android/text/method/
PasswordTransformationMethod.java 31 import android.text.style.UpdateLayout;
238 implements UpdateLayout, Runnable

Completed in 533 milliseconds

1 2