FunctionType      180 base/debug/profiler.cc template <typename FunctionType>
FunctionType      181 base/debug/profiler.cc FunctionType FindFunctionInImports(const char* function_name) {
FunctionType      191 base/debug/profiler.cc   return reinterpret_cast<FunctionType>(ctx.function);
FunctionType      804 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc template <class FunctionType>
FunctionType      812 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc     if (!FunctionType::ExtractIds(args, &ids, &invalid_id) || invalid_id)
FunctionType      823 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc   template <class FunctionType>
FunctionType      825 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc     BuildWithMappers(heuristics, new BookmarkIdMapper<FunctionType>(),
FunctionType      826 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc                                  new BookmarkIdMapper<FunctionType>());
FunctionType      150 chrome/browser/extensions/api/power/power_api_unittest.cc   bool CallFunction(FunctionType type,
FunctionType      349 ppapi/shared_impl/proxy_lock.h template <class FunctionType>
FunctionType      350 ppapi/shared_impl/proxy_lock.h inline base::Callback<FunctionType> RunWhileLocked(
FunctionType      351 ppapi/shared_impl/proxy_lock.h     const base::Callback<FunctionType>& callback) {
FunctionType      352 ppapi/shared_impl/proxy_lock.h   internal::RunWhileLockedHelper<FunctionType>* helper =
FunctionType      353 ppapi/shared_impl/proxy_lock.h       new internal::RunWhileLockedHelper<FunctionType>(callback);
FunctionType      355 ppapi/shared_impl/proxy_lock.h       &internal::RunWhileLockedHelper<FunctionType>::CallWhileLocked,
FunctionType      880 third_party/protobuf/src/google/protobuf/stubs/common.h   typedef void (*FunctionType)();
FunctionType      882 third_party/protobuf/src/google/protobuf/stubs/common.h   FunctionClosure0(FunctionType function, bool self_deleting)
FunctionType      893 third_party/protobuf/src/google/protobuf/stubs/common.h   FunctionType function_;
FunctionType      921 third_party/protobuf/src/google/protobuf/stubs/common.h   typedef void (*FunctionType)(Arg1 arg1);
FunctionType      923 third_party/protobuf/src/google/protobuf/stubs/common.h   FunctionClosure1(FunctionType function, bool self_deleting,
FunctionType      936 third_party/protobuf/src/google/protobuf/stubs/common.h   FunctionType function_;
FunctionType      968 third_party/protobuf/src/google/protobuf/stubs/common.h   typedef void (*FunctionType)(Arg1 arg1, Arg2 arg2);
FunctionType      970 third_party/protobuf/src/google/protobuf/stubs/common.h   FunctionClosure2(FunctionType function, bool self_deleting,
FunctionType      983 third_party/protobuf/src/google/protobuf/stubs/common.h   FunctionType function_;
FunctionType       16 tools/json_schema_compiler/test/functions_as_parameters_unittest.cc     FunctionType out;
FunctionType       17 tools/json_schema_compiler/test/functions_as_parameters_unittest.cc     EXPECT_FALSE(FunctionType::Populate(empty_value, &out));
FunctionType       23 tools/json_schema_compiler/test/functions_as_parameters_unittest.cc     FunctionType out;
FunctionType       24 tools/json_schema_compiler/test/functions_as_parameters_unittest.cc     ASSERT_TRUE(FunctionType::Populate(value, &out));
FunctionType       35 tools/json_schema_compiler/test/functions_as_parameters_unittest.cc     FunctionType out;
FunctionType       36 tools/json_schema_compiler/test/functions_as_parameters_unittest.cc     ASSERT_TRUE(FunctionType::Populate(value, &out));
FunctionType       46 tools/json_schema_compiler/test/functions_as_parameters_unittest.cc     FunctionType out;
FunctionType       47 tools/json_schema_compiler/test/functions_as_parameters_unittest.cc     ASSERT_TRUE(FunctionType::Populate(value, &out));