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

<<31323334353637383940>>

  /external/chromium_org/chrome/browser/resources/instant/
instant.js 21 label: 'Prefix URL for the experimental Instant ZeroSuggest provider',
51 var label = createElementWithClass('label', 'row-label');
52 label.setAttribute('for', field.key);
53 label.textContent = field.label;
54 row.appendChild(label);
  /external/chromium_org/chrome/browser/ui/gtk/
collected_cookies_gtk.cc 128 GtkWidget* label = gtk_label_new( local
130 gtk_box_pack_start(GTK_BOX(dialog_), label, TRUE, TRUE, 0); local
137 label = gtk_label_new(
140 gtk_widget_show(label);
141 gtk_notebook_insert_page(GTK_NOTEBOOK(notebook_), allowed_pane, label, local
145 label = gtk_label_new(
148 gtk_widget_show(label);
149 gtk_notebook_insert_page(GTK_NOTEBOOK(notebook_), blocked_pane, label, local
206 GtkWidget* label = gtk_label_new( local
209 gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5)
210 gtk_box_pack_start(GTK_BOX(cookie_list_vbox), label, FALSE, FALSE, local
283 GtkWidget* label = gtk_label_new( local
291 gtk_box_pack_start(GTK_BOX(cookie_list_vbox), label, TRUE, TRUE, local
    [all...]
crypto_module_password_dialog_gtk.cc 103 GtkWidget* label = gtk_label_new(text.c_str()); local
104 gtk_label_set_line_wrap(GTK_LABEL(label), TRUE);
105 gtk_util::LeftAlignMisc(label);
106 gtk_box_pack_start(GTK_BOX(GTK_DIALOG(dialog_)->vbox), label,
  /external/chromium_org/chrome/test/perf/
feature_startup_test.cc 36 void PrintTimings(const char* label, TimeDelta timings[kNumCycles],
42 "new_tab", std::string(), label, times, "ms", important);
54 void RunStartupTest(const char* label, bool want_warm, bool important,
99 PrintTimings(label, timings, important);
tab_switching_test.cc 68 void PrintTimings(const char* label, TimeDelta timings[kNumCycles],
74 "times", std::string(), label, times, "ms", important);
77 void RunTabSwitchingUITest(const char* label, bool important) {
148 PrintTimings(label, timings, important);
  /external/chromium_org/chrome/third_party/chromevox/chromevox/background/
options_widgets.css 265 * <label>
268 * </label>
277 .checkbox label,
278 .radio label {
283 .checkbox label input ~ span,
284 .radio label input ~ span {
290 .checkbox label:hover,
291 .radio label:hover {
295 label > input[type=checkbox]:disabled ~ span,
296 label > input[type=radio]:disabled ~ span
    [all...]
  /external/chromium_org/components/autofill/core/common/
form_field_data_unittest.cc 16 data.label = ASCIIToUTF16("label");
  /external/chromium_org/content/renderer/media/
rtc_data_channel_handler.h 34 virtual blink::WebString label() OVERRIDE;
  /external/chromium_org/net/dns/
address_sorter_posix.h 52 unsigned label; member in struct:net::AddressSorterPosix::SourceAddressInfo
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaStreamTrack.h 54 String label() const;
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
pixelzoomer.js 67 var label = document.createElement('div');
68 label.className = 'label';
69 label.appendChild(document.createTextNode(title));
70 container.appendChild(label);
  /external/chromium_org/third_party/WebKit/public/platform/
WebRTCPeerConnectionHandler.h 71 virtual WebRTCDataChannelHandler* createDataChannel(const WebString& label, const WebRTCDataChannelInit&) = 0;
  /external/chromium_org/third_party/WebKit/public/web/
WebOptionElement.h 61 BLINK_EXPORT WebString label() const;
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
subsetsequence.cc 52 void DumpInts(const char* label, const int* v, int n) {
53 printf("%s ", label);
60 void DumpUint8s(const char* label, const uint8* v, int n) {
61 printf("%s ", label);
  /external/chromium_org/third_party/icu/source/common/unicode/
uidna.h 189 * Converts a single domain name label into its ASCII form for DNS lookup.
192 * The label might be modified according to the types of errors.
199 * @param label Input domain name label
200 * @param length Label length, or -1 if NUL-terminated
213 const UChar *label, int32_t length,
218 * Converts a single domain name label into its Unicode form for human-readable display.
220 * The label might be modified according to the types of errors.
226 * @param label Input domain name label
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python_descriptor.h 67 PyObject* label; member in struct:google::protobuf::python::__anon13866
  /external/chromium_org/tools/gn/
gyp_script_target_writer_unittest.cc 14 new Target(setup.settings(), Label(SourceDir("//foo/"), "bar")));
23 BuilderRecord record(BuilderRecord::ITEM_TARGET, target->label());
  /external/chromium_org/ui/views/controls/button/
checkbox.h 22 explicit Checkbox(const string16& label);
  /external/chromium_org/v8/test/mjsunit/harmony/
block-leave.js 85 label: {
87 break label;
94 label: {
98 break label;
115 label: for (var i = 0; i < 10; ++i) {
119 continue label;
185 label: {
187 break label;
  /external/chromium_org/v8/test/mjsunit/
with-leave.js 68 label: {
70 break label;
78 label: {
81 break label;
100 label: for (var i = 0; i < 10; ++i) {
104 continue label;
174 label: {
176 break label;
  /external/icu4c/common/unicode/
uidna.h 205 * Converts a single domain name label into its ASCII form for DNS lookup.
208 * The label might be modified according to the types of errors.
215 * @param label Input domain name label
216 * @param length Label length, or -1 if NUL-terminated
229 const UChar *label, int32_t length,
234 * Converts a single domain name label into its Unicode form for human-readable display.
236 * The label might be modified according to the types of errors.
242 * @param label Input domain name label
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapFont.java 97 BitmapText label = new BitmapText(this); local
98 label.setSize(getCharSet().getRenderedSize());
99 label.setText(content);
100 return label;
  /external/libselinux/
Android.mk 38 src/label.c \
44 common_COPY_HEADERS := include/selinux/selinux.h include/selinux/label.h include/selinux/context.h include/selinux/avc.h include/selinux/android.h
  /external/libvorbis/doc/
09-helper.tex 4 \section{Helper equations} \label{vorbis:spec:helper}
15 \subsubsection{ilog} \label{vorbis:spec:ilog}
48 \subsubsection{float32_unpack} \label{vorbis:spec:float32:unpack}
66 \subsubsection{lookup1_values} \label{vorbis:spec:lookup1:values}
81 \subsubsection{low_neighbor} \label{vorbis:spec:low:neighbor}
88 \subsubsection{high_neighbor} \label{vorbis:spec:high:neighbor}
97 \subsubsection{render_point} \label{vorbis:spec:render:point}
125 \subsubsection{render_line} \label{vorbis:spec:render:line}
  /external/llvm/examples/BrainF/
BrainF.h 61 /// label is used for the labels for the BasicBlocks.
65 static const char *label; member in class:BrainF

Completed in 522 milliseconds

<<31323334353637383940>>