HomeSort by relevance Sort by last modified time
    Searched refs:nativeCode (Results 1 - 13 of 13) sorted by null

  /development/samples/BrowserPlugin/jni/form/
FormPlugin.cpp 265 if (evt->data.key.nativeCode >= kDpadUp_ANPKeyCode
266 && evt->data.key.nativeCode <= kDpadCenter_ANPKeyCode) {
267 return handleNavigation(evt->data.key.nativeCode) ? 1 : 0;
271 handleTextInput(m_activeInput, evt->data.key.nativeCode,
  /external/webkit/Source/WebKit/android/plugins/
PluginDebugAndroid.cpp 75 evt->data.key.nativeCode, evt->data.key.virtualCode,
android_npapi.h     [all...]
  /development/samples/BrowserPlugin/jni/navigation/
NavigationPlugin.cpp 200 bool result = handleNavigation(evt->data.key.nativeCode);
  /external/webkit/Source/JavaScriptCore/dfg/
DFGOperations.cpp 223 void* catchRoutine = handler ? handler->nativeCode.executableAddress() : (void*)ctiOpThrowNotCaught;
  /development/samples/BrowserPlugin/jni/
main.cpp 361 evt->data.key.nativeCode,
  /external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.h 76 CodeLocationLabel nativeCode;
  /external/webkit/Source/JavaScriptCore/jit/
JIT.cpp 548 handler.nativeCode = patchBuffer.locationOf(m_labels[handler.target]);
JITStubs.cpp     [all...]
  /external/webkit/Source/WebCore/plugins/android/
PluginViewAndroid.cpp 379 evt.data.key.nativeCode = pke->nativeVirtualKeyCode();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 109 milliseconds