Searched defs:GetProperty (Results 1 - 25 of 48) sorted by relevance

12

/external/chromium_org/ppapi/cpp/
H A Durl_response_info.cc29 Var URLResponseInfo::GetProperty(PP_URLResponseProperty property) const { function in class:pp::URLResponseInfo
33 get_interface<PPB_URLResponseInfo_1_0>()->GetProperty(pp_resource(),
/external/chromium_org/ppapi/thunk/
H A Dppb_url_response_info_thunk.cc25 struct PP_Var GetProperty(PP_Resource response, function in namespace:ppapi::thunk::__anon10316
27 VLOG(4) << "PPB_URLResponseInfo::GetProperty()";
31 return enter.object()->GetProperty(property);
44 &GetProperty,
/external/chromium_org/ppapi/c/dev/
H A Dppp_class_deprecated.h65 struct PP_Var (*GetProperty)(void* object, member in struct:PPP_Class_Deprecated
H A Dppb_var_deprecated.h106 struct PP_Var (*GetProperty)(struct PP_Var object, member in struct:PPB_Var_Deprecated
/external/chromium_org/ppapi/c/
H A Dppb_url_response_info.h113 * GetProperty() gets a response property.
123 struct PP_Var (*GetProperty)(PP_Resource response, member in struct:PPB_URLResponseInfo_1_0
/external/chromium_org/ppapi/generators/
H A Didl_propertynode.py31 def GetProperty(self, name): member in class:IDLPropertyNode
38 prop = parent.GetProperty(name)
73 found = node.GetProperty(name)
H A Didl_namespace.py111 def GetProperty(self, name): member in class:MockNode
H A Didl_node.py103 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): member in class:IDLNode
340 return self._property_node.GetProperty(name)
347 return self.GetProperty('dev_versio
[all...]
/external/chromium_org/ppapi/proxy/
H A Durl_response_info_resource.cc41 PP_Var URLResponseInfoResource::GetProperty(PP_URLResponseProperty property) { function in class:ppapi::proxy::URLResponseInfoResource
H A Dppb_var_deprecated_proxy.cc104 PP_Var GetProperty(PP_Var var, function in namespace:ppapi::proxy::__anon10124
304 &GetProperty,
419 result.Return(dispatcher(), ppb_var_impl_->GetProperty(
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DListenerLeakTest.cpp46 const v8::HeapGraphNode* GetProperty(const v8::HeapGraphNode* node, v8::HeapGraphEdge::Type type, const char* name) function in namespace:__anon11387
74 const v8::HeapGraphNode* constructorProp = GetProperty(node, v8::HeapGraphEdge::kProperty, "constructor");
/external/chromium_org/tools/idl_parser/
H A Didl_node.py98 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): member in class:IDLNode
/external/chromium_org/ui/aura/
H A Dwindow_property.h96 T Window::GetProperty(const WindowProperty<T>* property) const { function in class:aura::Window
112 template EXPORT T aura::Window::GetProperty( \
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveOpenCallback.cpp38 STDMETHODIMP COpenCallbackImp::GetProperty(PROPID propID, PROPVARIANT *value) function in class:COpenCallbackImp
H A DUpdateCallback.cpp88 STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) function in class:CArchiveUpdateCallback
150 return Archive->GetProperty(indexInArchive, propID, value);
/external/chromium_org/net/proxy/
H A Dproxy_config_service_android_unittest.cc59 base::Bind(&ProxyConfigServiceAndroidTestBase::GetProperty,
82 std::string GetProperty(const std::string& key) { function in class:net::ProxyConfigServiceAndroidTestBase
/external/chromium_org/ppapi/cpp/dev/
H A Dscriptable_object_deprecated.cc55 PP_Var GetProperty(void* object, function in namespace:pp::deprecated::__anon9970
59 return static_cast<ScriptableObject*>(object)->GetProperty(
132 &GetProperty,
151 Var ScriptableObject::GetProperty(const Var& /*name*/, Var* exception) { function in class:pp::deprecated::ScriptableObject
/external/chromium_org/ppapi/cpp/private/
H A Dvar_private.cc66 VarPrivate VarPrivate::GetProperty(const Var& name, Var* exception) const { function in class:pp::VarPrivate
69 return Var(PassRef(), get_interface<PPB_Var_Deprecated>()->GetProperty(
/external/chromium_org/ui/base/ime/
H A Dcandidate_window.h60 const CandidateWindowProperty& GetProperty() const { function in class:ui::CandidateWindow
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_audio_processor_options.cc128 GetProperty(kDefaultAudioConstraints[i].key)) {
136 bool MediaAudioConstraints::GetProperty(const std::string& key) { function in class:content::MediaAudioConstraints
157 return GetProperty(kGoogEchoCancellation);
/external/chromium_org/content/renderer/pepper/
H A Dppb_var_deprecated_impl.cc113 PP_Var GetProperty(PP_Var var, PP_Var name, PP_Var* exception) { function in namespace:content::__anon7811
341 &GetProperty,
/external/chromium_org/third_party/skia/src/xml/
H A DSkJSDisplayable.cpp63 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, function in class:SkJSDisplayable
/external/chromium_org/third_party/webrtc/base/
H A Dsysteminfo.cc427 static void GetProperty(io_service_t port, CFStringRef name, int* value) { function in namespace:rtc
445 static void GetProperty(io_service_t port, CFStringRef name, function in namespace:rtc
509 GetProperty(display_service_port, CFSTR("vendor-id"), &info->vendor_id);
510 GetProperty(display_service_port, CFSTR("device-id"), &info->device_id);
511 GetProperty(display_service_port, CFSTR("model"), &info->description);
/external/chromium_org/ui/ozone/platform/dri/
H A Ddri_wrapper.cc212 ScopedDrmPropertyPtr DriWrapper::GetProperty(drmModeConnector* connector, function in class:ui::DriWrapper
214 TRACE_EVENT2("dri", "DriWrapper::GetProperty",
/external/chromium_org/ui/ozone/platform/dri/test/
H A Dmock_dri_wrapper.cc103 ScopedDrmPropertyPtr MockDriWrapper::GetProperty(drmModeConnector* connector, function in class:ui::MockDriWrapper

Completed in 550 milliseconds

12