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

  /external/chromium/base/
basictypes.h 70 const uint16 kuint16max = ((uint16) 0xFFFF); variable
  /external/chromium/chrome/browser/sync/notifier/
sync_notifier_factory.cc 36 (port <= 0) || (port > kuint16max)) {
  /external/chromium/net/test/
test_server.cc 327 if ((port <= 0) || (port > kuint16max)) {

Completed in 618 milliseconds