Home
last modified time | relevance | path

Searched defs:label (Results 1 – 25 of 946) sorted by relevance

12345678910>>...38

/external/chromium-trace/trace-viewer/src/ui/
Ddom_helpers_test.js57 [{label: '6.25%', value: 0.0625}, property
58 {label: '12.5%', value: 0.125}, property
59 {label: '25%', value: 0.25}, property
60 {label: '37.5%', value: 0.375}, property
61 {label: '50%', value: 0.5}, property
62 {label: '75%', value: 0.75}, property
63 {label: '100%', value: 1}, property
64 {label: '200%', value: 2} property
77 [{label: '6.25%', value: 0.0625}, property
78 {label: '12.5%', value: 0.125}, property
[all …]
/external/chromium_org/chrome/browser/resources/
Dgesture_config.js162 label: 'Maximum Cancel to Down Time for Tap Suppression', property
167 label: 'Maximum Tap Gap Time for Tap Suppression', property
172 label: 'Long Press Time', property
177 label: 'Semi Long Press Time', property
183 label: 'Delay before show press event is fired', property
188 label: 'Maximum Double Click Interval', property
194 label: 'Maximum Separation for Gesture Touches', property
199 label: 'Maximum Swipe Deviation', property
204 label: 'Maximum Touch-Down Duration for Click', property
210 label: 'Maximum Touch-Move for Click', property
[all …]
/external/chromium_org/chrome/browser/resources/chromeos/
Dkeyboard_overlay_data.js83 'label': 'power' property
87 'label': 'esc' property
149 'label': 'backspace' property
153 'label': 'tab' property
215 'label': 'enter' property
219 'label': 'ctrl' property
282 'label': 'shift' property
337 'label': 'shift' property
342 'label': 'alt' property
345 'label': 'space' property
[all …]
/external/chromium-trace/trace-viewer/src/tracing/analysis/
Danalyze_slices_test.js174 {label: 'c', property
181 assertObjectEquals({label: 'Selection start', time: 0}, t.rows[1]); property
182 assertObjectEquals({label: 'Selection extent', time: 0.18}, t.rows[2]); property
186 assertObjectEquals({label: 'Title', text: 'c'}, t.rows[0]); property
187 assertObjectEquals({label: 'Start', time: 0}, t.rows[1]); property
188 assertObjectEquals({label: 'Duration', time: 0.04}, t.rows[2]); property
192 assertObjectEquals({label: 'Title', text: 'c'}, t.rows[0]); property
193 assertObjectEquals({label: 'Start', time: 0.12}, t.rows[1]); property
194 assertObjectEquals({label: 'Duration', time: 0.06}, t.rows[2]); property
Dstub_analysis_results.js24 appendTableHeader: function(table, label) { argument
30 appendSummaryRow: function(table, label, opt_text) { argument
31 table.rows.push({label: label, property
39 appendSummaryRowTime: function(table, label, time) { argument
40 table.rows.push({label: label, property
44 appendDataRow: function(table, label, duration, occurences, argument
46 table.rows.push({label: label, property
Dgeneric_object_view.js43 label, object, indent, depth, maxDepth, suffix) { argument
95 label, object, indent, depth, maxDepth, suffix) { argument
117 label, object, indent, depth, maxDepth, suffix) { argument
138 appendElementWithLabel_: function(label, indent, dataElement, suffix) { argument
160 appendSimpleText_: function(label, indent, text, suffix) { argument
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
Dpopup.js231 {id: "", label: "Chromium"}, property
232 {id: "win", label: "Win"}, property
233 {id: "mac", label: "Mac"}, property
234 {id: "linux", label: "Linux"}, property
235 {id: "chromiumos", label: "ChromiumOS"}, property
236 {id: "chrome", label: "Official"}, property
237 {id: "memory", label: "Memory"} property
241 {id: "lkgr", label: "LKGR"}, property
242 {id: "perf", label: "Perf"}, property
243 {id: "memory.fyi", label: "Memory FYI"}, property
[all …]
/external/chromium_org/ui/views/controls/
Dlabel_unittest.cc21 Label label; in TEST() local
31 Label label; in TEST() local
41 Label label; in TEST() local
48 Label label; in TEST() local
56 Label label; in TEST() local
80 Label label; in TEST() local
91 Label label; in TEST() local
100 Label label; in TEST() local
147 Label label; in TEST() local
159 Label label; in TEST() local
[all …]
/external/chromium_org/ui/base/accelerators/
Dmenu_label_accelerator_util_linux.cc17 std::string ConvertAmpersandsTo(const std::string& label, in ConvertAmpersandsTo()
44 std::string ConvertAcceleratorsFromWindowsStyle(const std::string& label) { in ConvertAcceleratorsFromWindowsStyle()
48 std::string RemoveWindowsStyleAccelerators(const std::string& label) { in RemoveWindowsStyleAccelerators()
56 std::string EscapeWindowsStyleAccelerators(const std::string& label) { in EscapeWindowsStyleAccelerators()
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/ui/
Dlist_item.js22 get label() { getter in ListItem
25 set label(label) { argument
/external/chromium_org/ui/webui/resources/js/cr/ui/
Dlist_item.js22 get label() { getter in ListItem
25 set label(label) { argument
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
Dlist_item.js22 get label() { getter in ListItem
25 set label(label) { setter in ListItem
Dmenu_item.js83 get label() { getter in MenuItem
86 set label(label) { argument
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebSourceInfo.cpp42 const WebString& label() const { return m_label; } in label() function in blink::FINAL
54 …ate::create(const WebString& id, WebSourceInfo::SourceKind kind, const WebString& label, WebSource… in create()
59 …InfoPrivate(const WebString& id, WebSourceInfo::SourceKind kind, const WebString& label, WebSource… in WebSourceInfoPrivate()
77 …:initialize(const WebString& id, WebSourceInfo::SourceKind kind, const WebString& label, WebSource… in initialize()
94 WebString WebSourceInfo::label() const in label() function in blink::WebSourceInfo
/external/chromium_org/ui/views/controls/menu/
Dmenu.cc79 const string16& label, in AppendMenuItem()
86 const string16& label, in AddMenuItem()
94 Menu* Menu::AppendSubMenu(int item_id, const string16& label) { in AppendSubMenu()
98 Menu* Menu::AddSubMenu(int index, int item_id, const string16& label) { in AddSubMenu()
103 const string16& label, in AppendSubMenuWithIcon()
108 void Menu::AppendMenuItemWithLabel(int item_id, const string16& label) { in AppendMenuItemWithLabel()
114 const string16& label) { in AddMenuItemWithLabel()
131 const string16& label, in AppendMenuItemWithIcon()
138 const string16& label, in AddMenuItemWithIcon()
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DLocalVariableInfo.java79 public void setStarts(int label, RegisterSpecSet specs) { in setStarts()
108 public boolean mergeStarts(int label, RegisterSpecSet specs) { in mergeStarts()
142 public RegisterSpecSet getStarts(int label) { in getStarts()
169 public RegisterSpecSet mutableCopyOfStarts(int label) { in mutableCopyOfStarts()
246 private RegisterSpecSet getStarts0(int label) { in getStarts0()
/external/doclava/res/assets/templates/
Ddiff.cs4 .package-label { property
8 .class-label { class
12 .method-label { property
/external/bluetooth/bluedroid/stack/avrc/
Davrc_opt.c101 UINT16 AVRC_UnitCmd(UINT8 handle, UINT8 label) in AVRC_UnitCmd()
146 UINT16 AVRC_SubCmd(UINT8 handle, UINT8 label, UINT8 page) in AVRC_SubCmd()
190 UINT16 AVRC_VendorCmd(UINT8 handle, UINT8 label, tAVRC_MSG_VENDOR *p_msg) in AVRC_VendorCmd()
225 UINT16 AVRC_VendorRsp(UINT8 handle, UINT8 label, tAVRC_MSG_VENDOR *p_msg) in AVRC_VendorRsp()
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DBlockAddresses.java76 public CodeAddress getStart(int label) { in getStart()
97 public CodeAddress getLast(int label) { in getLast()
119 public CodeAddress getEnd(int label) { in getEnd()
132 int label = one.getLabel(); in setupArrays() local
/external/chromium-trace/trace-viewer/src/cc/
Dlayer_tree_quad_stack_viewer.js51 [{label: '6.25%', value: 0.0625}, property
52 {label: '12.5%', value: 0.125}, property
53 {label: '25%', value: 0.25}, property
54 {label: '37.5%', value: 0.375}, property
55 {label: '50%', value: 0.5}, property
56 {label: '75%', value: 0.75}, property
57 {label: '100%', value: 1}, property
58 {label: '200%', value: 2} property
/external/chromium/chrome/browser/resources/
Dkeyboard_overlay_data.js11 "label": "glyph_power", property
18 "label": "esc", property
107 "label": "backspace", property
114 "label": "tab", property
203 "label": "enter", property
210 "label": "ctrl", property
300 "label": "shift", property
380 "label": "shift", property
390 "label": "alt", property
396 "label": "glyph_back", property
[all …]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DTransition.java39 public Label label; field in Transition
44 public Transition(Label label, State target) { in Transition()
49 public Transition(int label, State target) { in Transition()
/external/chromium_org/content/renderer/pepper/
Dpepper_media_device_manager.cc122 void PepperMediaDeviceManager::CloseDevice(const std::string& label) { in CloseDevice()
129 const std::string& label) { in GetSessionID()
149 const std::string& label, in OnStreamGenerated()
158 const std::string& label, in OnDeviceStopped()
185 const std::string& label, in OnDeviceOpened()
229 const std::string& label) { in NotifyDeviceOpened()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DContextMenu.js39 WebInspector.ContextMenuItem = function(topLevelMenu, type, label, disabled, checked) argument
97 WebInspector.ContextSubMenuItem = function(topLevelMenu, label, disabled) argument
111 appendItem: function(label, handler, disabled) argument
124 appendSubMenuItem: function(label, disabled) argument
134 appendCheckboxItem: function(label, handler, checked, disabled) argument
170 … var result = { type: "subMenu", label: this._label, enabled: !this._disabled, subItems: [] }; property
/external/chromium_org/content/renderer/media/
Dmock_media_stream_dispatcher.cc73 bool MockMediaStreamDispatcher::IsStream(const std::string& label) { in IsStream()
77 int MockMediaStreamDispatcher::video_session_id(const std::string& label, in video_session_id()
82 int MockMediaStreamDispatcher::audio_session_id(const std::string& label, in audio_session_id()

12345678910>>...38