/external/chromium_org/third_party/WebKit/Source/core/html/ime/ |
D | InputMethodContext.cpp | 42 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 …]
|
D | InputMethodContext.h | 48 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*);
|
D | InputMethodContext.idl | 32 interface InputMethodContext : EventTarget {
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | ElementRareData.h | 112 InputMethodContext& ensureInputMethodContext(HTMLElement* element) in ensureInputMethodContext() 115 m_inputMethodContext = InputMethodContext::create(element); in ensureInputMethodContext() 142 OwnPtrWillBeMember<InputMethodContext> m_inputMethodContext;
|
D | Element.h | 56 class InputMethodContext; variable 476 InputMethodContext& inputMethodContext();
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | EventTargetFactory.in | 10 core/html/ime/InputMethodContext
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLElement.idl | 37 [RuntimeEnabled=IMEAPI] readonly attribute InputMethodContext inputMethodContext;
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebViewImpl.h | 597 InputMethodContext* inputMethodContext();
|
D | WebViewImpl.cpp | 2484 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/ |
D | core_global_constructors_idls_idl_files_list.tmp | 262 ../../core/html/ime/InputMethodContext.idl
|
D | core_idl_files_list.tmp | 268 ../../core/html/ime/InputMethodContext.idl
|
D | core_global_objects_idl_files_list.tmp | 262 ../../core/html/ime/InputMethodContext.idl
|
D | interfaces_info_individual_core_static_idl_files_list.tmp | 268 ../../core/html/ime/InputMethodContext.idl
|
D | core_static_idl_files_list.tmp | 268 ../../core/html/ime/InputMethodContext.idl
|
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/ |
D | core_idl_files_list.tmp | 268 ../../../core/html/ime/InputMethodContext.idl
|
D | core_static_idl_files_list.tmp | 268 ../../../core/html/ime/InputMethodContext.idl
|
/external/chromium_org/third_party/WebKit/Source/bindings/modules/ |
D | modules_core_global_constructors_idls_idl_files_list.tmp | 262 ../../core/html/ime/InputMethodContext.idl
|
D | core_idl_files_list.tmp | 268 ../../core/html/ime/InputMethodContext.idl
|
D | core_static_idl_files_list.tmp | 268 ../../core/html/ime/InputMethodContext.idl
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
D | core_idl_files_list.tmp | 268 ../../../core/html/ime/InputMethodContext.idl
|
D | core_static_idl_files_list.tmp | 268 ../../../core/html/ime/InputMethodContext.idl
|
/external/chromium_org/third_party/WebKit/Source/core/ |
D | webcore_html.target.linux-mips64.mk | 238 third_party/WebKit/Source/core/html/ime/InputMethodContext.cpp \
|
D | webcore_html.target.linux-arm.mk | 238 third_party/WebKit/Source/core/html/ime/InputMethodContext.cpp \
|
D | webcore_html.target.linux-x86.mk | 238 third_party/WebKit/Source/core/html/ime/InputMethodContext.cpp \
|
D | webcore_html.target.darwin-x86_64.mk | 238 third_party/WebKit/Source/core/html/ime/InputMethodContext.cpp \
|