Searched refs:SetProperty (Results 1 - 25 of 246) sorted by relevance

12345678910

/external/chromium_org/ppapi/cpp/
H A Durl_request_info.h39 /// SetProperty() sets a request property. The value of the property must be
48 bool SetProperty(PP_URLRequestProperty property, const Var& value);
111 return SetProperty(PP_URLREQUESTPROPERTY_URL, url_string);
125 return SetProperty(PP_URLREQUESTPROPERTY_METHOD, method_string);
140 return SetProperty(PP_URLREQUESTPROPERTY_HEADERS, headers_string);
154 return SetProperty(PP_URLREQUESTPROPERTY_STREAMTOFILE, enable);
168 return SetProperty(PP_URLREQUESTPROPERTY_FOLLOWREDIRECTS, enable);
182 return SetProperty(PP_URLREQUESTPROPERTY_RECORDDOWNLOADPROGRESS, enable);
195 return SetProperty(PP_URLREQUESTPROPERTY_RECORDUPLOADPROGRESS, enable);
213 return SetProperty(PP_URLREQUESTPROPERTY_CUSTOMREFERRERUR
[all...]
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-1199637.js37 %SetProperty(this.__proto__, "a", 1234, NONE);
42 %SetProperty(this.__proto__, "b", 1234, NONE);
47 %SetProperty(this.__proto__, "c", 1234, READ_ONLY);
52 %SetProperty(this.__proto__, "d", 1234, READ_ONLY);
58 %SetProperty(this.__proto__, "x", 1234, NONE);
63 %SetProperty(this.__proto__, "y", 1234, NONE);
68 %SetProperty(this.__proto__, "z", 1234, READ_ONLY);
73 %SetProperty(this.__proto__, "w", 1234, READ_ONLY);
H A Dregress-cntl-descriptors-enum.js33 %SetProperty(o, "a", 0, DontEnum);
36 %SetProperty(o2, "a", 0, DontEnum);
H A Dregress-334.js40 %SetProperty(object, "foo", func1, DONT_ENUM | DONT_DELETE);
41 %SetProperty(object, "bar", func1, DONT_ENUM | READ_ONLY);
42 %SetProperty(object, "baz", func1, DONT_DELETE | READ_ONLY);
43 %SetProperty(object.__proto__, "bif", func1, DONT_ENUM | DONT_DELETE);
/external/v8/test/mjsunit/regress/
H A Dregress-1199637.js37 %SetProperty(this.__proto__, "a", 1234, NONE);
42 %SetProperty(this.__proto__, "b", 1234, NONE);
47 %SetProperty(this.__proto__, "c", 1234, READ_ONLY);
52 %SetProperty(this.__proto__, "d", 1234, READ_ONLY);
58 %SetProperty(this.__proto__, "x", 1234, NONE);
63 %SetProperty(this.__proto__, "y", 1234, NONE);
68 %SetProperty(this.__proto__, "z", 1234, READ_ONLY);
73 %SetProperty(this.__proto__, "w", 1234, READ_ONLY);
H A Dregress-334.js40 %SetProperty(object, "foo", func1, DONT_ENUM | DONT_DELETE);
41 %SetProperty(object, "bar", func1, DONT_ENUM | READ_ONLY);
42 %SetProperty(object, "baz", func1, DONT_DELETE | READ_ONLY);
43 %SetProperty(object.__proto__, "bif", func1, DONT_ENUM | DONT_DELETE | READ_ONLY);
/external/chromium_org/ui/aura/client/
H A Dactivation_client.cc21 root_window->SetProperty(kRootWindowActivationClientKey, client);
30 window->SetProperty(kHideOnDeactivate, hide_on_deactivate);
H A Dactivation_change_observer.cc21 window->SetProperty(kActivationChangeObserverKey, observer);
H A Dactivation_delegate.cc19 window->SetProperty(kActivationDelegateKey, delegate);
H A Danimation_host.cc23 window->SetProperty(kRootWindowAnimationHostKey, animation_host);
H A Dcursor_client.cc20 window->SetProperty(kCursorClientKey, client);
H A Ddrag_drop_delegate.cc19 window->SetProperty(kDragDropDelegateKey, delegate);
H A Dfocus_change_observer.cc24 window->SetProperty(kFocusChangeObserverKey, focus_change_observer);
H A Dwindow_move_client.cc20 window->SetProperty(kWindowMoveClientKey, client);
H A Dtooltip_client.cc22 root_window->SetProperty(kRootWindowTooltipClientKey, client);
33 window->SetProperty(kTooltipTextKey, tooltip_text);
H A Ddispatcher_client.cc19 root_window->SetProperty(kDispatcherClientKey, client);
H A Ddrag_drop_client.cc20 root_window->SetProperty(kRootWindowDragDropClientKey, client);
H A Devent_client.cc19 root_window->SetProperty(kRootWindowEventClientKey, client);
H A Dscreen_position_client.cc22 root_window->SetProperty(kScreenPositionClientKey, client);
H A Duser_action_client.cc19 root_window->SetProperty(kRootWindowUserActionClientKey, client);
/external/chromium_org/ui/views/corewm/
H A Dshadow_types.cc15 window->SetProperty(kShadowTypeKey, shadow_type);
/external/chromium_org/ash/shelf/
H A Dshelf_util.cc26 window->SetProperty(kLauncherID, id);
38 window->SetProperty(kLauncherItemDetailsKey, item_details);
/external/chromium_org/ui/views/ime/
H A Dinput_method_bridge_unittest.cc24 GetContext()->SetProperty(aura::client::kRootWindowInputMethodKey,
46 GetContext()->SetProperty(aura::client::kRootWindowInputMethodKey,
/external/chromium_org/v8/src/
H A Dgenerator.js82 %SetProperty(GeneratorObjectPrototype, "constructor",
86 %SetProperty(GeneratorFunctionPrototype, "constructor",
/external/chromium_org/ppapi/thunk/
H A Dppb_url_request_info_api.h21 virtual PP_Bool SetProperty(PP_URLRequestProperty property,

Completed in 416 milliseconds

12345678910