/external/chromium_org/tools/gn/ |
build_settings.h | 22 // Settings for one build, which is one toplevel output directory. There
|
/external/chromium_org/ui/base/ime/ |
input_method_win.h | 80 // The toplevel window handle.
|
/external/elfutils/config/ |
ChangeLog | 79 * config.guess: Moved to here from toplevel.
|
/external/libvorbis/lib/modes/ |
residue_16.h | 13 function: toplevel residue templates 16/22kHz
|
/external/mesa3d/src/glsl/tests/ |
sexps.py | 89 """Sort all toplevel variable declarations in sexp.
|
/frameworks/rs/java/tests/SampleTest/res/layout/ |
rs.xml | 21 android:id="@+id/toplevel">
|
/hardware/ti/wlan/mac80211/ti-utils/ |
calibrator.h | 78 #define TOPLEVEL(_name, _args, _nlcmd, _flags, _idby, _handler, _help) \
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
ToolTip.py | 45 self.tipwindow = tw = Toplevel(self.button)
|
aboutDialog.py | 11 class AboutDialog(Toplevel): 16 Toplevel.__init__(self, parent)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
ToolTip.py | 45 self.tipwindow = tw = Toplevel(self.button)
|
aboutDialog.py | 11 class AboutDialog(Toplevel): 16 Toplevel.__init__(self, parent)
|
/external/chromium_org/chrome/browser/renderer_host/pepper/ |
pepper_talk_host.cc | 69 // TODO(brettw). We should not be grabbing the active toplevel window, we 70 // should use the toplevel window associated with the render view.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
sndhdr.py | 206 def testall(list, recursive, toplevel): 212 if recursive or toplevel:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
sndhdr.py | 206 def testall(list, recursive, toplevel): 212 if recursive or toplevel:
|
/external/chromium_org/third_party/jinja2/ |
compiler.py | 145 # a toplevel frame is the root + soft frames such as if conditions. 146 self.toplevel = False 802 frame.toplevel = frame.rootlevel = True 859 if frame.toplevel: 877 if not frame.toplevel: [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
browser_actions_toolbar_gtk.cc | 441 // We want to connect to "set-focus" on the toplevel window; we have to wait 442 // until we are added to a toplevel window to do so. 805 GtkWidget* toplevel = gtk_widget_get_toplevel(widget); local 806 if (!GTK_WIDGET_TOPLEVEL(toplevel)) 809 signals_.Connect(toplevel, "set-focus", G_CALLBACK(OnSetFocusThunk), this); [all...] |
info_bubble_gtk.cc | 108 // Using a TOPLEVEL window may cause placement issues with certain WMs but it 160 // If the toplevel window is being used as the anchor, then the signals below 341 // Stack our window directly above the toplevel window.
|
ssl_client_certificate_selector.cc | 349 GtkWidget* toplevel = gtk_widget_get_toplevel(root_widget_.get()); local 350 ShowCertificateViewer(GTK_WINDOW(toplevel), cert);
|
/external/chromium_org/chrome/browser/ui/content_settings/ |
content_setting_bubble_model_unittest.cc | 504 const GURL page_url("http://toplevel.example/"); 557 const GURL page_url("http://toplevel.example/"); 563 GURL("http://www.toplevel.example/"), ASCIIToUTF16("Handler"))); 611 const GURL page_url("http://toplevel.example/"); 616 "mailto", GURL("http://www.toplevel.example/"),
|
/external/chromium_org/third_party/sqlite/src/contrib/ |
sqlitecon.tcl | 7 # A toplevel window is created that allows you to type in SQL commands to 19 # the function is called, it pops up a new toplevel window containing a 43 toplevel $w 260 destroy [winfo toplevel $w] 647 toplevel $w
|
/hardware/ti/omap4xxx/domx/make/ |
build.mk | 193 ifneq ($(TOPLEVEL),) 262 ifneq ($(TOPLEVEL),) 277 ifneq ($(TOPLEVEL),) 304 ifneq ($(TOPLEVEL),) 316 ifneq ($(TOPLEVEL),)
|
/external/valgrind/main/coregrind/m_debuginfo/ |
readelf.c | [all...] |
/external/valgrind/main/docs/internals/ |
xml-output.txt | 87 somewhere below. The root nonterminal is TOPLEVEL. 101 TOPLEVEL 114 protocol version is one they don't understand. Hence TOPLEVEL is:
|
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
bookmark_bubble_gtk.cc | 320 GtkWindow* toplevel = GTK_WINDOW(gtk_widget_get_toplevel(anchor_)); local 326 BookmarkEditor::Show(toplevel, profile, NULL,
|
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_gtk.cc | 613 GtkWidget* toplevel = gtk_widget_get_toplevel(parent_); local 614 if (toplevel && 615 GTK_WIDGET_TOPLEVEL(toplevel) && 616 GTK_IS_WINDOW(toplevel)) { 618 gtk_window_get_group(GTK_WINDOW(toplevel)), window); 1278 GtkWidget* toplevel = gtk_widget_get_toplevel(view_.get()); local [all...] |