HomeSort by relevance Sort by last modified time
    Searched full:hasrecordingpicture (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebKit/android/jni/
ViewStateSerializer.cpp 394 bool hasRecordingPicture = layer->m_content != 0 && !layer->m_content->isEmpty();
395 stream->writeBool(hasRecordingPicture);
396 if (hasRecordingPicture)
510 bool hasRecordingPicture = stream->readBool();
511 if (hasRecordingPicture) {

Completed in 2378 milliseconds