Searched refs:SetProperty (Results 126 - 150 of 246) sorted by relevance

12345678910

/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dscriptable_plugin.cc105 void ScriptablePlugin::SetProperty(const pp::Var& name, function in class:plugin::ScriptablePlugin
108 PLUGIN_PRINTF(("ScriptablePlugin::SetProperty (name=%s, value=%s)\n",
110 Error("SetProperty", name.DebugString().c_str(),
/external/chromium_org/ppapi/proxy/
H A Durl_request_info_resource.cc29 PP_Bool URLRequestInfoResource::SetProperty(PP_URLRequestProperty property, function in class:ppapi::proxy::URLRequestInfoResource
36 // the renderer and *not* run through SetProperty again.
114 // SetProperty() above for why.
138 // SetProperty() above for why.
168 // SetProperty() above for why.
186 // SetProperty() above for why.
/external/chromium_org/tools/gn/
H A Dscope.h201 void SetProperty(const void* key, void* value);
251 // Opaque pointers. See SetProperty() above.
/external/chromium_org/ui/views/corewm/
H A Dwindow_animations.cc507 window->SetProperty(kWindowVisibilityAnimationTypeKey, type);
517 window->SetProperty(kWindowVisibilityAnimationTransitionKey, transition);
530 window->SetProperty(kWindowVisibilityAnimationDurationKey,
536 window->SetProperty(kWindowVisibilityAnimationVerticalPositionKey, position);
/external/chromium/webkit/glue/
H A Dcpp_bound_class.cc173 return obj->bound_class->SetProperty(ident, value);
245 bool CppBoundClass::SetProperty(NPIdentifier ident, function in class:CppBoundClass
/external/chromium_org/chromeos/dbus/
H A Dfake_shill_device_client.cc82 void FakeShillDeviceClient::SetProperty(const dbus::ObjectPath& device_path, function in class:chromeos::FakeShillDeviceClient
247 SetProperty(dbus::ObjectPath(device_path), name, value,
H A Dshill_service_client_unittest.cc114 TEST_F(ShillServiceClientTest, SetProperty) {
129 client_->SetProperty(dbus::ObjectPath(kExampleServicePath),
H A Dshill_device_client_unittest.cc156 TEST_F(ShillDeviceClientTest, SetProperty) {
171 client_->SetProperty(dbus::ObjectPath(kExampleDevicePath),
/external/chromium_org/ash/wm/
H A Dimmersive_fullscreen_controller_unittest.cc128 window()->SetProperty(aura::client::kShowStateKey,
925 window()->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL);
930 window()->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_FULLSCREEN);
936 window()->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL);
945 window()->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_FULLSCREEN);
951 window()->SetProperty(aura::client::kShowStateKey,
H A Dbase_layout_manager.cc179 window_state->window()->SetProperty(aura::client::kRestoreShowStateKey,
/external/chromium_org/v8/src/
H A Dmessages.js304 %SetProperty(Script.prototype, 'constructor', Script,
1206 %SetProperty(global, name, f, DONT_ENUM);
1207 %SetProperty(builtins, '$' + name, f, DONT_ENUM | DONT_DELETE | READ_ONLY);
1222 %SetProperty(f.prototype, 'constructor', f, DONT_ENUM);
1223 %SetProperty(f.prototype, "name", name, DONT_ENUM);
1255 %SetProperty($Error.prototype, 'message', '', DONT_ENUM);
/external/chromium_org/ash/shelf/
H A Dshelf_layout_manager_unittest.cc347 window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL);
1276 window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MAXIMIZED);
1310 window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_FULLSCREEN);
1337 window1->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_FULLSCREEN);
1371 window1->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_FULLSCREEN);
1768 w1->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL);
1773 w1->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MAXIMIZED);
1777 w1->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL);
1781 w1->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MAXIMIZED);
1848 w1->SetProperty(aur
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-heap.cc277 JSReceiver::SetProperty(global, name, function, NONE, kNonStrictMode);
280 JSReceiver::SetProperty(obj, prop_name, twenty_three, NONE, kNonStrictMode);
281 JSReceiver::SetProperty(obj, prop_namex, twenty_four, NONE, kNonStrictMode);
301 JSReceiver::SetProperty(global, obj_name, obj, NONE, kNonStrictMode);
302 JSReceiver::SetProperty(obj, prop_name, twenty_three, NONE, kNonStrictMode);
632 JSReceiver::SetProperty(obj, prop_name, twenty_three, NONE, kNonStrictMode);
635 JSReceiver::SetProperty(function, prop_name, twenty_four, NONE,
663 JSReceiver::SetProperty(obj, first, one, NONE, kNonStrictMode);
671 JSReceiver::SetProperty(obj, first, one, NONE, kNonStrictMode);
672 JSReceiver::SetProperty(ob
[all...]
H A Dtest-mark-compact.cc171 JSReceiver::SetProperty(
189 JSReceiver::SetProperty(
194 JSReceiver::SetProperty(
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py828 def SetProperty(self, key, value): member in class:XCObject
922 self.SetProperty('name', name)
2152 self.SetProperty('productName', self._properties['name'])
2326 self.SetProperty('productName', product_name)
2355 self.SetProperty('productName', product_name)
2366 self.SetProperty('productReference', file_ref)
2541 self.SetProperty('mainGroup', PBXGroup())
2830 self._properties['rootObject'].SetProperty('compatibilityVersion',
2832 self.SetProperty('objectVersion', version_to_object_version[version]);
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_layout_manager_unittest.cc181 window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_FULLSCREEN);
256 window->SetProperty(aura::client::kShowStateKey,
268 window->SetProperty(aura::client::kShowStateKey,
H A Dworkspace_event_handler_unittest.cc254 window->SetProperty(aura::client::kCanMaximizeKey, true);
291 window->SetProperty(aura::client::kCanMaximizeKey, true);
/external/chromium_org/third_party/skia/src/xml/
H A DSkJSDisplayable.cpp64 static JSBool SetProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp);
205 gDisplayableClasses[type].setProperty = SkJSDisplayable::SetProperty;
296 JSBool SkJSDisplayable::SetProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp) { function in class:SkJSDisplayable
/external/skia/src/xml/
H A DSkJSDisplayable.cpp64 static JSBool SetProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp);
205 gDisplayableClasses[type].setProperty = SkJSDisplayable::SetProperty;
296 JSBool SkJSDisplayable::SetProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp) { function in class:SkJSDisplayable
/external/v8/test/cctest/
H A Dtest-mark-compact.cc197 Isolate::Current()->context()->global()->SetProperty(
215 Isolate::Current()->context()->global()->SetProperty(
219 obj->SetProperty(prop_name,
/external/chromium/chrome/browser/extensions/
H A Dextension_omnibox_api.cc166 GetPropertyAccessor().SetProperty(
/external/chromium/chrome/browser/ui/touch/frame/
H A Dtouch_browser_frame_view.cc239 GetFocusedStateAccessor()->SetProperty(
/external/chromium/chrome/browser/ui/webui/chromeos/
H A Denterprise_enrollment_ui.cc320 g_enrollment_ui_controller_property.Get().SetProperty(
/external/chromium_org/ash/display/
H A Droot_window_transformers.cc66 root_window->SetProperty(kRotationPropertyKey, info.rotation());
/external/chromium_org/ash/test/
H A Dash_test_base.cc273 window->SetProperty(aura::client::kCanMaximizeKey, true);

Completed in 916 milliseconds

12345678910