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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/ui/aura/client/
capture_client.cc 19 root_window->SetProperty(kRootWindowCaptureClientKey, client);
focus_client.cc 19 root_window->SetProperty(kRootWindowFocusClientKey, client);
stacking_client.cc 24 root_window->SetProperty(kRootWindowStackingClientKey, stacking_client);
visibility_client.cc 21 window->SetProperty(kWindowVisibilityClientKey, client);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-334.js 40 %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);
regress-cntl-descriptors-enum.js 33 %SetProperty(o, "a", 0, DontEnum);
36 %SetProperty(o2, "a", 0, DontEnum);
  /external/skia/src/animator/
SkDisplayPost.h 40 virtual bool setProperty(int index, SkScriptValue& );
SkDrawColor.h 30 virtual bool setProperty(int index, SkScriptValue&);
SkDrawRectangle.h 30 virtual bool setProperty(int index, SkScriptValue& );
  /external/v8/test/mjsunit/regress/
regress-334.js 40 %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);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormatter.java 49 context.setProperty(FormattingContextProperties.CONTEXT_DOCUMENT, Boolean.FALSE);
50 context.setProperty(FormattingContextProperties.CONTEXT_REGION, region);
62 context.setProperty(FormattingContextProperties.CONTEXT_MEDIUM, document);
77 context.setProperty(FormattingContextProperties.CONTEXT_PARTITION,
  /cts/tests/core/runner/src/android/test/
InstrumentationCtsTestRunner.java 80 System.setProperty("user.language", "en");
81 System.setProperty("user.region", "US");
83 System.setProperty("java.home", cacheDir.getAbsolutePath());
84 System.setProperty("user.home", cacheDir.getAbsolutePath());
85 System.setProperty("java.io.tmpdir", cacheDir.getAbsolutePath());
86 System.setProperty("user.dir", cacheDir.getAbsolutePath());
220 System.setProperty("user.home", mUserHome);
221 System.setProperty("java.io.tmpdir", mJavaIoTmpDir);
  /external/chromium_org/ash/wm/panels/
panel_window_event_handler.cc 30 target->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MINIMIZED);
42 target->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MINIMIZED);
  /external/chromium_org/ui/views/ime/
input_method_bridge_unittest.cc 54 GetContext()->SetProperty(aura::client::kRootWindowInputMethodKey,
76 GetContext()->SetProperty(aura::client::kRootWindowInputMethodKey,
  /external/chromium_org/ppapi/proxy/
url_request_info_resource.cc 29 PP_Bool URLRequestInfoResource::SetProperty(PP_URLRequestProperty property,
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/ash/wm/
workspace_controller_unittest.cc 89 window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL);
97 window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL);
106 window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL);
178 w1->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MAXIMIZED);
189 w1->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL);
206 w2->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_FULLSCREEN);
220 w2->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL);
255 w1->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_FULLSCREEN);
265 w1->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_DEFAULT);
273 w1->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_FULLSCREEN)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
popup.js 18 function setProperty(selector, prop, msg) {
22 setProperty('title', 'innerText', 'tabTitle');
23 setProperty('#q', 'placeholder', 'searchPlaceholder');
24 setProperty('#clear-all', 'title', 'clearAllTitle');
25 setProperty('#open-folder', 'title', 'openDownloadsFolderTitle');
26 setProperty('#empty', 'innerText', 'zeroItems');
27 setProperty('#searching', 'innerText', 'searching');
28 setProperty('#search-zero', 'innerText', 'zeroSearchResults');
29 setProperty('#management-permission-info', 'innerText',
31 setProperty('#grant-management-permission', 'innerText'
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorOutputElem.java 64 m_outputProperties.setProperty(OutputKeys.DOCTYPE_PUBLIC, newValue);
74 m_outputProperties.setProperty(OutputKeys.DOCTYPE_SYSTEM, newValue);
84 m_outputProperties.setProperty(OutputKeys.ENCODING, newValue);
104 m_outputProperties.setProperty(OutputKeys.MEDIA_TYPE, newValue);
144 m_outputProperties.setProperty(OutputKeys.VERSION, newValue);
154 m_outputProperties.setProperty(key, attrValue);
164 m_outputProperties.setProperty(key, attrValue);
  /external/chromium_org/v8/src/
math.js 230 %SetProperty(global, "Math", $Math, DONT_ENUM);
236 %SetProperty($Math,
241 %SetProperty($Math,
246 %SetProperty($Math,
251 %SetProperty($Math,
255 %SetProperty($Math,
259 %SetProperty($Math,
263 %SetProperty($Math,
267 %SetProperty($Math,
  /external/v8/src/
math.js 42 %SetProperty(global, "Math", $Math, DONT_ENUM);
229 %SetProperty($Math,
234 %SetProperty($Math,
239 %SetProperty($Math,
244 %SetProperty($Math,
248 %SetProperty($Math,
252 %SetProperty($Math,
256 %SetProperty($Math,
260 %SetProperty($Math,
  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySet.h 184 bool setProperty(CSSPropertyID, const String& value, bool important = false, StyleSheetContents* contextStyleSheet = 0);
185 void setProperty(CSSPropertyID, PassRefPtr<CSSValue>, bool important = false);
188 bool setProperty(CSSPropertyID, CSSValueID identifier, bool important = false);
189 bool setProperty(CSSPropertyID, CSSPropertyID identifier, bool important = false);
192 void setProperty(const CSSProperty&, CSSProperty* slot = 0);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
FontView.js 70 this.fontPreviewElement.style.setProperty("font-family", uniqueFontName);
71 this.fontPreviewElement.style.setProperty("visibility", "hidden");
78 this._dummyElement.style.setProperty("font-family", uniqueFontName);
79 this._dummyElement.style.setProperty("font-size", WebInspector.FontView._measureFontSize + "px");
137 this.fontPreviewElement.style.setProperty("font-size", finalFontSize + "px", null);
  /frameworks/base/test-runner/src/android/test/
InstrumentationCoreTestRunner.java 69 System.setProperty("user.language", "en");
70 System.setProperty("user.region", "US");
72 System.setProperty("java.home", cacheDir.getAbsolutePath());
73 System.setProperty("user.home", cacheDir.getAbsolutePath());
74 System.setProperty("java.io.tmpdir", cacheDir.getAbsolutePath());
  /external/chromium_org/chromeos/dbus/ibus/
ibus_property_unittest.cc 32 void SetProperty(const std::string& prefix, IBusProperty* property) {
91 SetProperty("Root_", &property);
95 SetProperty(prefix, sub_property);
  /external/easymock/src/org/easymock/internal/
EasyMockProperties.java 31 * <li>explicit call to setProperty</li>
121 public String setProperty(String key, String value) {
129 return (String) properties.setProperty(key, value);

Completed in 2087 milliseconds

1 23 4 5 6 7 8 91011>>