OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ihc
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/input/
InsertionHandleTest.java
130
InsertionHandleController
ihc
= getContentViewCore().getInsertionHandleControllerForTest();
local
131
HandleView handle =
ihc
.getHandleViewForTest();
173
InsertionHandleController
ihc
= getContentViewCore().getInsertionHandleControllerForTest();
local
174
HandleView handle =
ihc
.getHandleViewForTest();
204
InsertionHandleController
ihc
= getContentViewCore().getInsertionHandleControllerForTest();
local
205
HandleView handle =
ihc
.getHandleViewForTest();
270
InsertionHandleController
ihc
=
272
HandleView handle =
ihc
.getHandleViewForTest();
304
InsertionHandleController
ihc
= getContentViewCore().getInsertionHandleControllerForTest();
305
HandleView handle =
ihc
.getHandleViewForTest()
[
all
...]
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
HandleView.java
403
InsertionHandleController
ihc
= (InsertionHandleController) mController;
local
404
if (mIsInsertionHandle &&
ihc
.canPaste()) {
407
mPastePopupWindow =
ihc
.new PastePopupMenu();
Completed in 112 milliseconds