Home
last modified time | relevance | path

Searched refs:xiopcode_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/base/
Dmessage_pump_glib_x.cc81 xiopcode_(-1), in MessagePumpGlibX()
145 && (xev.type != GenericEvent || xev.xcookie.extension == xiopcode_) in RunOnce()
268 if (!XQueryExtension(xdisplay, "XInputExtension", &xiopcode_, &event, &err)) { in InitializeXInput2()
270 xiopcode_ = -1; in InitializeXInput2()
277 xiopcode_ = -1; in InitializeXInput2()
Dmessage_pump_glib_x.h49 int xiopcode_; variable