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

  /external/chromium_org/chrome/common/extensions/docs/server2/
api_data_source.py 377 def _GenerateProperty(self, property_):
378 if not hasattr(property_, 'type_'):
379 for d in dir(property_):
381 print ('%s -> %s' % (d, getattr(property_, d)))
382 type_ = property_.type_
392 'name': property_.simple_name,
393 'optional': property_.optional,
394 'description': self._FormatDescription(property_.description),
399 'id': _CreateId(property_, 'property')
409 if (property_.parent is not None an
    [all...]
  /external/chromium/chrome/browser/
jumplist_win.cc 142 property_.vt = VT_EMPTY;
151 return InitPropVariantFromString(value.c_str(), &property_);
155 if (property_.vt != VT_EMPTY)
156 PropVariantClear(&property_);
160 return property_;
164 PROPVARIANT property_; member in class:__anon4673::PropVariantString
  /external/chromium_org/chromeos/dbus/ibus/
ibus_engine_service_unittest.cc 302 : property_(property) {}
314 EXPECT_EQ(property_.key(), property.key());
315 EXPECT_EQ(property_.type(), property.type());
316 EXPECT_EQ(property_.label(), property.label());
317 EXPECT_EQ(property_.tooltip(), property.tooltip());
318 EXPECT_EQ(property_.visible(), property.visible());
319 EXPECT_EQ(property_.checked(), property.checked());
323 const IBusProperty& property_; member in class:chromeos::__anon9649::UpdatePropertyExpectation
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
CodeGeneratorInspectorStrings.py 913 COMPILE_ASSERT(!(STATE & %s), property_%s_already_set);
  /external/v8/test/cctest/
test-decls.cc 94 Local<String> property_; member in class:DeclarationContext
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h 1780 PropertyType (Class::*property_)() const; member in class:testing::internal::PropertyMatcher
    [all...]

Completed in 1444 milliseconds