HomeSort by relevance Sort by last modified time
    Searched full:contextmenu (Results 201 - 225 of 322) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/core/java/android/view/
ViewParent.java 187 public void createContextMenu(ContextMenu menu);
MenuItem.java 22 import android.view.ContextMenu.ContextMenuInfo;
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuItemImpl.java 27 import android.view.ContextMenu.ContextMenuInfo;
  /frameworks/base/docs/html/guide/topics/ui/
menus.jd 44 <li>{@link android.view.ContextMenu}</li>
441 public void onCreateContextMenu(ContextMenu menu, View v,
452 that the user selected and a {@link android.view.ContextMenu.ContextMenuInfo} object that provides
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
Fragment.java 32 import android.view.ContextMenu;
39 import android.view.ContextMenu.ContextMenuInfo;
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
MenuItemImpl.java 27 import android.view.ContextMenu.ContextMenuInfo;
  /packages/apps/Mms/src/com/android/mms/ui/
RecipientsEditor.java 37 import android.view.ContextMenu.ContextMenuInfo;
ComposeMessageActivity.java 100 import android.view.ContextMenu;
101 import android.view.ContextMenu.ContextMenuInfo;
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp 45 #include "ContextMenu.h"
448 QMenu *QWebPagePrivate::createContextMenu(const WebCore::ContextMenu *webcoreMenu,
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.cpp 30 #include "ContextMenu.h"
1002 QStringList DumpRenderTreeSupportQt::contextMenu(QWebPage* page)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiTreeBlock.java 504 Menu contextMenu = menuManager.createContextMenu(tree);
505 tree.setMenu(contextMenu);
    [all...]
  /external/webkit/Source/WebKit/efl/
ChangeLog 926 [EFL] Fix ContextMenu removal
929 Fix ContextMenu removal
931 In r74207 the support for ContextMenu was removed from EFL while the
937 The best way to effectively disable the ContextMenu is to conditionally
1004 Disable ContextMenu support for now while support for
    [all...]
  /external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js 901 list.contextMenu = $('context-menu');
902 tree.contextMenu = $('context-menu');
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebChromeClient.mm 54 #import <WebCore/ContextMenu.h>
    [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebChromeClient.cpp 42 #include <WebCore/ContextMenu.h>
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.cpp 669 m_page->contextMenu()->show();
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.h 288 WebContextMenu* contextMenu();
  /external/webkit/Tools/DumpRenderTree/mac/
EventSendingController.mm 79 @"contextmenu",
    [all...]
  /external/webkit/Tools/DumpRenderTree/qt/
EventSenderQt.cpp 384 return DumpRenderTreeSupportQt::contextMenu(m_page);
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
menu_design.jd 436 {@link android.view.ContextMenu#setHeaderTitle(java.lang.CharSequence) setHeaderTitle}).
  /frameworks/base/docs/html/reference/com/google/android/gms/maps/
MapFragment.html     [all...]
SupportMapFragment.html     [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp 39 #include "ContextMenu.h"
346 ContextMenu* coreMenu = controller->contextMenu();
    [all...]
  /external/webkit/Source/WebCore/
ChangeLog-2007-10-14     [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js 642 this.grid_.contextMenu = this.fileContextMenu_;
684 this.table_.contextMenu = this.fileContextMenu_;
    [all...]

Completed in 3601 milliseconds

1 2 3 4 5 6 7 891011>>