HomeSort by relevance Sort by last modified time
    Searched refs:textAutosizer (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextAutosizer.cpp 32 #include "core/rendering/TextAutosizer.h"
84 void TextAutosizer::writeClusterDebugInfo(Cluster* cluster)
278 TextAutosizer::TextAutosizer(const Document* document)
292 void TextAutosizer::record(const RenderBlock* block)
306 void TextAutosizer::destroy(const RenderBlock* block)
323 TextAutosizer::BeginLayoutBehavior TextAutosizer::prepareForLayout(const RenderBlock* block)
341 void TextAutosizer::prepareClusterStack(const RenderObject* renderer)
357 void TextAutosizer::beginLayout(RenderBlock* block
    [all...]
RenderListItem.cpp 32 #include "core/rendering/TextAutosizer.h"
327 if (TextAutosizer* textAutosizer = document().textAutosizer())
328 textAutosizer->inflateListItem(this, m_marker);
RenderBlock.cpp 64 #include "core/rendering/TextAutosizer.h"
290 if (TextAutosizer* textAutosizer = document().textAutosizer())
291 textAutosizer->destroy(this);
360 if (TextAutosizer* textAutosizer = document().textAutosizer())
361 textAutosizer->record(this);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
Page.cpp 57 #include "core/rendering/TextAutosizer.h"
533 if (TextAutosizer* textAutosizer = deprecatedLocalMainFrame()->document()->textAutosizer())
534 textAutosizer->updatePageInfoInAllFrames();
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp 68 #include "core/rendering/TextAutosizer.h"
338 if (TextAutosizer* textAutosizer = m_frame->document()->textAutosizer())
339 textAutosizer->updatePageInfoInAllFrames();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h 146 class TextAutosizer;
    [all...]
Document.cpp 178 #include "core/rendering/TextAutosizer.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp 85 #include "core/rendering/TextAutosizer.h"
    [all...]

Completed in 275 milliseconds