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

  /external/chromium_org/remoting/protocol/
client_control_dispatcher.cc 40 // overflow can occur while calculating |cursor_total_bytes| below.
48 uint32 cursor_total_bytes = width * height * kBytesPerPixel; local
49 if (cursor_shape.data().size() < cursor_total_bytes) {
50 LOG(ERROR) << "Expected " << cursor_total_bytes << " bytes for a "
  /external/chromium_org/remoting/client/jni/
chromoting_jni_runtime.cc 308 int cursor_total_bytes = local
313 env->NewDirectByteBuffer(data, cursor_total_bytes));

Completed in 45 milliseconds