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
112
InsertionHandleController
ihc
= getContentViewCore().getInsertionHandleControllerForTest();
local
113
HandleView handle =
ihc
.getHandleViewForTest();
155
InsertionHandleController
ihc
= getContentViewCore().getInsertionHandleControllerForTest();
local
156
HandleView handle =
ihc
.getHandleViewForTest();
186
InsertionHandleController
ihc
= getContentViewCore().getInsertionHandleControllerForTest();
local
187
HandleView handle =
ihc
.getHandleViewForTest();
253
InsertionHandleController
ihc
=
255
HandleView handle =
ihc
.getHandleViewForTest();
287
InsertionHandleController
ihc
= getContentViewCore().getInsertionHandleControllerForTest();
288
HandleView handle =
ihc
.getHandleViewForTest()
[
all
...]
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
HandleView.java
428
InsertionHandleController
ihc
= (InsertionHandleController) mController;
local
429
if (mIsInsertionHandle &&
ihc
.canPaste()) {
432
mPastePopupWindow =
ihc
.new PastePopupMenu();
Completed in 52 milliseconds