OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:defaultFontSize
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/public/testing/
WebPreferences.h
46
int
defaultFontSize
;
/external/chromium_org/third_party/WebKit/Source/core/css/
FontFaceSet.cpp
48
static const int
defaultFontSize
= 10;
380
defaultFontDescription.setSpecifiedSize(
defaultFontSize
);
381
defaultFontDescription.setComputedSize(
defaultFontSize
);
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/
options.js
703
defaultFontSize
: {
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp
76
static const int
defaultFontSize
= 10;
[
all
...]
Completed in 118 milliseconds