HomeSort by relevance Sort by last modified time
    Searched full:setproperty (Results 151 - 175 of 772) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/v8/src/extensions/i18n/
break-iterator.js 81 %SetProperty(Intl, 'v8BreakIterator', function() {
99 %SetProperty(Intl.v8BreakIterator.prototype, 'resolvedOptions', function() {
133 %SetProperty(Intl.v8BreakIterator, 'supportedLocalesOf', function(locales) {
collator.js 124 %SetProperty(Intl, 'Collator', function() {
142 %SetProperty(Intl.Collator.prototype, 'resolvedOptions', function() {
180 %SetProperty(Intl.Collator, 'supportedLocalesOf', function(locales) {
number-format.js 175 %SetProperty(Intl, 'NumberFormat', function() {
193 %SetProperty(Intl.NumberFormat.prototype, 'resolvedOptions', function() {
250 %SetProperty(Intl.NumberFormat, 'supportedLocalesOf', function(locales) {
  /external/v8/src/
collection.js 219 %SetProperty($Set.prototype, "constructor", $Set, DONT_ENUM);
220 %SetProperty($Map.prototype, "constructor", $Map, DONT_ENUM);
241 %SetProperty($WeakMap.prototype, "constructor", $WeakMap, DONT_ENUM);
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/
HierarchyViewer.java 41 System.setProperty("apple.laf.useScreenMenuBar", "true");
42 System.setProperty("apple.awt.brushMetalLook", "true");
43 System.setProperty("com.apple.mrj.application.apple.menu.about.name", "HierarchyViewer");
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogManagerTest.java 666 props.setProperty("config", className + "$MockValidConfig");
672 props.setProperty("config", className + "$MockValidConfig "
678 props.setProperty("config", className + "$MockValidConfig2 "
687 props.setProperty("config", className
694 props.setProperty("config", className
700 props.setProperty("config", "badname");
705 props.setProperty("config", className + "$MockValidConfig2;"
710 props.setProperty("config", className + "$MockValidConfig2;"
718 props.setProperty("config", className + "$MockValidConfig "
727 props.setProperty("config", "badname " + classNam
    [all...]
  /external/chromium_org/ui/views/widget/
native_widget_aura.cc 64 window->SetProperty(aura::client::kRestoreBoundsKey, new gfx::Rect(bounds));
110 window_->SetProperty(aura::client::kShowStateKey, params.show_state);
178 window_->SetProperty(aura::client::kCanMaximizeKey,
180 window_->SetProperty(aura::client::kCanResizeKey,
347 window_->SetProperty(aura::client::kModalKey, modal_type);
421 window_->SetProperty(aura::client::kModalKey, ui::MODAL_TYPE_NONE);
452 window_->SetProperty(aura::client::kShowStateKey, state);
480 window_->SetProperty(aura::client::kDrawAttentionKey, false);
494 window_->SetProperty(aura::client::kAlwaysOnTopKey, on_top);
498 window_->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MAXIMIZED)
    [all...]
window_reorderer_unittest.cc 86 w2->GetNativeView()->SetProperty(kHostViewKey, host_view2);
92 w1->GetNativeView()->SetProperty(kHostViewKey, host_view1);
153 w2->SetProperty(views::kHostViewKey, host_view2);
171 w1->SetProperty(views::kHostViewKey, host_view1);
227 w->GetNativeView()->SetProperty(kHostViewKey, v12);
  /external/chromium/webkit/glue/
cpp_bound_class.cc 111 static bool setProperty(NPObject *obj, NPIdentifier ident,
127 CppNPObject::setProperty,
169 /* static */ bool CppNPObject::setProperty(NPObject* np_obj,
173 return obj->bound_class->SetProperty(ident, value);
245 bool CppBoundClass::SetProperty(NPIdentifier ident,
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_http.cc 166 interface->SetProperty(request_info,
169 interface->SetProperty(request_info,
172 interface->SetProperty(request_info,
175 interface->SetProperty(request_info,
197 interface->SetProperty(
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
CppBoundClass.cpp 143 static bool setProperty(NPObject*, NPIdentifier, const NPVariant* value);
158 CppNPObject::setProperty,
202 bool CppNPObject::setProperty(NPObject* npObj, NPIdentifier ident, const NPVariant* value)
205 return obj->boundClass->setProperty(ident, value);
274 bool CppBoundClass::setProperty(NPIdentifier ident, const NPVariant* value)
  /external/chromium_org/third_party/skia/src/xml/
SkJSDisplayable.cpp 64 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) {
346 displayable->setProperty(-1 - (int) info->fOffset, scriptValue);
  /external/chromium_org/webkit/renderer/
cpp_bound_class.cc 115 static bool setProperty(NPObject *obj, NPIdentifier ident,
131 CppNPObject::setProperty,
173 /* static */ bool CppNPObject::setProperty(NPObject* np_obj,
177 return obj->bound_class->SetProperty(ident, value);
245 bool CppBoundClass::SetProperty(NPIdentifier ident,
  /external/skia/src/xml/
SkJSDisplayable.cpp 64 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) {
346 displayable->setProperty(-1 - (int) info->fOffset, scriptValue);
  /external/chromium_org/ash/wm/
window_modality_controller_unittest.cc 59 w12->SetProperty(aura::client::kModalKey, ui::MODAL_TYPE_WINDOW);
109 w11->SetProperty(aura::client::kModalKey, ui::MODAL_TYPE_WINDOW);
110 w111->SetProperty(aura::client::kModalKey, ui::MODAL_TYPE_WINDOW);
163 w11->SetProperty(aura::client::kModalKey, ui::MODAL_TYPE_WINDOW);
164 w111->SetProperty(aura::client::kModalKey, ui::MODAL_TYPE_WINDOW);
198 w11->SetProperty(aura::client::kModalKey, ui::MODAL_TYPE_WINDOW);
220 w2->SetProperty(aura::client::kModalKey, ui::MODAL_TYPE_WINDOW);
262 modal_window->SetProperty(aura::client::kModalKey, ui::MODAL_TYPE_WINDOW);
334 w11->SetProperty(aura::client::kModalKey, ui::MODAL_TYPE_WINDOW);
511 w4->SetProperty(aura::client::kModalKey, ui::MODAL_TYPE_WINDOW)
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
ConfigurationTest.java 87 oldAuthConfig = System.setProperty(AUTH_LOGIN_CONFIG, "="
110 Security.setProperty(LOGIN_CONFIG_PROVIDER, ConfTestProvider.class
117 Security.setProperty(LOGIN_CONFIG_PROVIDER, "ThereIsNoSuchClass");
128 Security.setProperty(LOGIN_CONFIG_PROVIDER, this.getClass()
139 Security.setProperty(LOGIN_CONFIG_PROVIDER,
217 props.setProperty("login.config.url.1", "file:"
219 props.setProperty("login.config.url.2", "file:"
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/kerberos/
KerberosPrincipalTest.java 200 System.setProperty(KRB5_REALM_SYS_PROP, testRealm);
201 System.setProperty(KRB5_KDC_SYS_PROP, "some_value");
210 System.setProperty(KRB5_REALM_SYS_PROP,
  /external/chromium_org/ash/wm/panels/
panel_window_resizer.cc 199 GetTarget()->SetProperty(internal::kContinueDragAfterReparent, true);
200 GetTarget()->SetProperty(internal::kPanelAttachedKey, true);
214 GetTarget()->SetProperty(internal::kPanelAttachedKey, should_attach_);
  /external/chromium_org/chrome/browser/ui/views/frame/
app_non_client_frame_view_ash_browsertest.cc 40 window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MAXIMIZED);
44 window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MINIMIZED);
48 window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL);
  /libcore/luni/src/test/java/libcore/java/io/
OldFileTest.java 77 System.setProperty("user.dir", dirName);
113 System.setProperty("user.dir", userDir);
211 System.setProperty("java.io.tmpdir", userDir);
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
TestUtils.java 75 properties.setProperty(key, value);
  /external/chromium/chrome/browser/ui/views/
constrained_html_delegate_gtk.cc 83 ConstrainedHtmlUI::GetPropertyAccessor().SetProperty(
constrained_html_delegate_win.cc 84 ConstrainedHtmlUI::GetPropertyAccessor().SetProperty(
  /external/chromium_org/ash/wm/workspace/
colored_window_controller.cc 69 widget->GetNativeView()->SetProperty(aura::client::kAnimationsDisabledKey,
  /external/chromium_org/chromeos/dbus/
fake_shill_device_client.cc 35 void FakeShillDeviceClient::SetProperty(const dbus::ObjectPath& device_path,

Completed in 1537 milliseconds

1 2 3 4 5 67 8 91011>>