Searched refs:property_string (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/extensions/common/features/
H A Dsimple_feature.cc134 std::string property_string; local
135 if (value->GetString(property, &property_string)) {
136 if (property_string == "all") {
/external/chromium_org/v8/src/
H A Dbootstrapper.cc1482 Handle<String> property_string = factory->InternalizeUtf8String(property); local
1483 DCHECK(!property_string.is_null());
1485 Object::GetProperty(global, property_string).ToHandleChecked());

Completed in 1409 milliseconds