Home
last modified time | relevance | path

Searched refs:UpdateLayout (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/speech/
Dspeech_input_bubble_views.cc43 void UpdateLayout(SpeechInputBubbleBase::DisplayMode mode,
116 void ContentView::UpdateLayout(SpeechInputBubbleBase::DisplayMode mode, in UpdateLayout() function in __anon45e961c20111::ContentView
263 virtual void UpdateLayout();
335 UpdateLayout(); in Show()
360 void SpeechInputBubbleImpl::UpdateLayout() { in UpdateLayout() function in __anon45e961c20111::SpeechInputBubbleImpl
362 bubble_content_->UpdateLayout(display_mode(), message_text(), icon_image()); in UpdateLayout()
Dspeech_input_bubble.cc147 UpdateLayout(); in SetWarmUpMode()
166 UpdateLayout(); in SetRecordingMode()
173 UpdateLayout(); in SetRecognizingMode()
191 UpdateLayout(); in SetMessage()
Dspeech_input_bubble_mac.mm28 virtual void UpdateLayout();
79 UpdateLayout();
91 void SpeechInputBubbleImpl::UpdateLayout() {
Dspeech_input_bubble_gtk.cc51 virtual void UpdateLayout();
183 UpdateLayout(); in Show()
191 void SpeechInputBubbleGtk::UpdateLayout() { in UpdateLayout() function in __anon10df3b9a0111::SpeechInputBubbleGtk
Dspeech_input_bubble.h145 virtual void UpdateLayout() = 0;
Dspeech_input_bubble_controller_unittest.cc61 virtual void UpdateLayout() {} in UpdateLayout() function in speech_input::MockSpeechInputBubble
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.h38 enum EUpdateLayout { DoNotUpdateLayout = false, UpdateLayout = true }; enumerator
DCSSComputedStyleDeclaration.cpp683 return getPropertyCSSValue(propertyID, UpdateLayout); in getPropertyCSSValue()