OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
508
bool
has_state_object
= !state.state_object.is_null();
local
509
WriteBoolean(
has_state_object
, obj);
510
if (
has_state_object
)
560
bool
has_state_object
= ReadBoolean(obj);
local
561
if (
has_state_object
)
Completed in 193 milliseconds