Searched refs:itemIsEnabled (Results 1 - 12 of 12) sorted by relevance

/external/webkit/WebCore/platform/qt/
H A DQtAbstractWebPopup.h41 bool itemIsEnabled(int idx) const { return m_popupClient->itemIsEnabled(idx); } function in class:WebCore::QtAbstractWebPopup
/external/webkit/WebCore/platform/
H A DPopupMenuClient.h43 virtual bool itemIsEnabled(unsigned listIndex) const = 0;
/external/webkit/WebKit/chromium/src/
H A DSuggestionsPopupMenuClient.h66 virtual bool itemIsEnabled(unsigned listIndex) const { return true; } function in class:WebKit::SuggestionsPopupMenuClient
/external/webkit/WebCore/rendering/
H A DRenderMenuList.h78 virtual bool itemIsEnabled(unsigned listIndex) const;
H A DRenderTextControlSingleLine.h103 virtual bool itemIsEnabled(unsigned listIndex) const;
H A DRenderMenuList.cpp347 bool RenderMenuList::itemIsEnabled(unsigned listIndex) const function in class:WebCore::RenderMenuList
H A DRenderTextControlSingleLine.cpp676 bool RenderTextControlSingleLine::itemIsEnabled(unsigned listIndex) const function in class:WebCore::RenderTextControlSingleLine
/external/webkit/WebKit/qt/WebCoreSupport/
H A DQtFallbackWebPopup.cpp155 model->item(i)->setEnabled(itemIsEnabled(i));
/external/webkit/WebCore/platform/gtk/
H A DPopupMenuGtk.cpp77 gtk_widget_set_sensitive(item, client()->itemIsEnabled(i));
/external/webkit/WebCore/platform/win/
H A DPopupMenuWin.cpp378 if (!client()->itemIsEnabled(i))
418 if (client()->itemIsEnabled(i)) {
432 if (client()->itemIsEnabled(i)) {
448 if (client()->itemIsEnabled(i)) {
467 if (client()->itemIsEnabled(i)) {
/external/webkit/WebCore/platform/mac/
H A DPopupMenuMac.mm100 [menuItem setEnabled:client()->itemIsEnabled(i)];
/external/webkit/WebCore/platform/chromium/
H A DPopupMenuChromium.cpp1004 return m_items[index]->type == PopupItem::TypeOption && m_popupClient->itemIsEnabled(index);

Completed in 113 milliseconds