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

1 2

  /external/chromium/chrome/browser/parsers/
metadata_parser.h 46 virtual bool GetProperty(const std::string& key, std::string* value) = 0;
metadata_parser_filebase_unittest.cc 58 EXPECT_TRUE(parser.GetProperty(MetadataParser::kPropertyTitle, &value));
62 EXPECT_TRUE(parser.GetProperty(MetadataParser::kPropertyFilesize, &value));
66 EXPECT_FALSE(parser.GetProperty(MetadataParser::kPropertyType, &value));
metadata_parser_filebase.h 28 virtual bool GetProperty(const std::string& key, std::string* value);
metadata_parser_filebase.cc 33 bool FileMetadataParser::GetProperty(const std::string& key,
  /external/v8/test/cctest/
test-heap-profiler.cc 66 static const v8::HeapGraphNode* GetProperty(const v8::HeapGraphNode* node,
112 GetProperty(global_env2, v8::HeapGraphEdge::kShortcut, "a2");
115 NULL, GetProperty(global_env2, v8::HeapGraphEdge::kShortcut, "b2_1"));
117 NULL, GetProperty(global_env2, v8::HeapGraphEdge::kShortcut, "b2_2"));
118 CHECK_NE(NULL, GetProperty(global_env2, v8::HeapGraphEdge::kShortcut, "c2"));
145 GetProperty(global, v8::HeapGraphEdge::kShortcut, "x");
148 GetProperty(x, v8::HeapGraphEdge::kProperty, "a");
151 GetProperty(x, v8::HeapGraphEdge::kProperty, "b");
172 GetProperty(global, v8::HeapGraphEdge::kShortcut, "boundFunction");
176 GetProperty(f, v8::HeapGraphEdge::kInternal, "bindings")
    [all...]
test-heap.cc 225 CHECK_EQ(Smi::FromInt(23), obj->GetProperty(*prop_name));
226 CHECK_EQ(Smi::FromInt(24), obj->GetProperty(*prop_namex));
235 GetProperty(*name)->ToObjectChecked();
254 GetProperty(*obj_name)->ToObjectChecked()->IsJSObject());
256 GetProperty(*obj_name)->ToObjectChecked();
258 CHECK_EQ(Smi::FromInt(23), js_obj->GetProperty(*prop_name));
551 CHECK_EQ(Smi::FromInt(23), obj->GetProperty(*prop_name));
555 CHECK_EQ(Smi::FromInt(24), function->GetProperty(*prop_name));
565 GetProperty(object_symbol)->ToObjectChecked();
649 CHECK_EQ(Smi::FromInt(23), obj->GetProperty(*prop_name))
    [all...]
test-random.cc 88 context->global()->GetProperty(String::cast(symbol));
test-mark-compact.cc 208 GetProperty(func_name)->ToObjectChecked();
230 GetProperty(obj_name)->ToObjectChecked()->IsJSObject());
232 GetProperty(obj_name)->ToObjectChecked());
235 CHECK(obj->GetProperty(prop_name) == Smi::FromInt(23));
test-compiler.cc 104 return Isolate::Current()->context()->global()->GetProperty(*symbol);
303 GetProperty(String::cast(foo_symbol));
  /external/chromium/chrome/browser/ui/webui/
html_dialog_ui.cc 48 HtmlDialogUIDelegate** delegate = GetPropertyAccessor().GetProperty(
65 HtmlDialogUIDelegate** delegate = GetPropertyAccessor().GetProperty(
constrained_html_ui.cc 61 GetPropertyAccessor().GetProperty(tab_contents()->property_bag());
  /external/chromium/webkit/glue/
cpp_bound_class.h 166 bool GetProperty(NPIdentifier ident, NPVariant* result) const;
cpp_bound_class.cc 105 static bool getProperty(NPObject *obj, NPIdentifier ident,
126 CppNPObject::getProperty,
162 /* static */ bool CppNPObject::getProperty(NPObject* np_obj,
166 return obj->bound_class->GetProperty(ident, result);
231 bool CppBoundClass::GetProperty(NPIdentifier ident, NPVariant* result) const {
  /external/chromium/chrome/browser/ui/touch/frame/
touch_browser_frame_view.cc 178 bool* editable = contents ? GetFocusedStateAccessor()->GetProperty(
217 bool* editable = GetFocusedStateAccessor()->GetProperty(
  /external/v8/src/
handles.h 193 Handle<Object> GetProperty(Handle<JSReceiver> obj,
196 Handle<Object> GetProperty(Handle<Object> obj,
handles.cc 282 Handle<Object> GetProperty(Handle<JSReceiver> obj,
286 CALL_HEAP_FUNCTION(isolate, obj->GetProperty(*str), Object);
290 Handle<Object> GetProperty(Handle<Object> obj,
    [all...]
ic.cc 544 Object::GetProperty(object, object, &lookup, name, &attr);
786 Handle<Object> result = GetProperty(object, key);
    [all...]
  /external/webkit/Source/WebKit2/Shared/Plugins/
NPObjectProxy.cpp 169 bool NPObjectProxy::getProperty(NPIdentifier propertyName, NPVariant* result)
179 if (!m_npRemoteObjectMap->connection()->sendSync(Messages::NPObjectMessageReceiver::GetProperty(propertyNameData), Messages::NPObjectMessageReceiver::GetProperty::Reply(returnValue, resultData), m_npObjectID))
322 return toNPObjectProxy(npObject)->getProperty(propertyName, result);
  /external/skia/legacy/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/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/chrome/browser/extensions/
extension_omnibox_api.cc 54 return GetPropertyAccessor().GetProperty(
  /external/chromium/chrome/browser/ui/webui/chromeos/
enterprise_enrollment_ui.cc 310 g_enrollment_ui_controller_property.Get().GetProperty(
  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.cc 208 property_accessor()->GetProperty(contents->property_bag());
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
dinput.h 301 STDMETHOD(GetProperty)(THIS_ REFGUID,LPDIPROPHEADER) PURE;
331 STDMETHOD(GetProperty)(THIS_ REFGUID,LPDIPROPHEADER) PURE;
365 #define IDirectInputDevice_GetProperty(p,a,b) (p)->lpVtbl->GetProperty(p,a,b)
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
DINPUT.H 301 STDMETHOD(GetProperty)(THIS_ REFGUID,LPDIPROPHEADER) PURE;
331 STDMETHOD(GetProperty)(THIS_ REFGUID,LPDIPROPHEADER) PURE;
365 #define IDirectInputDevice_GetProperty(p,a,b) (p)->lpVtbl->GetProperty(p,a,b)

Completed in 3204 milliseconds

1 2