Searched refs:featureOnInput (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditor.cpp900 static void countEditingEvent(ExecutionContext* executionContext, const Event* event, UseCounter::Feature featureOnInput, UseCounter::Feature featureOnTextArea, UseCounter::Feature featureOnContentEditable, UseCounter::Feature featureOnNonNode) argument
910 UseCounter::count(executionContext, featureOnInput);
921 UseCounter::count(executionContext, featureOnInput);

Completed in 427 milliseconds