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

  /external/chromium_org/content/renderer/pepper/
resource_converter.h 50 // On success, writes the resulting var to |result|, sets |was_resource| to
51 // true and returns true. If |val| is not a resource, sets |was_resource| to
56 bool* was_resource) = 0;
78 bool* was_resource) OVERRIDE;
resource_converter.cc 213 bool* was_resource) {
217 *was_resource = false;
239 *was_resource = true;
259 *was_resource = true;
264 // |was_resource| set to false. As per the interface of FromV8Value, |result|
v8_var_converter.cc 224 bool was_resource; local
226 val->ToObject(), context, result, &was_resource))
228 if (!was_resource) {
v8_var_converter_unittest.cc 62 bool* was_resource) OVERRIDE {
63 *was_resource = false;

Completed in 50 milliseconds