HomeSort by relevance Sort by last modified time
    Searched defs:GetProperty (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/chromium_org/ppapi/cpp/
url_response_info.cc 29 Var URLResponseInfo::GetProperty(PP_URLResponseProperty property) const {
33 get_interface<PPB_URLResponseInfo_1_0>()->GetProperty(pp_resource(),
  /external/chromium_org/ppapi/thunk/
ppb_url_response_info_thunk.cc 25 struct PP_Var GetProperty(PP_Resource response,
27 VLOG(4) << "PPB_URLResponseInfo::GetProperty()";
31 return enter.object()->GetProperty(property);
44 &GetProperty,
  /external/chromium_org/ppapi/proxy/
url_response_info_resource.cc 41 PP_Var URLResponseInfoResource::GetProperty(PP_URLResponseProperty property) {
  /external/chromium_org/chrome/browser/parsers/
metadata_parser_filebase.cc 33 bool FileMetadataParser::GetProperty(const std::string& key,
  /external/chromium_org/ppapi/c/dev/
ppp_class_deprecated.h 65 struct PP_Var (*GetProperty)(void* object,
ppb_var_deprecated.h 106 struct PP_Var (*GetProperty)(struct PP_Var object,
  /external/chromium_org/ppapi/c/
ppb_url_response_info.h 113 * GetProperty() gets a response property.
123 struct PP_Var (*GetProperty)(PP_Resource response,
  /external/chromium_org/ppapi/generators/
idl_propertynode.py 31 def GetProperty(self, name):
38 prop = parent.GetProperty(name)
73 found = node.GetProperty(name)
idl_namespace.py 111 def GetProperty(self, name):
idl_node.py 103 filenode = self.GetProperty('FILE')
105 errcnt = filenode.GetProperty('ERRORS')
116 return self.GetProperty('NAME')
150 out.write('%s %s : %s\n' % (tab, p, self.GetProperty(p)))
224 filenode = self.GetProperty('FILE')
257 filenode = self.GetProperty('FILE')
279 r = self.GetRelease(self.GetProperty('version'))
339 def GetProperty(self, name):
340 return self._property_node.GetProperty(name)
347 return self.GetProperty('dev_version') and not self.GetProperty('version'
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ListenerLeakTest.cpp 46 const v8::HeapGraphNode* GetProperty(const v8::HeapGraphNode* node, v8::HeapGraphEdge::Type type, const char* name)
74 const v8::HeapGraphNode* constructorProp = GetProperty(node, v8::HeapGraphEdge::kProperty, "constructor");
  /external/chromium_org/ppapi/cpp/private/
var_private.cc 66 VarPrivate VarPrivate::GetProperty(const Var& name, Var* exception) const {
69 return Var(PassRef(), get_interface<PPB_Var_Deprecated>()->GetProperty(
  /external/chromium_org/ui/aura/
window_property.h 96 T Window::GetProperty(const WindowProperty<T>* property) const {
112 template EXPORT T aura::Window::GetProperty( \
  /external/lzma/CPP/7zip/UI/Common/
ArchiveOpenCallback.cpp 38 STDMETHODIMP COpenCallbackImp::GetProperty(PROPID propID, PROPVARIANT *value)
UpdateCallback.cpp 88 STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value)
150 return Archive->GetProperty(indexInArchive, propID, value);
  /external/chromium_org/net/proxy/
proxy_config_service_android_unittest.cc 59 base::Bind(&ProxyConfigServiceAndroidTestBase::GetProperty,
82 std::string GetProperty(const std::string& key) {
  /external/chromium_org/ppapi/cpp/dev/
scriptable_object_deprecated.cc 55 PP_Var GetProperty(void* object,
59 return static_cast<ScriptableObject*>(object)->GetProperty(
132 &GetProperty,
151 Var ScriptableObject::GetProperty(const Var& /*name*/, Var* exception) {
  /external/chromium_org/tools/idl_parser/
idl_node.py 98 name = self.GetProperty('NAME','')
107 self.GetProperty('ERRORS').append(msg)
112 self.GetProperty('WARNINGS').append(msg)
117 return self.GetProperty('FILENAME'), self.GetProperty('LINENO')
123 return self.GetProperty('NAME')
213 def GetProperty(self, name, default=None):
  /external/chromium_org/ui/ozone/platform/dri/
dri_wrapper.cc 93 drmModePropertyRes* DriWrapper::GetProperty(drmModeConnector* connector,
  /external/chromium_org/third_party/skia/src/xml/
SkJSDisplayable.cpp 63 static JSBool GetProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp);
204 gDisplayableClasses[type].getProperty = SkJSDisplayable::GetProperty;
218 JSBool SkJSDisplayable::GetProperty(JSContext *cx, JSObject *obj, jsval id,
241 bool success = displayable->getProperty(info->propertyIndex(), &scriptValue);
  /external/chromium_org/ui/base/ime/
candidate_window.h 60 const CandidateWindowProperty& GetProperty() const {
  /external/skia/src/xml/
SkJSDisplayable.cpp 63 static JSBool GetProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp);
204 gDisplayableClasses[type].getProperty = SkJSDisplayable::GetProperty;
218 JSBool SkJSDisplayable::GetProperty(JSContext *cx, JSObject *obj, jsval id,
241 bool success = displayable->getProperty(info->propertyIndex(), &scriptValue);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certmod.h 63 virtual HRESULT WINAPI GetProperty(const BSTR strConfig,BSTR strStorageLocation,BSTR strPropertyName,LONG Flags,VARIANT *pvarProperty) = 0;
77 HRESULT (WINAPI *GetProperty)(ICertManageModule *This,const BSTR strConfig,BSTR strStorageLocation,BSTR strPropertyName,LONG Flags,VARIANT *pvarProperty);
93 #define ICertManageModule_GetProperty(This,strConfig,strStorageLocation,strPropertyName,Flags,pvarProperty) (This)->lpVtbl->GetProperty(This,strConfig,strStorageLocation,strPropertyName,Flags,pvarProperty)
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_bindings.cc 146 return bindings->GetProperty(name, result);
270 virtual bool GetProperty(BrowserPluginBindings* bindings,
295 virtual bool GetProperty(BrowserPluginBindings* bindings,
329 virtual bool GetProperty(BrowserPluginBindings* bindings,
362 virtual bool GetProperty(BrowserPluginBindings* bindings,
388 virtual bool GetProperty(BrowserPluginBindings* bindings,
419 virtual bool GetProperty(BrowserPluginBindings* bindings,
450 virtual bool GetProperty(BrowserPluginBindings* bindings,
481 virtual bool GetProperty(BrowserPluginBindings* bindings,
603 bool BrowserPluginBindings::GetProperty(NPIdentifier name, NPVariant* result)
    [all...]
  /external/chromium_org/content/renderer/media/
media_stream_audio_processor_options.cc 128 GetProperty(kDefaultAudioConstraints[i].key)) {
136 bool MediaAudioConstraints::GetProperty(const std::string& key) {
157 return GetProperty(kGoogEchoCancellation);

Completed in 455 milliseconds

1 2 3