HomeSort by relevance Sort by last modified time
    Searched defs:param_type (Results 1 - 15 of 15) sorted by null

  /external/chromium/chrome/common/
common_param_traits.h 20 typedef ContentSetting param_type; typedef in struct:IPC::ParamTraits
21 static void Write(Message* m, const param_type& p);
22 static bool Read(const Message* m, void** iter, param_type* p);
23 static void Log(const param_type& p, std::string* l);
28 typedef ContentSettingsType param_type; typedef in struct:IPC::ParamTraits
29 static void Write(Message* m, const param_type& p);
30 static bool Read(const Message* m, void** iter, param_type* p);
31 static void Log(const param_type& p, std::string* l);
render_messages.h 59 typedef gfx::NativeView param_type; typedef in struct:IPC::ParamTraits
60 static void Write(Message* m, const param_type& p) {
64 static bool Read(const Message* m, void** iter, param_type* p) {
70 static void Log(const param_type& p, std::string* l) {
79 typedef ContentSettings param_type; typedef in struct:IPC::ParamTraits
80 static void Write(Message* m, const param_type& p);
81 static bool Read(const Message* m, void** iter, param_type* r);
82 static void Log(const param_type& p, std::string* l);
automation_messages.h 209 typedef AutomationMsg_Find_Params param_type; typedef in struct:IPC::ParamTraits
210 static void Write(Message* m, const param_type& p);
211 static bool Read(const Message* m, void** iter, param_type* p);
212 static void Log(const param_type& p, std::string* l);
217 typedef AutomationMsg_NavigationResponseValues param_type; typedef in struct:IPC::ParamTraits
218 static void Write(Message* m, const param_type& p);
219 static bool Read(const Message* m, void** iter, param_type* p);
220 static void Log(const param_type& p, std::string* l);
225 typedef AutomationMsg_ExtensionResponseValues param_type; typedef in struct:IPC::ParamTraits
226 static void Write(Message* m, const param_type& p)
233 typedef AutomationMsg_ExtensionProperty param_type; typedef in struct:IPC::ParamTraits
241 typedef SecurityStyle param_type; typedef in struct:IPC::ParamTraits
249 typedef PageType param_type; typedef in struct:IPC::ParamTraits
260 typedef Reposition_Params param_type; typedef in struct:IPC::ParamTraits
310 typedef AutomationURLRequest param_type; typedef in struct:IPC::ParamTraits
319 typedef AutomationURLResponse param_type; typedef in struct:IPC::ParamTraits
328 typedef ExternalTabSettings param_type; typedef in struct:IPC::ParamTraits
337 typedef NavigationInfo param_type; typedef in struct:IPC::ParamTraits
346 typedef MiniContextMenuParams param_type; typedef in struct:IPC::ParamTraits
354 typedef AttachExternalTabParams param_type; typedef in struct:IPC::ParamTraits
    [all...]
  /external/chromium/chrome/common/extensions/
extension_messages.h 117 typedef URLPattern param_type; typedef in struct:IPC::ParamTraits
118 static void Write(Message* m, const param_type& p);
119 static bool Read(const Message* m, void** iter, param_type* p);
120 static void Log(const param_type& p, std::string* l);
125 typedef ExtensionExtent param_type; typedef in struct:IPC::ParamTraits
126 static void Write(Message* m, const param_type& p);
127 static bool Read(const Message* m, void** iter, param_type* p);
128 static void Log(const param_type& p, std::string* l);
133 typedef ExtensionMsg_Loaded_Params param_type; typedef in struct:IPC::ParamTraits
134 static void Write(Message* m, const param_type& p)
    [all...]
extension_messages.cc 67 typedef Extension::Location param_type; typedef in struct:IPC::ParamTraits
68 static void Write(Message* m, const param_type& p) {
72 static bool Read(const Message* m, void** iter, param_type* p) {
78 *p = static_cast<param_type>(val);
81 static void Log(const param_type& p, std::string* l) {
86 void ParamTraits<URLPattern>::Write(Message* m, const param_type& p) {
92 param_type* p) {
103 void ParamTraits<URLPattern>::Log(const param_type& p, std::string* l) {
107 void ParamTraits<ExtensionExtent>::Write(Message* m, const param_type& p) {
112 param_type* p)
    [all...]
  /external/webkit/Source/WebCore/inspector/
generate-inspector-idl 101 def param_type(domain_name, param): function
132 params.append("in%s %s %s" % (optional, param_type(domain_name, in_param), in_param["name"]))
135 params.append("out %s %s" % (param_type(domain_name, out_param), out_param["name"]))
147 params.append("out%s %s %s" % (optional, param_type(domain_name, in_param), in_param["name"]))
  /external/chromium/chrome/browser/importer/
profile_import_process_messages.h 30 typedef importer::SourceProfile param_type; typedef in struct:IPC::ParamTraits
31 static void Write(Message* m, const param_type& p) {
38 static bool Read(const Message* m, void** iter, param_type* p) {
58 static void Log(const param_type& p, std::string* l) {
76 typedef history::URLRow param_type; typedef in struct:IPC::ParamTraits
77 static void Write(Message* m, const param_type& p) {
86 static bool Read(const Message* m, void** iter, param_type* p) {
109 static void Log(const param_type& p, std::string* l) {
131 typedef ProfileWriter::BookmarkEntry param_type; typedef in struct:IPC::ParamTraits
132 static void Write(Message* m, const param_type& p)
169 typedef history::ImportedFaviconUsage param_type; typedef in struct:IPC::ParamTraits
195 typedef TemplateURLRef param_type; typedef in struct:IPC::ParamTraits
220 typedef TemplateURL::ImageRef param_type; typedef in struct:IPC::ParamTraits
248 typedef TemplateURL param_type; typedef in struct:IPC::ParamTraits
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
random.h 4149 struct param_type struct in class:exponential_distribution
4154 param_type(_RealType __lambda = _RealType(1)) function in struct:exponential_distribution::param_type
4323 struct param_type struct in class:weibull_distribution
4328 param_type(_RealType __a = _RealType(1), function in struct:weibull_distribution::param_type
4498 struct param_type struct in class:extreme_value_distribution
4503 param_type(_RealType __a = _RealType(0), function in struct:extreme_value_distribution::param_type
4670 struct param_type struct in class:discrete_distribution
4675 param_type() function in struct:discrete_distribution::param_type
4680 param_type(_InputIterator __wbegin, function in struct:discrete_distribution::param_type
4685 param_type(initializer_list<double> __wil) function in struct:discrete_distribution::param_type
4872 struct param_type struct in class:piecewise_constant_distribution
4877 param_type() function in struct:piecewise_constant_distribution::param_type
5111 struct param_type struct in class:piecewise_linear_distribution
5116 param_type() function in struct:piecewise_linear_distribution::param_type
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
random.h 4149 struct param_type struct in class:exponential_distribution
4154 param_type(_RealType __lambda = _RealType(1)) function in struct:exponential_distribution::param_type
4323 struct param_type struct in class:weibull_distribution
4328 param_type(_RealType __a = _RealType(1), function in struct:weibull_distribution::param_type
4498 struct param_type struct in class:extreme_value_distribution
4503 param_type(_RealType __a = _RealType(0), function in struct:extreme_value_distribution::param_type
4670 struct param_type struct in class:discrete_distribution
4675 param_type() function in struct:discrete_distribution::param_type
4680 param_type(_InputIterator __wbegin, function in struct:discrete_distribution::param_type
4685 param_type(initializer_list<double> __wil) function in struct:discrete_distribution::param_type
4872 struct param_type struct in class:piecewise_constant_distribution
4877 param_type() function in struct:piecewise_constant_distribution::param_type
5111 struct param_type struct in class:piecewise_linear_distribution
5116 param_type() function in struct:piecewise_linear_distribution::param_type
    [all...]
  /external/stlport/stlport/stl/
type_traits.h 459 typename ::boost::add_reference<_Tp>::type>::_Ret param_type; typedef in struct:__call_traits
462 typedef _Tp& param_type;
469 typedef _Tp& param_type; typedef in struct:__call_traits
474 typedef _Tp& param_type; typedef in struct:__call_traits
  /ndk/sources/cxx-stl/stlport/stlport/stl/
type_traits.h 459 typename ::boost::add_reference<_Tp>::type>::_Ret param_type; typedef in struct:__call_traits
462 typedef _Tp& param_type;
469 typedef _Tp& param_type; typedef in struct:__call_traits
474 typedef _Tp& param_type; typedef in struct:__call_traits
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
type_traits.h 459 typename ::boost::add_reference<_Tp>::type>::_Ret param_type; typedef in struct:__call_traits
462 typedef _Tp& param_type;
469 typedef _Tp& param_type; typedef in struct:__call_traits
474 typedef _Tp& param_type; typedef in struct:__call_traits
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
type_traits.h 459 typename ::boost::add_reference<_Tp>::type>::_Ret param_type; typedef in struct:__call_traits
462 typedef _Tp& param_type;
469 typedef _Tp& param_type; typedef in struct:__call_traits
474 typedef _Tp& param_type; typedef in struct:__call_traits
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
type_traits.h 459 typename ::boost::add_reference<_Tp>::type>::_Ret param_type; typedef in struct:__call_traits
462 typedef _Tp& param_type;
469 typedef _Tp& param_type; typedef in struct:__call_traits
474 typedef _Tp& param_type; typedef in struct:__call_traits
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_midi_emul.h 41 param_type:1 /* RPN/NRPN */ member in struct:snd_midi_channel

Completed in 502 milliseconds