HomeSort by relevance Sort by last modified time
    Searched refs:selection (Results 276 - 300 of 348) sorted by null

<<11121314

  /external/webkit/WebKit/mac/WebView/
WebHTMLView.mm 427 // This state is saved each time selection changes, because computing it causes style recalc, which is not always safe to do.
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /device/samsung/crespo/
device.mk 141 # the the build-time selection of resources). The product definitions including
  /external/libvpx/vpx_scale/symbian/
gen_scalers_armv4.s 87 mov mask, #255 @ mask for selection
772 ldr mask, =0xff00ff @ mask for selection
gen_scalers_armv4.asm 60 mov mask, #255 ; mask for selection
736 ldr mask, =0xff00ff ; mask for selection
  /external/webkit/WebKit/mac/Plugins/
WebPluginController.mm 383 primary = frame->selection()->isFocusedAndActive();
  /frameworks/base/core/java/android/provider/
MediaStore.java 513 String selection, String [] selectionArgs, String orderBy) {
514 return cr.query(uri, projection, selection,
    [all...]
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java 505 private Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) {
511 return resolver.query(uri, projection, selection, selectionArgs, sortOrder);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
RenamePackageAction.java 103 * selection)
132 public void selectionChanged(IAction action, ISelection selection) {
133 mSelection = selection;
515 // Check this a Layout XML file and get the selection and
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java 105 * when the selection changes in the canvas, it is thus broadcasted to anyone listening
106 * on the site's selection service.
108 * This part is also an {@link ISelectionListener}. It listens to the site's selection
109 * service and thus receives selection changes from itself as well as the associated
128 * To understand the site's selection listener, selection provider, and the
132 * To summarize the selection mechanism:
133 * - The workbench site selection service can be seen as "centralized"
134 * service that registers selection providers and selection listeners
    [all...]
  /external/webkit/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm     [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 1329 Set<Object> selection = new HashSet<Object>(); local
    [all...]
  /external/libvpx/vpx_scale/arm/armv4/
gen_scalers_armv4.asm 60 mov mask, #255 ; mask for selection
736 ldr mask, =0xff00ff ; mask for selection
  /external/libvpx/vpx_scale/wce/
gen_scalers_armv4.asm 60 mov mask, #255 ; mask for selection
736 ldr mask, =0xff00ff ; mask for selection
  /external/webkit/WebCore/loader/archive/cf/
LegacyWebArchive.cpp 565 RefPtr<Range> selectionRange = frame->selection()->toNormalizedRange();
  /external/webkit/WebCore/rendering/
RenderImage.cpp 454 if (document()->printing() || !document()->frame()->selection()->isFocusedAndActive())
  /external/webkit/WebKit/chromium/src/
EditorClientImpl.cpp 272 m_webView->client()->didChangeSelection(!frame->selection()->isRange());
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccProvider.java 232 public Cursor query(Uri url, String[] projection, String selection,
  /frameworks/base/core/java/android/webkit/
WebView.java 52 import android.text.Selection;
4464 String selection = getSelection(); local
    [all...]
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduPersister.java 1248 String selection = PendingMessages.ERROR_TYPE + " < ?" local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmDataConnectionTracker.java 1257 String selection = "numeric = '" + operator + "'"; local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
RecentCallsListActivity.java 381 String selection = "upper(" + Data.DATA1 + ")=?" local
390 selection, // selection
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java 349 StructuredSelection selection = new StructuredSelection(project);
352 wizard.init(PlatformUI.getWorkbench(), selection);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/
GraphicalLayoutEditor.java 293 * Returns the selection synchronizer object.
294 * The synchronizer can be used to sync the selection of 2 or more EditPartViewers.
486 * tree selection and if it is of the appropriate type it re-creates
527 // Can't paste with more than one element selected (the selection is the target)
771 // try to preserve the selection before changing the content
773 ISelection selection = selMan.getSelection();
778 selMan.setSelection(selection);
    [all...]
  /external/webkit/WebKit/gtk/webkit/
webkitwebview.cpp 273 // The context menu event was generated from the keyboard, so show the context menu by the current selection.
279 Position start = page->mainFrame()->selection()->selection().start();
280 Position end = page->mainFrame()->selection()->selection().end();
292 // Calculate the rect of the first line of the selection (cribbed from -[WebCoreFrameBridge firstRectForDOMRange:],
543 /* Copy selection to the X11 selection clipboard */
    [all...]

Completed in 1315 milliseconds

<<11121314