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

Side by Side Diff: native_client_sdk/src/libraries/nacl_io/pepper/all_interfaces.h

Issue 12194030: Rename mount (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix whitespace Created 7 years, 10 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 | Annotate | Revision Log
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 5
6 /* Given an interface like this: 6 /* Given an interface like this:
7 * 7 *
8 * struct PPB_Frob { 8 * struct PPB_Frob {
9 * void (*Flange)(int32_t param1, char* param2); 9 * void (*Flange)(int32_t param1, char* param2);
10 * int32_t (*Shlep)(PP_CompletionCallback); 10 * int32_t (*Shlep)(PP_CompletionCallback);
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 METHOD1(URLRequestInfoInterface, PP_Resource, Create, PP_Instance) 85 METHOD1(URLRequestInfoInterface, PP_Resource, Create, PP_Instance)
86 METHOD3(URLRequestInfoInterface, PP_Bool, SetProperty, PP_Resource, 86 METHOD3(URLRequestInfoInterface, PP_Bool, SetProperty, PP_Resource,
87 PP_URLRequestProperty, PP_Var) 87 PP_URLRequestProperty, PP_Var)
88 END_INTERFACE(URLRequestInfoInterface, PPB_URLRequestInfo) 88 END_INTERFACE(URLRequestInfoInterface, PPB_URLRequestInfo)
89 89
90 BEGIN_INTERFACE(URLResponseInfoInterface, PPB_URLResponseInfo, 90 BEGIN_INTERFACE(URLResponseInfoInterface, PPB_URLResponseInfo,
91 PPB_URLRESPONSEINFO_INTERFACE) 91 PPB_URLRESPONSEINFO_INTERFACE)
92 METHOD2(URLResponseInfoInterface, PP_Var, GetProperty, PP_Resource, 92 METHOD2(URLResponseInfoInterface, PP_Var, GetProperty, PP_Resource,
93 PP_URLResponseProperty) 93 PP_URLResponseProperty)
94 END_INTERFACE(URLResponseInfoInterface, PPB_URLResponseInfo) 94 END_INTERFACE(URLResponseInfoInterface, PPB_URLResponseInfo)
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/path.cc ('k') | native_client_sdk/src/libraries/nacl_io/pepper/define_empty_macros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698