Home
last modified time | relevance | path

Searched refs:WebTextInputTypeNone (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
DWebTextInputType.h38 WebTextInputTypeNone, enumerator
DWebTextInputInfo.h62 : type(WebTextInputTypeNone) in WebTextInputInfo()
/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.cpp2281 if (info.type == WebTextInputTypeNone) in textInputInfo()
2317 return WebTextInputTypeNone; in textInputType()
2324 return WebTextInputTypeNone; in textInputType()
2351 return WebTextInputTypeNone; in textInputType()
2356 return WebTextInputTypeNone; in textInputType()
2370 return WebTextInputTypeNone; in textInputType()
/external/chromium_org/content/renderer/
Drender_widget.cc1883 COMPILE_ASSERT(int(blink::WebTextInputTypeNone) == \
Drender_view_impl.cc2140 routing_id(), text_input_type != blink::WebTextInputTypeNone)); in didHandleGestureEvent()
Drender_frame_impl.cc3759 blink::WebTextInputTypeNone) { in SyncSelectionIfRequired()