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

  /external/chromium_org/skia/ext/
skia_utils_base.cc 11 const char* reply_text; local
13 if (!pickle.ReadData(iter, &reply_text, &reply_length))
17 str->set(reply_text, reply_length);
26 const char* reply_text; local
30 !pickle.ReadData(iter, &reply_text, &reply_length))
36 identity->fString.set(reply_text, reply_length);
  /external/chromium_org/ipc/
ipc_sync_channel_unittest.cc 744 const std::string& reply_text)
746 reply_text_(reply_text) {
    [all...]

Completed in 148 milliseconds