Home
last modified time | relevance | path

Searched refs:has_state_object (Results 1 – 2 of 2) sorted by relevance

/external/chromium/webkit/glue/
Dglue_serialize.cc324 bool has_state_object = !item.stateObject().isNull(); in WriteHistoryItem() local
325 WriteBoolean(has_state_object, obj); in WriteHistoryItem()
326 if (has_state_object) in WriteHistoryItem()
390 bool has_state_object = ReadBoolean(obj); in ReadHistoryItem() local
391 if (has_state_object) { in ReadHistoryItem()
/external/chromium_org/content/common/
Dpage_state_serialization.cc508 bool has_state_object = !state.state_object.is_null(); in WriteFrameState() local
509 WriteBoolean(has_state_object, obj); in WriteFrameState()
510 if (has_state_object) in WriteFrameState()
560 bool has_state_object = ReadBoolean(obj); in ReadFrameState() local
561 if (has_state_object) in ReadFrameState()