Home
last modified time | relevance | path

Searched refs:TextMetrics (Results 1 – 25 of 68) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/core/html/
DTextMetrics.h35 class TextMetrics : public RefCounted<TextMetrics>, public ScriptWrappable {
37 static PassRefPtr<TextMetrics> create() { return adoptRef(new TextMetrics); } in create()
76 TextMetrics() in TextMetrics() function
DTextMetrics.idl26 ] interface TextMetrics {
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasRenderingContext2D.h64 class TextMetrics; variable
217 PassRefPtr<TextMetrics> measureText(const String& text);
DCanvasRenderingContext2D.cpp2065 PassRefPtr<TextMetrics> CanvasRenderingContext2D::measureText(const String& text) in measureText()
2067 RefPtr<TextMetrics> metrics = TextMetrics::create(); in measureText()
DCanvasRenderingContext2D.idl110 TextMetrics measureText(DOMString text);
/external/chromium_org/third_party/WebKit/Source/bindings/core/
Dcore_global_objects_idl_files_list.tmp211 ../../core/html/TextMetrics.idl
Dcore_idl_files_list.tmp211 ../../core/html/TextMetrics.idl
Dcore_global_constructors_idls_idl_files_list.tmp211 ../../core/html/TextMetrics.idl
Dinterfaces_info_individual_core_static_idl_files_list.tmp211 ../../core/html/TextMetrics.idl
Dcore_static_idl_files_list.tmp211 ../../core/html/TextMetrics.idl
Dcore_global_objects.target.linux-mips.mk23 …ml/RadioNodeList.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/TextMetrics.idl $(LOCAL_PAT…
Dcore_global_constructors_idls.target.linux-x86.mk24 …ml/RadioNodeList.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/TextMetrics.idl $(LOCAL_PAT…
Dcore_global_constructors_idls.target.linux-x86_64.mk24 …ml/RadioNodeList.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/TextMetrics.idl $(LOCAL_PAT…
Dcore_global_constructors_idls.target.darwin-arm.mk24 …ml/RadioNodeList.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/TextMetrics.idl $(LOCAL_PAT…
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
Dcore_idl_files_list.tmp211 ../../../core/html/TextMetrics.idl
Dcore_static_idl_files_list.tmp211 ../../../core/html/TextMetrics.idl
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
Dcore_idl_files_list.tmp211 ../../../core/html/TextMetrics.idl
Dcore_static_idl_files_list.tmp211 ../../../core/html/TextMetrics.idl
/external/chromium_org/third_party/WebKit/Source/bindings/modules/
Dmodules_core_global_constructors_idls_idl_files_list.tmp211 ../../core/html/TextMetrics.idl
Dcore_idl_files_list.tmp211 ../../core/html/TextMetrics.idl
Dcore_static_idl_files_list.tmp211 ../../core/html/TextMetrics.idl
Dmodules_core_global_constructors_idls.target.linux-x86.mk24 …ml/RadioNodeList.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/TextMetrics.idl $(LOCAL_PAT…
Dmodules_core_global_constructors_idls.target.linux-mips.mk24 …ml/RadioNodeList.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/TextMetrics.idl $(LOCAL_PAT…
Dmodules_core_global_constructors_idls.target.linux-x86_64.mk24 …ml/RadioNodeList.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/TextMetrics.idl $(LOCAL_PAT…
Dmodules_core_global_constructors_idls.target.linux-arm.mk24 …ml/RadioNodeList.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/TextMetrics.idl $(LOCAL_PAT…

123