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

1 2

  /external/chromium/chrome/browser/ui/cocoa/
speech_input_window_controller.h 44 - (void)updateLayout:(SpeechInputBubbleBase::DisplayMode)mode
56 // call to updateLayout may change the image.
  /external/chromium_org/chrome/browser/ui/cocoa/
speech_recognition_window_controller.h 43 - (void)updateLayout:(SpeechRecognitionBubbleBase::DisplayMode)mode
55 // call to updateLayout may change the image.
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
ImageInputType.cpp 208 element->document().updateLayout();
232 element->document().updateLayout();
  /external/chromium_org/third_party/WebKit/Source/core/css/
SVGCSSComputedStyleDeclaration.cpp 91 PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getSVGPropertyCSSValue(CSSPropertyID propertyID, EUpdateLayout updateLayout) const
98 if (updateLayout)
99 node->document().updateLayout();
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmActivity.java 181 updateLayout();
198 private void updateLayout() {
220 updateLayout();
  /external/chromium_org/third_party/WebKit/Source/core/page/
PrintContext.cpp 241 element->document().updateLayout();
313 document->updateLayout();
350 frame->document()->updateLayout();
367 frame->document()->updateLayout();
Page.cpp 192 document->updateLayout();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiActions.java 95 true /*updateLayout*/);
114 * @param updateLayout True if layout attributes should be set
120 boolean updateLayout) {
128 UiElementNode uiNew = addNewTreeElement(uiParent, uiSibling, descriptor, updateLayout);
547 * @param updateLayout True if layout attributes should be set
553 final boolean updateLayout) {
592 DescriptorsUtils.setDefaultLayoutAttributes(uiNew, updateLayout);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentMarkerControllerTest.cpp 81 document().updateLayout();
Document.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMarqueeElement.cpp 197 document().updateLayout();
199 // The updateLayout() could have destroyed renderer(), so this re-check is very important.
PluginDocument.cpp 108 document()->updateLayout();
HTMLImageElement.cpp 249 document().updateLayout();
272 document().updateLayout();
ImageDocument.cpp 259 updateLayout();
HTMLTextAreaElement.cpp 207 document().updateLayout();
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Frame.cpp 493 document()->updateLayout();
637 document()->updateLayout();
640 // Document::updateLayout may have blown away the original RenderObject.
674 document()->updateLayout();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTreeAsText.cpp 797 frame->document()->updateLayout();
815 element->document().updateLayout();
841 element->document().updateLayout();
    [all...]
  /packages/apps/Browser/src/com/android/browser/
TabScrollView.java 91 protected void updateLayout() {
TabBar.java 133 mTabs.updateLayout();
  /packages/apps/DeskClock/src/com/android/deskclock/worldclock/
CitiesActivity.java 468 updateLayout();
479 private void updateLayout() {
  /frameworks/base/core/java/android/widget/
FastScroller.java 407 updateLayout();
441 updateLayout();
450 updateLayout();
505 public void updateLayout() {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp 766 m_frame.document()->updateLayout();
796 m_frame.document()->updateLayout();
812 m_frame.document()->updateLayout();
    [all...]
VisibleSelection.cpp 150 m_start.document()->updateLayout();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DescriptorsUtils.java 700 public static void setDefaultLayoutAttributes(UiElementNode node, boolean updateLayout) {
752 if (updateLayout) {
    [all...]

Completed in 534 milliseconds

1 2