HomeSort by relevance Sort by last modified time
    Searched refs:hasInterface (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
WebDOMEvent.cpp 123 return m_private->hasInterface(EventNames::MutationEvent);
129 return m_private->hasInterface(EventNames::TextEvent);
135 return m_private->hasInterface(EventNames::CompositionEvent);
153 return m_private->hasInterface(EventNames::MessageEvent);
159 return m_private->hasInterface(EventNames::WheelEvent);
171 return m_private->hasInterface(EventNames::OverflowEvent);
177 return m_private->hasInterface(EventNames::PageTransitionEvent);
183 return m_private->hasInterface(EventNames::PopStateEvent);
189 return m_private->hasInterface(EventNames::ProgressEvent);
195 return m_private->hasInterface(EventNames::XMLHttpRequestProgressEvent)
    [all...]
  /system/netd/server/
LocalNetwork.cpp 35 if (hasInterface(interface)) {
47 if (!hasInterface(interface)) {
Network.cpp 32 bool Network::hasInterface(const std::string& interface) const {
Network.h 42 bool hasInterface(const std::string& interface) const;
VirtualNetwork.cpp 72 if (hasInterface(interface)) {
85 if (!hasInterface(interface)) {
PhysicalNetwork.cpp 125 if (hasInterface(interface)) {
143 if (!hasInterface(interface)) {
NetworkController.cpp 240 if (entry.second->hasInterface(interface)) {
  /external/chromium_org/third_party/WebKit/Source/core/events/
TextEvent.h 81 return event.type() == EventTypeNames::textInput && event.hasInterface(EventNames::TextEvent);
Event.cpp 127 bool Event::hasInterface(const AtomicString& name) const
Event.h 138 bool hasInterface(const AtomicString&) const;
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8ErrorHandler.cpp 52 if (!event->hasInterface(EventNames::ErrorEvent))
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
SpinButtonElement.cpp 150 if (!event->hasInterface(EventNames::WheelEvent))
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
TextFieldInputType.cpp 229 if (element().renderer() && (event->isMouseEvent() || event->isDragEvent() || event->hasInterface(EventNames::WheelEvent) || event->type() == EventTypeNames::blur || event->type() == EventTypeNames::focus)) {
267 return (event->type() == EventTypeNames::textInput && event->hasInterface(EventNames::TextEvent) && toTextEvent(event)->data() == "\n") || InputType::shouldSubmitImplicitly(event);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextAreaElement.cpp 253 if (renderer() && (event->isMouseEvent() || event->isDragEvent() || event->hasInterface(EventNames::WheelEvent) || event->type() == EventTypeNames::blur))
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.cpp     [all...]

Completed in 280 milliseconds