Searched refs:other_value (Results 1 - 3 of 3) sorted by relevance

/external/chromium/webkit/glue/
H A Dcpp_variant.cc59 const NPString *other_value = &other.value.stringValue; local
61 return (len == other_value->UTF8Length &&
62 !strncmp(this_value->UTF8Characters, other_value->UTF8Characters,
71 NPObject *other_value = other.value.objectValue; local
72 return (this_value->_class == other_value->_class &&
73 this_value->referenceCount == other_value->referenceCount);
/external/webkit/Tools/DumpRenderTree/chromium/
H A DCppVariant.cpp87 const NPString *other_value = &other.value.stringValue; local
89 return len == other_value->UTF8Length
91 other_value->UTF8Characters, len);
/external/v8/src/
H A Dobjects.cc767 double other_value = other->Number(); local
768 return (this_value == other_value) ||
769 (isnan(this_value) && isnan(other_value));

Completed in 124 milliseconds