Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(802)

Side by Side Diff: ppapi/proxy/ppapi_messages.h

Issue 12817009: Add Query() support to FileRef (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Multiply-included message header, no traditional include guard. 5 // Multiply-included message header, no traditional include guard.
6 #include <string> 6 #include <string>
7 #include <vector> 7 #include <vector>
8 8
9 #include "base/basictypes.h" 9 #include "base/basictypes.h"
10 #include "base/files/file_path.h" 10 #include "base/files/file_path.h"
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 ppapi::proxy::SerializedHandle /* socket_handle */, 439 ppapi::proxy::SerializedHandle /* socket_handle */,
440 ppapi::proxy::SerializedHandle /* handle */) 440 ppapi::proxy::SerializedHandle /* handle */)
441 441
442 // PPB_FileRef. 442 // PPB_FileRef.
443 IPC_MESSAGE_ROUTED3( 443 IPC_MESSAGE_ROUTED3(
444 PpapiMsg_PPBFileRef_CallbackComplete, 444 PpapiMsg_PPBFileRef_CallbackComplete,
445 ppapi::HostResource /* resource */, 445 ppapi::HostResource /* resource */,
446 int /* callback_id */, 446 int /* callback_id */,
447 int32_t /* result */) 447 int32_t /* result */)
448 448
449 IPC_MESSAGE_ROUTED4(
450 PpapiMsg_PPBFileRef_QueryCallbackComplete,
451 ppapi::HostResource /* resource */,
452 PP_FileInfo /* file_info */,
453 int /* callback_id */,
454 int32_t /* result */)
455
449 // PPB_FileSystem. 456 // PPB_FileSystem.
450 IPC_MESSAGE_ROUTED2( 457 IPC_MESSAGE_ROUTED2(
451 PpapiMsg_PPBFileSystem_OpenComplete, 458 PpapiMsg_PPBFileSystem_OpenComplete,
452 ppapi::HostResource /* filesystem */, 459 ppapi::HostResource /* filesystem */,
453 int32_t /* result */) 460 int32_t /* result */)
454 461
455 // PPB_Graphics3D. 462 // PPB_Graphics3D.
456 IPC_MESSAGE_ROUTED2(PpapiMsg_PPBGraphics3D_SwapBuffersACK, 463 IPC_MESSAGE_ROUTED2(PpapiMsg_PPBGraphics3D_SwapBuffersACK,
457 ppapi::HostResource /* graphics_3d */, 464 ppapi::HostResource /* graphics_3d */,
458 int32_t /* pp_error */) 465 int32_t /* pp_error */)
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 PP_Time /* last_access */, 799 PP_Time /* last_access */,
793 PP_Time /* last_modified */, 800 PP_Time /* last_modified */,
794 int /* callback_id */) 801 int /* callback_id */)
795 IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBFileRef_Delete, 802 IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBFileRef_Delete,
796 ppapi::HostResource /* file_ref */, 803 ppapi::HostResource /* file_ref */,
797 int /* callback_id */) 804 int /* callback_id */)
798 IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBFileRef_Rename, 805 IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBFileRef_Rename,
799 ppapi::HostResource /* file_ref */, 806 ppapi::HostResource /* file_ref */,
800 ppapi::HostResource /* new_file_ref */, 807 ppapi::HostResource /* new_file_ref */,
801 int /* callback_id */) 808 int /* callback_id */)
809 IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBFileRef_Query,
810 ppapi::HostResource /* file_ref */,
811 int /* callback_id */)
812 IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBFileRef_QueryReply,
813 PP_FileInfo /* info */)
dmichael (off chromium) 2013/03/18 23:16:16 It doesn't look like you're using this message
teravest 2013/03/21 16:45:04 Removed.
802 IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBFileRef_GetAbsolutePath, 814 IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBFileRef_GetAbsolutePath,
803 ppapi::HostResource /* file_ref */, 815 ppapi::HostResource /* file_ref */,
804 ppapi::proxy::SerializedVar /* result */) 816 ppapi::proxy::SerializedVar /* result */)
805 817
806 // PPB_FileSystem. 818 // PPB_FileSystem.
807 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBFileSystem_Create, 819 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBFileSystem_Create,
808 PP_Instance /* instance */, 820 PP_Instance /* instance */,
809 int /* type */, 821 int /* type */,
810 ppapi::HostResource /* result */) 822 ppapi::HostResource /* result */)
811 IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBFileSystem_Open, 823 IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBFileSystem_Open,
(...skipping 898 matching lines...) Expand 10 before | Expand all | Expand 10 after
1710 std::vector<ppapi::HostResource> /* buffers */, 1722 std::vector<ppapi::HostResource> /* buffers */,
1711 uint32_t /* buffer_size */) 1723 uint32_t /* buffer_size */)
1712 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnStatus, 1724 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnStatus,
1713 uint32_t /* status */) 1725 uint32_t /* status */)
1714 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnError, 1726 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnError,
1715 uint32_t /* error */) 1727 uint32_t /* error */)
1716 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnBufferReady, 1728 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnBufferReady,
1717 uint32_t /* buffer */) 1729 uint32_t /* buffer */)
1718 1730
1719 #endif // !defined(OS_NACL) && !defined(NACL_WIN64) 1731 #endif // !defined(OS_NACL) && !defined(NACL_WIN64)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698