Searched defs:TRUE (Results 51 - 75 of 249) sorted by relevance

12345678910

/external/chromium_org/chrome/browser/ui/gtk/
H A Dgtk_chrome_shrinkable_hbox_unittest.cc161 GTK_CHROME_SHRINKABLE_HBOX(box_), TRUE); local
163 SCOPED_TRACE(testing::Message() << "Shrink hide_child_directly = TRUE,"
173 SCOPED_TRACE(testing::Message() << "Expand hide_child_directly = TRUE,"
H A Djavascript_app_modal_dialog_gtk.cc107 gtk_box_pack_start(GTK_BOX(content_area), text_box, TRUE, TRUE, 0); local
109 gtk_entry_set_activates_default(GTK_ENTRY(text_box), TRUE); local
118 gtk_box_pack_start(GTK_BOX(content_area), check_box, TRUE, TRUE, 0); local
H A Dpassword_generation_bubble_gtk.cc78 gtk_box_pack_start(GTK_BOX(password_line), text_field_, TRUE, TRUE, 0); local
79 gtk_box_pack_start(GTK_BOX(password_line), accept_button, TRUE, TRUE, 0); local
83 gtk_box_pack_start(GTK_BOX(content), title_line, TRUE, TRUE, 0); local
84 gtk_box_pack_start(GTK_BOX(content), password_line, TRUE, TRUE, 0); local
H A Dsad_tab_gtk.cc122 gtk_label_set_line_wrap(GTK_LABEL(message), TRUE); local
H A Dtab_modal_confirm_dialog_gtk.cc47 gtk_label_set_line_wrap(GTK_LABEL(label), TRUE); local
48 gtk_label_set_selectable(GTK_LABEL(label), TRUE); local
56 gtk_box_pack_start(GTK_BOX(vbox), label, TRUE, TRUE, 0); local
73 gtk_box_pack_start(GTK_BOX(hbox), vbox, TRUE, TRUE, 0); local
79 gtk_box_pack_end(GTK_BOX(dialog_), buttonBox, FALSE, TRUE, 0); local
89 gtk_box_pack_end(GTK_BOX(buttonBox), cancel_, FALSE, TRUE, 0); local
99 gtk_box_pack_end(GTK_BOX(buttonBox), ok_, FALSE, TRUE, 0); local
H A Dvalidation_message_bubble_gtk.cc106 GTK_BOX(text_box), gtk_util::LeftAlignMisc(label), TRUE, TRUE, 0); local
116 GTK_BOX(text_box), gtk_util::LeftAlignMisc(sub_label), TRUE, TRUE, 0); local
/external/chromium_org/content/shell/
H A Dshell_download_manager_delegate.cc186 TRUE); local
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dumachine.h221 #ifndef TRUE
222 /** The TRUE value of a UBool @stable ICU 2.0 */
223 # define TRUE 1 macro
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dprivate.h188 #ifndef TRUE
189 #define TRUE 1 macro
190 #endif /* !defined TRUE */
/external/icu4c/common/unicode/
H A Dumachine.h202 #ifndef TRUE
203 /** The TRUE value of a UBool @stable ICU 2.0 */
204 # define TRUE 1 macro
/external/icu4c/tools/tzcode/
H A Dprivate.h188 #ifndef TRUE
189 #define TRUE 1 macro
190 #endif /* !defined TRUE */
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
H A Drijndael-api-fst.h27 #define TRUE 1 macro
/external/libnfc-nxp/src/
H A DphFriNfc_FelicaMap.h79 #ifndef TRUE
80 #define TRUE 1 macro
81 #endif /* #ifndef TRUE */
/external/libpng/contrib/gregbook/
H A Dreadpng2.h56 #ifndef TRUE
57 # define TRUE 1 macro
/external/libpng/contrib/pngminus/
H A Dpng2pnm.c25 #ifndef TRUE
26 #define TRUE (BOOL) 1 macro
65 BOOL raw = TRUE;
79 raw = TRUE;
82 alpha = TRUE;
427 return TRUE;
/external/neven/Embedded/common/src/b_BasicEm/
H A DBasic.h99 #ifndef TRUE
100 #define TRUE 1 macro
/external/opencv/ml/src/
H A D_ml.h63 #ifndef TRUE
64 #define TRUE 1 macro
/external/svox/pico/lib/
H A Dpicopal.h57 #define TRUE 1 macro
/external/tcpdump/
H A Dtcpdump-stdinc.h181 #ifndef TRUE
182 #define TRUE 1 macro
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DDebugEventListener.java47 public static final int TRUE = 1; field in interface:DebugEventListener
/external/bluetooth/bluedroid/hci/include/
H A Dbt_hci_bdroid.h43 #ifndef TRUE
44 #define TRUE (!FALSE) macro
70 #define BTSNOOPDISP_INCLUDED TRUE
/external/chromium/chrome/browser/printing/
H A Dprint_dialog_gtk.cc36 gtk_enumerate_printers((GtkPrinterFunc)SetPrinter, this, NULL, TRUE);
200 gtk_window_set_modal(GTK_WINDOW(dialog_), TRUE); local
214 TRUE); local
/external/chromium/chrome/browser/speech/
H A Dspeech_input_bubble_gtk.cc153 gtk_box_pack_start(GTK_BOX(button_bar), cancel_button_, TRUE, FALSE, 0); local
159 gtk_box_pack_start(GTK_BOX(button_bar), try_again_button_, TRUE, FALSE, 0); local
/external/chromium/chrome/browser/ui/gtk/
H A Dabout_chrome_dialog.cc135 gtk_widget_set_app_paintable(ebox, TRUE);
156 gtk_label_set_selectable(GTK_LABEL(version_label), TRUE); local
161 gtk_box_pack_start(GTK_BOX(hbox), text_alignment, TRUE, TRUE, 0); local
170 gtk_box_pack_start(GTK_BOX(content_area), ebox, TRUE, TRUE, 0); local
273 gtk_box_pack_start(GTK_BOX(vbox), tos_hbox, TRUE, TRUE, 0);
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_bubble_gtk.cc122 TRUE, TRUE, 0); local
147 TRUE, TRUE, 0);
153 gtk_box_pack_start(GTK_BOX(content), top, TRUE, TRUE, 0); local
154 gtk_box_pack_start(GTK_BOX(content), table, TRUE, TRUE, 0); local
155 gtk_box_pack_start(GTK_BOX(content), bottom, TRUE, TRUE, local
[all...]

Completed in 796 milliseconds

12345678910