Home
last modified time | relevance | path

Searched refs:inputMode (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/decklink/mac/include/
DDeckLinkAPIStreaming.h288 …virtual HRESULT DoesSupportVideoInputMode (/* in */ BMDDisplayMode inputMode, /* out */ bool* resu…
290 virtual HRESULT SetVideoInputMode (/* in */ BMDDisplayMode inputMode) = 0;
296 …virtual HRESULT GetVideoEncodingModePresetIterator (/* in */ BMDDisplayMode inputMode, /* out */ I…
297 …virtual HRESULT DoesSupportVideoEncodingMode (/* in */ BMDDisplayMode inputMode, /* in */ IBMDStre…
/external/chromium_org/third_party/WebKit/public/web/
DWebTextInputInfo.h57 WebString inputMode; member
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTextAreaElement.idl35 [RuntimeEnabled=InputModeAttribute, Reflect] attribute DOMString inputMode;
DHTMLInputElement.idl45 [RuntimeEnabled=InputModeAttribute, Reflect] attribute DOMString inputMode;
/external/chromium_org/content/renderer/
Drender_widget.cc1770 const ui::TextInputMode new_mode = ConvertInputMode(new_info.inputMode); in UpdateTextInputType()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebViewTest.cpp559 EXPECT_EQ(expectedInputMode, webView->textInputInfo().inputMode); in testInputMode()
/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.cpp2277 info.inputMode = inputModeOfFocusedElement(); in textInputInfo()