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

  /external/chromium_org/chrome/renderer/extensions/
dom_activity_logger.cc 32 const WebString& call_type) {
47 const std::string type = call_type.utf8();
49 params.call_type = DomActionType::GETTER;
51 params.call_type = DomActionType::SETTER;
53 params.call_type = DomActionType::METHOD;
api_activity_logger.h 58 static void LogInternal(const CallType call_type,
dom_activity_logger.h 36 const WebString& call_type);
api_activity_logger.cc 41 const CallType call_type,
72 if (call_type == APICALL) {
75 } else if (call_type == EVENT) {
  /external/qemu/
android-trace.h 50 extern void trace_interpreted_method(uint32_t addr, int call_type);
trace.c     [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_disk_cache.h 62 PendingCallType call_type; member in struct:appcache::AppCacheDiskCache::PendingCall
69 PendingCall(PendingCallType call_type, int64 key,
appcache_disk_cache.cc 247 : call_type(CREATE),
252 AppCacheDiskCache::PendingCall::PendingCall(PendingCallType call_type,
256 : call_type(call_type),
301 switch (iter->call_type) {
  /packages/apps/Dialer/src/com/android/dialer/
PhoneCallDetailsViews.java 53 view.findViewById(R.id.call_type),
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_thread.c 371 * @call_type : Whether its Synchronous or Asynchronous call
380 mm_camera_call_type_t call_type)
399 if (call_type == mm_camera_sync_call ) {
425 mm_camera_call_type_t call_type)
446 if (call_type == mm_camera_sync_call ) {
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_thread.c 373 * @call_type : Whether its Synchronous or Asynchronous call
382 mm_camera_call_type_t call_type)
401 if (call_type == mm_camera_sync_call ) {
427 mm_camera_call_type_t call_type)
448 if (call_type == mm_camera_sync_call ) {
  /external/qemu/hw/
goldfish_trace.c 314 int call_type = (offset - 4096) >> 2; local
315 trace_interpreted_method(value, call_type);
  /external/chromium_org/chrome_frame/test/
chrome_frame_test_utils.h 137 STDMETHOD_(DWORD, HandleInComingCall)(DWORD call_type,
  /external/chromium_org/chrome/common/extensions/
extension_messages.h 61 IPC_STRUCT_MEMBER(int, call_type)
  /external/qemu/tcg/
tcg.c 599 int call_type; local
626 call_type = (flags & TCG_CALL_TYPE_MASK);
656 if (i == 2 && call_type == TCG_CALL_TYPE_REGPARM) {
657 call_type = TCG_CALL_TYPE_REGPARM_2;
658 flags = (flags & ~TCG_CALL_TYPE_MASK) | call_type;
    [all...]
  /external/chromium_org/chrome/browser/renderer_host/
chrome_render_message_filter.cc 532 params.call_type);

Completed in 569 milliseconds