Home
last modified time | relevance | path

Searched refs:InputMethodContext (Results 1 – 25 of 95) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/core/html/ime/
DInputMethodContext.cpp42 PassOwnPtrWillBeRawPtr<InputMethodContext> InputMethodContext::create(HTMLElement* element) in create()
44 return adoptPtrWillBeNoop(new InputMethodContext(element)); in create()
47 InputMethodContext::InputMethodContext(HTMLElement* element) in InputMethodContext() function in blink::InputMethodContext
52 InputMethodContext::~InputMethodContext() in ~InputMethodContext()
56 String InputMethodContext::locale() const in locale()
62 HTMLElement* InputMethodContext::target() const in target()
67 unsigned InputMethodContext::compositionStartOffset() in compositionStartOffset()
74 unsigned InputMethodContext::compositionEndOffset() in compositionEndOffset()
81 void InputMethodContext::confirmComposition() in confirmComposition()
87 bool InputMethodContext::hasFocus() const in hasFocus()
[all …]
DInputMethodContext.h48 class InputMethodContext FINAL : public NoBaseWillBeGarbageCollectedFinalized<InputMethodContext>, …
50 WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(InputMethodContext);
52 static PassOwnPtrWillBeRawPtr<InputMethodContext> create(HTMLElement*);
53 virtual ~InputMethodContext();
85 InputMethodContext(HTMLElement*);
DInputMethodContext.idl32 interface InputMethodContext : EventTarget {
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElementRareData.h112 InputMethodContext& ensureInputMethodContext(HTMLElement* element) in ensureInputMethodContext()
115 m_inputMethodContext = InputMethodContext::create(element); in ensureInputMethodContext()
142 OwnPtrWillBeMember<InputMethodContext> m_inputMethodContext;
DElement.h56 class InputMethodContext; variable
476 InputMethodContext& inputMethodContext();
/external/chromium_org/third_party/WebKit/Source/core/events/
DEventTargetFactory.in10 core/html/ime/InputMethodContext
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLElement.idl37 [RuntimeEnabled=IMEAPI] readonly attribute InputMethodContext inputMethodContext;
/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.h597 InputMethodContext* inputMethodContext();
DWebViewImpl.cpp2484 InputMethodContext* WebViewImpl::inputMethodContext() in inputMethodContext()
2510 if (InputMethodContext* context = inputMethodContext()) in didShowCandidateWindow()
2516 if (InputMethodContext* context = inputMethodContext()) in didUpdateCandidateWindow()
2522 if (InputMethodContext* context = inputMethodContext()) in didHideCandidateWindow()
/external/chromium_org/third_party/WebKit/Source/bindings/core/
Dcore_global_constructors_idls_idl_files_list.tmp262 ../../core/html/ime/InputMethodContext.idl
Dcore_idl_files_list.tmp268 ../../core/html/ime/InputMethodContext.idl
Dcore_global_objects_idl_files_list.tmp262 ../../core/html/ime/InputMethodContext.idl
Dinterfaces_info_individual_core_static_idl_files_list.tmp268 ../../core/html/ime/InputMethodContext.idl
Dcore_static_idl_files_list.tmp268 ../../core/html/ime/InputMethodContext.idl
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
Dcore_idl_files_list.tmp268 ../../../core/html/ime/InputMethodContext.idl
Dcore_static_idl_files_list.tmp268 ../../../core/html/ime/InputMethodContext.idl
/external/chromium_org/third_party/WebKit/Source/bindings/modules/
Dmodules_core_global_constructors_idls_idl_files_list.tmp262 ../../core/html/ime/InputMethodContext.idl
Dcore_idl_files_list.tmp268 ../../core/html/ime/InputMethodContext.idl
Dcore_static_idl_files_list.tmp268 ../../core/html/ime/InputMethodContext.idl
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
Dcore_idl_files_list.tmp268 ../../../core/html/ime/InputMethodContext.idl
Dcore_static_idl_files_list.tmp268 ../../../core/html/ime/InputMethodContext.idl
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_html.target.linux-mips64.mk238 third_party/WebKit/Source/core/html/ime/InputMethodContext.cpp \
Dwebcore_html.target.linux-arm.mk238 third_party/WebKit/Source/core/html/ime/InputMethodContext.cpp \
Dwebcore_html.target.linux-x86.mk238 third_party/WebKit/Source/core/html/ime/InputMethodContext.cpp \
Dwebcore_html.target.darwin-x86_64.mk238 third_party/WebKit/Source/core/html/ime/InputMethodContext.cpp \

1234