OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textAutosizer
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/page/
Page.cpp
56
#include "core/rendering/
TextAutosizer
.h"
519
TextAutosizer
*
textAutosizer
= frame->document()->
textAutosizer
();
520
if (
textAutosizer
)
521
textAutosizer
->recalculateMultipliers();
/external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp
69
#include "core/rendering/
TextAutosizer
.h"
431
TextAutosizer
*
textAutosizer
= m_frame->document()->
textAutosizer
();
432
if (
textAutosizer
) {
434
textAutosizer
->recalculateMultipliers();
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockLineLayout.cpp
[
all
...]
RenderBlock.cpp
243
FastTextAutosizer*
textAutosizer
= document().fastTextAutosizer();
244
if (
textAutosizer
)
245
textAutosizer
->destroy(this);
313
FastTextAutosizer*
textAutosizer
= document().fastTextAutosizer();
314
if (
textAutosizer
)
315
textAutosizer
->record(this);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp
121
#include "core/rendering/
TextAutosizer
.h"
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h
159
class
TextAutosizer
;
[
all
...]
Document.cpp
166
#include "core/rendering/
TextAutosizer
.h"
[
all
...]
Completed in 1115 milliseconds