HomeSort by relevance Sort by last modified time
    Searched refs:label (Results 1026 - 1050 of 2711) sorted by null

<<41424344454647484950>>

  /external/chromium_org/ppapi/api/
ppb_udp_socket.idl 12 label Chrome {
ppb_url_loader.idl 13 label Chrome {
  /external/chromium_org/ppapi/api/private/
ppb_udp_socket_private.idl 10 label Chrome {
ppp_content_decryptor_private.idl 11 label Chrome {
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
reset.css 15 fieldset, form, label, legend,
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebMediaStream.cpp 142 void WebMediaStream::initialize(const WebString& label, const WebVector<WebMediaStreamTrack>& audioTracks, const WebVector<WebMediaStreamTrack>& videoTracks)
153 m_private = MediaStreamDescriptor::create(label, audio, video);
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/styles/
failures.css 70 ul.failures>li label {
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamsignaling.cc 249 if (rtp_data_channels_.find(data_channel->label()) !=
251 LOG(LS_ERROR) << "DataChannel with label " << data_channel->label()
255 rtp_data_channels_[data_channel->label()] = data_channel;
264 const std::string& label,
272 data_channel_factory_->CreateDataChannel(label, &config));
283 if (local_streams_->find(local_stream->label()) != NULL) {
284 LOG(LS_WARNING) << "MediaStream with label " << local_stream->label()
514 stream->label());
871 std::string label = it->sync_label.empty() ? local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
multisect1.asm 17 ; label to use for copying this segment at run-time.
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/amd64/
elfso64.asm 13 ; [8] Define a NASM local label
14 ; [9] Reference a NASM local label
43 .label rol rax,1 ; [4] [8]
44 loop .label ; [9] [12]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elfso.asm 18 ; [8] Define a NASM local label
19 ; [9] Reference a NASM local label
48 .label rol eax,1 ; [4] [8]
49 loop .label ; [9] [12]
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
menu-view.js 44 target.label = origin.name;
66 // Find child with the same label in target tree.
68 if (child.label === current.label)
  /external/chromium_org/tools/page_cycler/webpagereplay/
start.js 61 var label = document.createTextNode('Iterations: ');
62 form.appendChild(label);
72 var label = document.createTextNode('Test: ');
73 form.appendChild(label);
  /external/chromium_org/ui/base/models/
button_menu_item_model.cc 33 base::string16 label; member in struct:ui::ButtonMenuItemModel::Item
94 return items_[index].label;
  /external/chromium_org/ui/views/controls/button/
radio_button.cc 18 RadioButton::RadioButton(const string16& label, int group_id)
19 : Checkbox(label) {
  /external/chromium_org/ui/views/controls/menu/
native_menu_win.cc 39 // the item label.
41 // Margins between the top of the item and the label.
43 // Margins between the bottom of the item and the label.
54 string16 label; member in struct:views::NativeMenuWin::ItemData
175 measure_item_struct->itemWidth = font.GetStringWidth(data->label) +
180 // If the label contains an accelerator, make room for tab.
181 if (data->label.find(L'\t') != string16::npos)
216 // Draw the label.
233 // label from the accelerator), we have to justify the fist part on the
237 string16 label = data->label local
    [all...]
  /external/chromium_org/v8/src/
lithium.cc 274 Label* LChunk::GetAssemblyLabel(int block_id) const {
275 LLabel* label = GetLabel(block_id); local
276 ASSERT(!label->HasReplacement());
277 return label->label();
290 LLabel* label = LLabel::cast(first_instr); local
293 if (label->IsRedundant() &&
294 !label->is_loop_header()) {
308 label->set_replacement(GetLabel(goto_instr->block_id()));
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
ListWithFooterViewAndNewLabels.java 94 String label = mLabels.get(position); local
102 tv.setText(label);
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
LCML_DspCodec.h 78 #define DSP_ERROR_EXIT(err, msg, label) \
84 goto label; \
  /packages/apps/Launcher2/src/com/android/launcher2/
ApplicationInfo.java 120 public static void dumpApplicationInfoList(String tag, String label,
122 Log.d(tag, label + " size=" + list.size());
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SoftKey.java 94 public void setKeyAttribute(int keyCode, String label, boolean repeat,
97 mKeyLabel = label;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesp.h 213 virtual void label(const char* topLabel,
217 virtual void centertext(int row,const char* label);
218 // Put the label text centered in the specified row.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesp.h 213 virtual void label(const char* topLabel,
217 virtual void centertext(int row,const char* label);
218 // Put the label text centered in the specified row.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesp.h 213 virtual void label(const char* topLabel,
217 virtual void centertext(int row,const char* label);
218 // Put the label text centered in the specified row.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ToolTip.py 52 label = Label(self.tipwindow, text=text, justify=LEFT,
54 label.pack()

Completed in 5613 milliseconds

<<41424344454647484950>>