OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:selectedFrame
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
ContextMenuClientImpl.cpp
111
static String selectMisspelledWord(Frame*
selectedFrame
)
114
String misspelledWord =
selectedFrame
->selectedText().stripWhiteSpace();
125
HitTestResult hitTestResult =
selectedFrame
->eventHandler().
126
hitTestResultAtPoint(
selectedFrame
->page()->contextMenuController().hitTestResult().pointInInnerNodeFrame());
134
WebFrameImpl::selectWordAroundPosition(
selectedFrame
, pos);
135
misspelledWord =
selectedFrame
->selectedText().stripWhiteSpace();
141
selectedFrame
->selection().setSelection(VisibleSelection(pos));
144
selectedFrame
->selection().setSelection(VisibleSelection(pos));
154
static String selectMisspellingAsync(Frame*
selectedFrame
, DocumentMarker& marker)
156
VisibleSelection selection =
selectedFrame
->selection().selection()
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLFunctionTraceViewer.java
316
int
selectedFrame
= mFrameSelectionScale.getSelection();
317
mFrameSelectionSpinner.setSelection(
selectedFrame
);
318
selectFrame(
selectedFrame
);
334
int
selectedFrame
= mFrameSelectionSpinner.getSelection();
335
mFrameSelectionScale.setSelection(
selectedFrame
);
336
selectFrame(
selectedFrame
);
350
private void selectFrame(int
selectedFrame
) {
351
mFrameSelectionScale.setSelection(
selectedFrame
);
352
mFrameSelectionSpinner.setSelection(
selectedFrame
);
356
GLFrame f = mTrace.getFrame(
selectedFrame
- 1)
[
all
...]
/external/v8/src/
debug-debugger.js
980
ExecutionState.prototype.
selectedFrame
= function() {
[
all
...]
/external/chromium_org/v8/src/
debug-debugger.js
1003
ExecutionState.prototype.
selectedFrame
= function() {
[
all
...]
Completed in 218 milliseconds