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

1 2 3 4

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ScrolledList.py 8 # Create top frame, with scrollbar and listbox
14 self.listbox = listbox = Listbox(frame, exportselection=0,
17 listbox.configure(options)
18 listbox.pack(expand=1, fill="both")
19 # Tie listbox and scrollbar together
20 vbar["command"] = listbox.yview
21 listbox["yscrollcommand"] = vbar.set
23 listbox.bind("<ButtonRelease-1>", self.click_event
    [all...]
AutoCompleteWindow.py 28 self.autocompletewindow = self.listbox = self.scrollbar = None
114 """Should be called when the selection of the Listbox has changed.
115 Updates the Listbox display and calls _change_start."""
116 cursel = int(self.listbox.curselection()[0])
118 self.listbox.see(cursel)
134 self.listbox.configure(selectbackground=self.origselbackground,
137 self.listbox.configure(selectbackground=self.listbox.cget("bg"),
138 selectforeground=self.listbox.cget("fg"))
143 self.listbox.delete(0, END
    [all...]
ToolTip.py 74 listbox = Listbox(self.tipwindow, background="#ffffe0")
75 listbox.pack()
77 listbox.insert(END, item)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ScrolledList.py 8 # Create top frame, with scrollbar and listbox
14 self.listbox = listbox = Listbox(frame, exportselection=0,
17 listbox.configure(options)
18 listbox.pack(expand=1, fill="both")
19 # Tie listbox and scrollbar together
20 vbar["command"] = listbox.yview
21 listbox["yscrollcommand"] = vbar.set
23 listbox.bind("<ButtonRelease-1>", self.click_event
    [all...]
AutoCompleteWindow.py 28 self.autocompletewindow = self.listbox = self.scrollbar = None
114 """Should be called when the selection of the Listbox has changed.
115 Updates the Listbox display and calls _change_start."""
116 cursel = int(self.listbox.curselection()[0])
118 self.listbox.see(cursel)
134 self.listbox.configure(selectbackground=self.origselbackground,
137 self.listbox.configure(selectbackground=self.listbox.cget("bg"),
138 selectforeground=self.listbox.cget("fg"))
143 self.listbox.delete(0, END
    [all...]
ToolTip.py 74 listbox = Listbox(self.tipwindow, background="#ffffe0")
75 listbox.pack()
77 listbox.insert(END, item)
  /external/chromium_org/content/test/data/accessibility/
aria-listbox-activedescendant.html 9 <div role="listbox" tabIndex="0" aria-activedescendant="3">
14 <script>document.querySelector('*[role="listbox"]').focus();</script>
aria-listbox-childfocus.html 9 <div role="listbox">
aria-combobox.html 18 <ul id="state_list" role="listbox" aria-expanded="true">
aria-listbox-aria-selected.html 9 <div role="listbox">
  /external/chromium_org/third_party/WebKit/ManualTests/
stale-scrollbar-client-crash.html 27 <select multiple="true" id="listbox" style="height: 100px; width: 100px;">
42 var listbox = document.getElementById("listbox");
51 listbox.addEventListener("mousedown", mousedown, false);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fileopen.dlg 23 LISTBOX lst1,66,22,300,156,LBS_SORT | LBS_NOINTEGRALHEIGHT | LBS_MULTICOLUMN |
54 LISTBOX lst1,4,20,272,85,LBS_SORT | LBS_NOINTEGRALHEIGHT | LBS_MULTICOLUMN |
81 LISTBOX lst1,6,32,90,68,LBS_SORT | LBS_HASSTRINGS | LBS_NOTIFY |
87 LISTBOX lst2,110,32,96,68,LBS_SORT | LBS_HASSTRINGS | LBS_NOTIFY |
113 LISTBOX lst1,6,32,90,68,LBS_SORT | LBS_NOTIFY | LBS_DISABLENOSCROLL | WS_VSCROLL |
119 LISTBOX lst2,110,32,96,68,LBS_SORT | LBS_HASSTRINGS | LBS_NOTIFY |
oledlg.dlg 18 LISTBOX IDC_IO_OBJECTTYPELIST,82,17,132,78,LBS_SORT |
26 LISTBOX IDC_IO_CONTROLTYPELIST,82,17,132,66,LBS_SORT |
55 LISTBOX IDC_CI_ICONLIST,58,84,119,40,LBS_OWNERDRAWFIXED |
75 LISTBOX IDC_EL_LINKSLISTBOX,11,23,237,81,LBS_SORT |
103 LISTBOX IDC_PS_PASTELIST,65,36,153,57,LBS_USETABSTOPS | NOT
105 LISTBOX IDC_PS_PASTELINKLIST,65,36,153,57,LBS_USETABSTOPS | NOT
107 LISTBOX IDC_PS_DISPLAYLIST,65,36,153,57,LBS_USETABSTOPS |
147 LISTBOX IDC_CV_ACTIVATELIST,71,32,118,53,LBS_SORT |
149 LISTBOX IDC_CV_CONVERTLIST,350,180,118,53,LBS_SORT |
319 LISTBOX IDC_CV_CONVERTLIST,6,31,150,58,LBS_SORT
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
event_watcher_test.unitjs 258 '<p id="before">My listbox</p>' +
259 '<div id="listbox" role="listbox" tabindex="0"' +
268 // Focus the listbox.
269 this.setFocus('listbox');
275 var listbox = $('listbox');
276 listbox.setAttribute('aria-activeDescendant', 'yellow');
278 { 'target': listbox,
290 '<p id="before">My listbox</p>'
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_formfield.cpp 89 m_Type = ListBox;
150 case CPDF_FormField::ListBox: {
241 case ListBox:
381 case ListBox: {
514 if (GetType() == ListBox) {
527 if (GetType() == ListBox) {
542 ASSERT(GetType() == ComboBox || GetType() == ListBox);
591 ASSERT(GetType() == ComboBox || GetType() == ListBox);
598 if (GetType() == ListBox) {
611 if (m_Type == ListBox) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
PopupMenuTest.cpp 522 PopupListBox* listBox = container->listBox();
524 EXPECT_EQ(container->width(), listBox->contentsSize().width() + 2);
545 PopupListBox* listBox = container->listBox();
547 EXPECT_EQ(container->width(), listBox->contentsSize().width() + ScrollbarTheme::theme()->scrollbarThickness() + 2);
605 PopupListBox* listBox = webView()->selectPopup()->listBox();
606 int ltrWidth = listBox->getRowBaseWidth(0);
607 int rtlWidth = listBox->getRowBaseWidth(1)
    [all...]
PopupContainer.cpp 105 IntRect PopupContainer::layoutAndCalculateWidgetRectInternal(IntRect widgetRectInScreen, int targetControlHeight, const FloatRect& windowRect, const FloatRect& screen, bool isRTL, const int rtlOffset, const int verticalOffset, const IntSize& transformOffset, PopupContent* listBox, bool& needToResizeView)
107 ASSERT(listBox);
126 listBox->setMaxWidthAndLayout(std::max(widgetRectInScreen.width() - borderSize * 2, 0));
129 listBox->setMaxWidthAndLayout(std::max(widgetRectInScreen.width() - borderSize * 2, 0));
144 listBox->setMaxHeight(spaceAbove);
146 listBox->setMaxHeight(spaceBelow);
147 listBox->layout();
149 widgetRectInScreen.setHeight(listBox->popupContentHeight() + borderSize * 2);
246 // listbox will hide itself when destructed, delivering the
264 // Place the listbox within our border
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
abstract_earcons.js 76 this.earconNames.push('LISTBOX');
128 this.earconNamesToIds['LISTBOX'] = cvox.AbstractEarcons.LISTBOX;
255 cvox.AbstractEarcons.LISTBOX = 15;
386 cvox.AbstractEarcons.earconMap[cvox.AbstractEarcons.LISTBOX] = 'listbox.ogg';
  /external/chromium_org/chrome/browser/accessibility/
accessibility_extension_api_constants.cc 34 const char kTypeListBox[] = "listbox";
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
earcon_util.js 43 return cvox.AbstractEarcons.LISTBOX;
aria_util_test.unitjs 80 <div id="l" role="listbox" tabindex="0" aria-activedescendant="l2">
85 <div id="a" role="listbox" tabindex="0" aria-activedescendant="a2">
90 <div id="b" role="listbox" tabindex="0" aria-activedescendant="b2">
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
adml_writer_unittest.py 283 ' <listBox refId="ListPolicyStubDesc">List policy label</listBox>\n'
321 ' <listBox refId="ListPolicyStubDesc">List policy label</listBox>\n'
  /external/chromium_org/ui/accessibility/
ax_view_state.h 59 // Only applies to views with multiple choices like a listbox; both
  /external/chromium_org/third_party/npapi/npspy/windows/
npspy.rc 106 LISTBOX IDC_MAIN_OUTPUT,0,0,321,185,LBS_MULTIPLESEL |
249 LISTBOX ID_LIST_DIR,7,33,151,74,LBS_OWNERDRAWFIXED |
257 LISTBOX ID_LISTTEMP_DIR,181,53,20,40,LBS_SORT |
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/
chromevox_assets.gypi 34 'chromevox/background/earcons/listbox.ogg',

Completed in 1614 milliseconds

1 2 3 4