HomeSort by relevance Sort by last modified time
    Searched full:toplevel (Results 1 - 25 of 240) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_gtk.cc 21 GtkWidget* toplevel = gtk_widget_get_toplevel(edit_native_view); local
22 DCHECK(GTK_WIDGET_TOPLEVEL(toplevel));
23 return toplevel;
  /external/chromium-trace/trace-viewer/
README 1 To work on this code, from toplevel
  /external/libvorbis/examples/
frameview.pl 24 my $toplevel=new MainWindow(-class=>'AnalyzerGraph');
25 my $Xname=$toplevel->Class;
26 $toplevel->optionAdd("$Xname.geometry", "800x600",20);
28 my $geometry=$toplevel->optionGet('geometry','');
31 $toplevel->configure(-width=>$1);
32 $toplevel->configure(-height=>$2);
38 $toplevel->optionAdd("$Xname.background", "#4fc627",20);
39 $toplevel->optionAdd("$Xname*highlightBackground", "#80c0d3",20);
40 $toplevel->optionAdd("$Xname.Panel.background", "#4fc627",20);
41 $toplevel->optionAdd("$Xname.Panel.foreground", "#d0d0d0",20)
    [all...]
  /external/chromium/chrome/browser/ui/
browser_list_gtk.cc 16 // We filter by visible widgets because there are toplevel windows that if
18 // window or the toplevel associated with drop down windows crashes.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/
testManifest.xml 3 <!DOCTYPE topLevel [
4 <!ELEMENT topLevel (zipTypes,logFiles)>
55 <topLevel>
83 </topLevel>
  /external/chromium/chrome/browser/
platform_util_common_linux.cc 61 // A detached widget won't have a toplevel window as an ancestor, so we can't
62 // assume that the query for toplevel will return a window.
63 GtkWidget* toplevel = gtk_widget_get_ancestor(view, GTK_TYPE_WINDOW); local
64 return GTK_IS_WINDOW(toplevel) ? GTK_WINDOW(toplevel) : NULL;
  /external/webkit/Source/WebKit/gtk/webkit/
webkitsoupauthdialog.c 63 * WebKitSoupAuthDialog::current-toplevel:
68 * the current toplevel widget in order to correctly set the
71 * Return value: (transfer none): the current toplevel #GtkWidget or %NULL if there's none
76 g_signal_new("current-toplevel",
197 GtkWidget* toplevel; local
240 /* Get the current toplevel */
241 g_signal_emit(authData->manager, signals[CURRENT_TOPLEVEL], 0, authData->msg, &toplevel);
243 if (toplevel)
244 gtk_window_set_transient_for(window, GTK_WINDOW(toplevel));
  /external/libvorbis/lib/modes/
setup_44p51.h 13 function: toplevel settings for 44.1/48kHz 5.1 surround modes
setup_44u.h 13 function: toplevel settings for 44.1/48kHz uncoupled modes
setup_32.h 13 function: toplevel settings for 32kHz
setup_X.h 13 function: catch-all toplevel settings for q modes only
  /external/ceres-solver/scripts/
make_release 38 echo ' must be run from toplevel Ceres source directory'
60 echo " toplevel source dir."
67 echo " from the toplevel CMakeLists.txt, which is $ABI_VERSION."
68 echo " You may not be in the toplevel source directory, or the"
76 echo " from the toplevel CMakeLists.txt, which is $ABI_VERSION."
77 echo " You may not be in the toplevel source directory, or the"
  /external/webkit/Source/WebCore/platform/gtk/
PlatformScreenGtk.cpp 59 GtkWidget* toplevel = gtk_widget_get_toplevel(container); local
60 if (gtk_widget_is_toplevel(toplevel))
61 container = toplevel;
  /dalvik/dx/src/com/android/dx/cf/direct/
ClassPathOpener.java 116 * @param topLevel whether this is a top-level file (that is,
120 private boolean processOne(File file, boolean topLevel) {
123 return processDirectory(file, topLevel);
169 * @param topLevel whether this is a top-level directory (that is,
173 private boolean processDirectory(File dir, boolean topLevel) {
174 if (topLevel) {
  /device/generic/goldfish/data/etc/
apns-conf_sdk.xml 21 a PRODUCT_COPY_FILES line in the sdk section of the toplevel Makefile.
  /external/chromium/chrome/browser/ui/gtk/
focus_store_gtk.h 21 // Save the widget that is currently focused for |widget|'s toplevel (NOT
  /external/clang/test/SemaCXX/
warn-using-namespace-in-header.cpp 13 // We should warn in toplevel extern contexts.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
toy.ml 18 Toplevel.main_loop stream;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
toy.ml 20 Toplevel.main_loop stream;
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_editor_gtk_unittest.cc 104 GtkTreeIter toplevel; local
105 ASSERT_TRUE(gtk_tree_model_get_iter_first(store, &toplevel));
106 GtkTreeIter bookmark_bar_node = toplevel;
107 ASSERT_TRUE(gtk_tree_model_iter_next(store, &toplevel));
108 GtkTreeIter other_node = toplevel;
109 ASSERT_FALSE(gtk_tree_model_iter_next(store, &toplevel));
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ValueEncoder.java 262 * (debugging) annotations and {@code topLevel} is
267 * @param topLevel {@code true} iff the given annotation is the
271 public void writeArray(CstArray array, boolean topLevel) {
272 boolean annotates = topLevel && out.annotates();
300 * (debugging) annotations and {@code topLevel} is
305 * @param topLevel {@code true} iff the given annotation is the
309 public void writeAnnotation(Annotation annotation, boolean topLevel) {
310 boolean annotates = topLevel && out.annotates();
  /dalvik/dx/src/com/android/dx/dex/file/
ValueEncoder.java 260 * (debugging) annotations and {@code topLevel} is
265 * @param topLevel {@code true} iff the given annotation is the
269 public void writeArray(CstArray array, boolean topLevel) {
270 boolean annotates = topLevel && out.annotates();
298 * (debugging) annotations and {@code topLevel} is
303 * @param topLevel {@code true} iff the given annotation is the
307 public void writeAnnotation(Annotation annotation, boolean topLevel) {
308 boolean annotates = topLevel && out.annotates();
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
ValueEncoder.java 260 * (debugging) annotations and {@code topLevel} is
265 * @param topLevel {@code true} iff the given annotation is the
269 public void writeArray(CstArray array, boolean topLevel) {
270 boolean annotates = topLevel && out.annotates();
298 * (debugging) annotations and {@code topLevel} is
303 * @param topLevel {@code true} iff the given annotation is the
307 public void writeAnnotation(Annotation annotation, boolean topLevel) {
308 boolean annotates = topLevel && out.annotates();
  /external/chromium/chrome/common/safe_browsing/
safebrowsing_messages.h 55 // Tells the renderer to begin phishing detection for the given toplevel URL
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Makefile 29 $(PROJ_SRC_DIR)/toplevel.ml \

Completed in 3039 milliseconds

1 2 3 4 5 6 7 8 910