HomeSort by relevance Sort by last modified time
    Searched full:properties (Results 826 - 850 of 6891) sorted by null

<<31323334353637383940>>

  /external/chromium_org/chrome/browser/
chrome_browser_field_trials.h 19 // |local_state| is used to extract properties like install time.
  /external/chromium_org/chrome/browser/managed_mode/
managed_user_theme.h 15 // blue as frame color, and defines color properties for the avatar label.
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/
bookmark_item_applescript.h 17 // |make new bookmarks item with properties {title:"foo"}|.
  /external/chromium_org/chrome/browser/ui/cocoa/
first_run_dialog.h 30 // Properties for bindings.
  /external/chromium_org/chrome/common/extensions/api/
activity_log_private.json 14 "properties": {
27 "properties": {
40 "properties": {
53 "properties": {
page_actions.json 20 "description": "An object specifing what action should be applied to the page action. Contains the following properties:",
21 "properties": {
40 "description": "An object specifying what action should be applied to the page action. Contains the following properties:",
41 "properties": {
page_capture.json 18 "properties": {
sessions.json 13 "properties": {
26 "properties": {
35 "properties": {
110 "properties": {
top_sites.json 14 "properties": {
  /external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/panels/chrome-query/
devtools.js 18 "jQuery Properties",
  /external/chromium_org/chrome/common/extensions/docs/examples/howto/tab_shortcuts/
tab_shortcuts.js 10 // Call 'update' with an empty properties object to get access to the current
  /external/chromium_org/chromeos/ime/
input_method_delegate.h 16 // Provides access to read/persist Input Method-related properties.
  /external/chromium_org/chromeos/network/
network_cert_migrator.h 18 // Migrates network configurations from deprecated CaCertNSS properties to
network_configuration_handler.cc 55 const base::DictionaryValue& properties) {
57 scoped_ptr<base::DictionaryValue> properties_copy(properties.DeepCopy());
59 shill_property_util::GetNameFromProperties(service_path, properties);
101 const base::DictionaryValue& properties) {
102 for (base::DictionaryValue::Iterator iter(properties);
230 const base::DictionaryValue& properties,
233 if (properties.empty()) {
239 LogConfigProperties("SetProperty", service_path, properties);
243 properties, local
275 const base::DictionaryValue& properties,
299 properties, local
    [all...]
network_state_handler.h 41 // Class for tracking the list of visible networks and their properties.
43 // This class maps essential properties from the connection manager (Shill) for
44 // each visible network. It is not used to change the properties of services or
45 // devices, only global (manager) properties.
47 // All getters return the currently cached properties. This class is expected to
48 // keep properties up to date by managing the appropriate Shill observers.
85 // Requests all Manager properties, specifically to update the complete
118 // Note: NetworkState is frequently updated asynchronously, i.e. properties
174 // favorite is visible and retrieve the complete properties (and vice-versa).
200 // When the properties are received, NetworkPropertiesUpdated will b
    [all...]
  /external/chromium_org/cloud_print/service/win/
installer.cc 42 base::win::ShortcutProperties properties; local
48 properties.set_target(exe_path);
49 properties.set_working_dir(exe_path.DirName());
50 CreateOrUpdateShortcutLink(path, properties, operation);
  /external/chromium_org/content/common/android/
device_telephony_info.h 17 // available using the Android SDK, including Telephony properties.
  /external/chromium_org/content/test/
cpp_binding_example.h 11 and properties that can be exposed to JavaScript by an appropriately built
15 constructor, any methods and properties to be exposed, and optionally a
48 // properties that will be exposed to JavaScript. If needed, the class could
79 // These properties will also be exposed to JavaScript.
  /external/chromium_org/content/test/data/media/webui/
player_info_test.html 43 assertEquals(value, window.pi.properties[key]);
46 assertEquals(value2, window.pi.properties[key]);
94 // Check to make sure that properties are correctly
136 assertEquals(value, pi.properties[key]);
  /external/chromium_org/net/cert/
cert_type.h 13 // The type is a combination of intrinsic properties, such as the presense of an
  /external/chromium_org/sync/protocol/
app_setting_specifics.proto 21 // Properties of app setting sync objects; just an extension setting.
bookmark_specifics.proto 23 // Properties of bookmark sync objects.
extension_setting_specifics.proto 17 // Properties of extension setting sync objects.
  /external/chromium_org/third_party/WebKit/PerformanceTests/Bindings/
named-property-enumerator.html 25 description: "This benchmark covers enumerator of named properties",
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8BlobCustom.cpp 61 V8BlobCustomHelpers::ParsedProperties properties(false);
69 if (!properties.parseBlobPropertyBag(info[1], "Blob", exceptionState, info.GetIsolate())) {
77 if (!V8BlobCustomHelpers::processBlobParts(blobParts, length, properties.endings(), blobBuilder, info.GetIsolate()))
80 RefPtr<Blob> blob = blobBuilder.createBlob(properties.contentType());

Completed in 341 milliseconds

<<31323334353637383940>>