Searched defs:type (Results 1 - 25 of 7151) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
H A DRTCSessionDescription.h38 // The session type.
39 @property(nonatomic, copy, readonly) NSString *type; variable
41 - (id)initWithType:(NSString *)type sdp:(NSString *)sdp;
/external/chromium_org/webkit/common/
H A Dresource_type.cc13 WebURLRequest::TargetType type) {
14 switch (type) {
12 FromTargetType( WebURLRequest::TargetType type) argument
/external/chromium/chrome/browser/importer/
H A Dimporter_type.cc24 Importer* CreateImporterByType(ImporterType type) { argument
25 switch (type) {
/external/chromium/net/base/
H A Dconnection_type_histograms.cc17 // of that type during that session. In the second group (counter2), each
18 // counter is the number of connections of that type the user has seen during
23 void UpdateConnectionTypeHistograms(ConnectionType type) { argument
27 if (type >= 0 && type < NUM_OF_CONNECTION_TYPES) {
28 if (!had_connection_type[type]) {
29 had_connection_type[type] = true;
31 type, NUM_OF_CONNECTION_TYPES);
35 type, NUM_OF_CONNECTION_TYPES);
37 NOTREACHED(); // Someone's logging an invalid type!
[all...]
/external/chromium/net/ftp/
H A Dftp_server_type_histograms.cc17 // seen an FTP server of a given type during that session. In the second
18 // histogram we tally the number of transactions with FTP server of a given type
20 void UpdateFtpServerTypeHistograms(FtpServerType type) { argument
22 if (type >= 0 && type < NUM_OF_SERVER_TYPES) {
23 if (!had_server_type[type]) {
24 had_server_type[type] = true;
26 type, NUM_OF_SERVER_TYPES);
30 type, NUM_OF_SERVER_TYPES);
/external/chromium_org/chrome/browser/sync_file_system/
H A Dsync_operation_type.cc11 const char* SyncOperationTypeToString(SyncOperationType type) { argument
12 switch (type) {
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_collection.cc7 PanelCollection::PanelCollection(Type type) argument
8 : type_(type) {
/external/chromium_org/chrome/browser/ui/views/touch_uma/
H A Dtouch_uma_ash.cc11 ash::TouchUMA::GestureActionType type = ash::TouchUMA::GESTURE_UNKNOWN; local
14 type = ash::TouchUMA::GESTURE_TABSWITCH_TAP;
17 type = ash::TouchUMA::GESTURE_TABNOSWITCH_TAP;
20 type = ash::TouchUMA::GESTURE_TABCLOSE_TAP;
23 type = ash::TouchUMA::GESTURE_NEWTAB_TAP;
26 type = ash::TouchUMA::GESTURE_ROOTVIEWTOP_TAP;
29 ash::TouchUMA::GetInstance()->RecordGestureAction(type);
/external/chromium_org/chrome/browser/ui/window_sizer/
H A Dwindow_sizer_aura.cc15 chrome::HostDesktopType type) {
14 GetDefaultPopupOrigin(const gfx::Size& size, chrome::HostDesktopType type) argument
/external/chromium_org/chrome/common/
H A Dautocomplete_match_type.cc10 std::string AutocompleteMatchType::ToString(AutocompleteMatchType::Type type) { argument
28 return strings[type];
/external/chromium_org/chrome/installer/mini_installer/
H A Ddecompress_test.cc34 DWORD type = static_cast<DWORD>(-1); local
35 EXPECT_TRUE(GetBinaryType(dest_path.value().c_str(), &type));
36 EXPECT_EQ(SCS_32BIT_BINARY, type);
/external/chromium_org/chrome/utility/importer/
H A Dimporter_creator.cc24 Importer* CreateImporterByType(ImporterType type) { argument
25 switch (type) {
/external/chromium_org/content/common/
H A Dprocess_type.cc12 std::string GetProcessTypeNameInEnglish(int type) { argument
13 switch (type) {
35 DCHECK(false) << "Unknown child process type!";
39 return content::GetContentClient()->GetProcessTypeNameInEnglish(type);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Dsocket.c10 int socket(int domain, int type, int protocol) { argument
11 return ki_socket(domain, type, protocol);
/external/chromium_org/net/base/
H A Dconnection_type_histograms.cc17 // of that type during that session. In the second group (counter2), each
18 // counter is the number of connections of that type the user has seen during
23 void UpdateConnectionTypeHistograms(ConnectionType type) { argument
27 if (type >= 0 && type < NUM_OF_CONNECTION_TYPES) {
28 if (!had_connection_type[type]) {
29 had_connection_type[type] = true;
31 type, NUM_OF_CONNECTION_TYPES);
35 type, NUM_OF_CONNECTION_TYPES);
37 NOTREACHED(); // Someone's logging an invalid type!
[all...]
/external/chromium_org/net/ftp/
H A Dftp_server_type_histograms.cc17 // seen an FTP server of a given type during that session. In the second
18 // histogram we tally the number of transactions with FTP server of a given type
20 void UpdateFtpServerTypeHistograms(FtpServerType type) { argument
22 if (type >= 0 && type < NUM_OF_SERVER_TYPES) {
23 if (!had_server_type[type]) {
24 had_server_type[type] = true;
26 type, NUM_OF_SERVER_TYPES);
30 type, NUM_OF_SERVER_TYPES);
/external/chromium_org/net/quic/congestion_control/
H A Dreceive_algorithm_interface.cc15 CongestionFeedbackType type) {
16 switch (type) {
13 Create( const QuicClock* clock, CongestionFeedbackType type) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_eu_debug.c46 static const char *type[] = { local
67 hwreg.type == BRW_REGISTER_TYPE_F) {
75 hwreg.type == BRW_REGISTER_TYPE_F) {
86 hwreg.subnr / type_sz(hwreg.type),
90 type[hwreg.type]);
/external/chromium_org/ui/views/widget/
H A Dwidget_aura_utils.cc12 Widget::InitParams::Type type) {
13 switch (type) {
29 NOTREACHED() << "Unhandled widget type " << type;
11 GetAuraWindowTypeForWidgetType( Widget::InitParams::Type type) argument
/external/chromium_org/webkit/renderer/compositor_bindings/
H A Dweb_animation_curve_common.cc12 WebKit::WebAnimationCurve::TimingFunctionType type) {
13 switch (type) {
11 CreateTimingFunction( WebKit::WebAnimationCurve::TimingFunctionType type) argument
/external/clang/test/CodeCompletion/
H A Dconstexpr.cpp6 typedef int type; typedef in struct:S
13 // CHECK: COMPLETION: type : type
/external/clang/test/Modules/Inputs/submodules/
H A Dtype_traits.h3 typedef T type; typedef in struct:remove_reference
8 typedef T type; typedef in struct:remove_reference
/external/clang/test/SemaCXX/
H A Dlibstdcxx_common_type_hack.cpp17 // reference type.
18 typedef decltype(true ? declval<A>() : declval<B>()) type; member in struct:std::common_type
28 using T = std::common_type<int, int>::type;
/external/clang/test/SemaTemplate/
H A Dinstantiate-elab-type-specifier.cpp11 typedef struct Base<T>::foo type; typedef in struct:Derived
H A Dinstantiation-depth-defarg.cpp4 typedef typename S<N-1>::type type; typedef in struct:S
13 typedef int type; typedef in struct:S

Completed in 1017 milliseconds

1234567891011>>