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

  /external/chromium_org/content/common/android/
gin_java_bridge_value.cc 60 const base::BinaryValue* binary_value = local
62 if (binary_value->GetSize() < sizeof(Header))
64 Pickle pickle(binary_value->GetBuffer(), binary_value->GetSize());