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

  /external/chromium/webkit/glue/
glue_serialize.cc 324 bool has_state_object = !item.stateObject().isNull(); local
325 WriteBoolean(has_state_object, obj);
326 if (has_state_object)
390 bool has_state_object = ReadBoolean(obj); local
391 if (has_state_object) {
  /external/chromium_org/content/common/
page_state_serialization.cc 483 bool has_state_object = !state.state_object.is_null(); local
484 WriteBoolean(has_state_object, obj);
485 if (has_state_object)
529 bool has_state_object = ReadBoolean(obj); local
530 if (has_state_object)

Completed in 204 milliseconds