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

  /external/chromium_org/media/base/
cdm_promise.cc 18 static const CdmPromise::ResolveParameterType kType = CdmPromise::VOID_TYPE;
23 static const CdmPromise::ResolveParameterType kType = CdmPromise::STRING_TYPE;
28 static const CdmPromise::ResolveParameterType kType =
105 : CdmPromise(CdmPromiseTraits<T>::kType, reject_cb),
115 : CdmPromise(CdmPromiseTraits<T>::kType, reject_cb, uma_name),
122 : CdmPromise(CdmPromiseTraits<T>::kType) {
133 : CdmPromise(CdmPromiseTraits<void>::kType, reject_cb),
141 : CdmPromise(CdmPromiseTraits<void>::kType, reject_cb, uma_name),
148 : CdmPromise(CdmPromiseTraits<void>::kType) {
  /external/chromium_org/remoting/signaling/
iq_sender_unittest.cc 35 const char kType[] = "get";
67 request_ = sender_->SendIq(kType, kTo, iq_body.Pass(), base::Bind(
76 kType, kTo, kStanzaId, kNamespacePrefix, kBodyTag,
  /external/chromium_org/content/browser/fileapi/
plugin_private_file_system_backend_unittest.cc 34 const storage::FileSystemType kType = storage::kFileSystemTypePluginPrivate;
44 kType, kRootName, base::FilePath());
83 kType,
96 kType,
123 kType,
135 kType,
  /external/chromium_org/third_party/skia/gm/
nonclosedpaths.cpp 92 static const ClosureType kType[] = {
110 MakePath(&path, kType[type]);
133 MakePath(&path, kType[type]);
  /external/skia/gm/
nonclosedpaths.cpp 92 static const ClosureType kType[] = {
110 MakePath(&path, kType[type]);
133 MakePath(&path, kType[type]);
  /external/chromium_org/chrome/browser/
enumerate_modules_model_unittest_win.cc 14 static const ModuleEnumerator::ModuleType kType =
33 {kType, kStatus, L"c:\\foo\\bar.dll", L"", L"Prod", L"Desc", L"1.0",
35 {kType, kStatus, L"c:\\foo\\", L"bar.dll", L"Prod", L"Desc", L"1.0",
39 {kType, kStatus, L"C:\\Foo\\Bar.dll", L"", L"", L"", L"1.0",
41 {kType, kStatus, L"c:\\foo\\", L"bar.dll", L"", L"", L"1.0",
45 {kType, kStatus, L"c:\\foo.dll", L"", L"", L"", L"1.0 asdf",
47 {kType, kStatus, L"c:\\", L"foo.dll", L"", L"", L"1.0",
51 {kType, kStatus, L"bar.dll", L"", L"", L"", L"", L"", kAction},
52 {kType, kStatus, L"", L"bar.dll", L"", L"", L"", L"", kAction},
55 {kType, kStatus, L"", L"", L"", L"", L"1.0", L"", kAction}
    [all...]
  /external/chromium_org/components/json_schema/
json_schema_constants.cc 36 const char kType[] = "type";
  /external/chromium_org/net/dns/
record_rdata.h 45 static const uint16 kType = dns_protocol::kTypeSRV;
76 static const uint16 kType = dns_protocol::kTypeA;
98 static const uint16 kType = dns_protocol::kTypeAAAA;
120 static const uint16 kType = dns_protocol::kTypeCNAME;
142 static const uint16 kType = dns_protocol::kTypePTR;
165 static const uint16 kType = dns_protocol::kTypeTXT;
189 static const uint16 kType = dns_protocol::kTypeNSEC;
  /external/chromium_org/remoting/host/
video_frame_recorder_host_extension.cc 25 const char kType[] = "type";
93 if (!client_message->GetString(kType, &type)) {
130 reply_message.SetString(kType, kNextFrameReplyType);
  /external/chromium_org/storage/browser/blob/
view_blob_internals_job.cc 31 const char kType[] = "Type: ";
197 AddHTMLListItem(kType, "data", out);
200 AddHTMLListItem(kType, "file", out);
214 AddHTMLListItem(kType, "filesystem", out);
  /external/chromium_org/third_party/skia/src/core/
SkRecords.h 74 static const Type kType = T##_Type; \
83 static const Type kType = T##_Type; \
91 static const Type kType = T##_Type; \
99 static const Type kType = T##_Type; \
107 static const Type kType = T##_Type; \
115 static const Type kType = T##_Type; \
281 static const Type kType = DrawVertices_Type;
  /external/skia/src/core/
SkRecords.h 68 static const Type kType = T##_Type; \
77 static const Type kType = T##_Type; \
85 static const Type kType = T##_Type; \
93 static const Type kType = T##_Type; \
101 static const Type kType = T##_Type; \
109 static const Type kType = T##_Type; \
246 static const Type kType = DrawVertices_Type;
  /external/chromium_org/components/sync_driver/
generic_change_processor_unittest.cc 108 static const syncer::ModelType kType = syncer::PREFERENCES;
115 // Use kType by default, but allow test cases to re-initialize with whatever
118 InitializeForType(kType);
223 ASSERT_NO_FATAL_FAILURE(BuildChildNodes(kType, kNumChildNodes));
227 change_processor()->GetAllSyncData(kType);
448 ASSERT_EQ(node.InitByClientTagLookup(kType, tag), syncer::BaseNode::INIT_OK);
463 ASSERT_EQ(syncer::BaseNode::INIT_OK, root.InitTypeRoot(kType));
465 node.InitUniqueByCreation(kType, root, "some node");
477 ConstructGenericChangeProcessor(kType);
  /external/chromium_org/content/browser/quota/
quota_reservation_manager_unittest.cc 28 const storage::FileSystemType kType = kFileSystemTypeTemporary;
57 EXPECT_EQ(kType, type);
69 EXPECT_EQ(kType, type);
77 EXPECT_EQ(kType, type);
221 reservation_manager()->CreateReservation(GURL(kOrigin), kType);
262 reservation_manager()->CreateReservation(GURL(kOrigin), kType);
296 reservation_manager()->CreateReservation(GURL(kOrigin), kType);
301 reservation_manager()->CreateReservation(GURL(kOrigin), kType);
342 reservation_manager()->CreateReservation(GURL(kOrigin), kType);
346 reservation_manager()->CreateReservation(GURL(kOrigin), kType);
    [all...]
  /external/chromium_org/content/browser/renderer_host/pepper/
quota_reservation_unittest.cc 24 const storage::FileSystemType kType = storage::kFileSystemTypeTemporary;
91 GURL(kOrigin), kType, MakeFilePath(file_name));
151 storage::FileSystemType type = kType;
192 storage::FileSystemType type = kType;
  /external/chromium_org/gpu/command_buffer/service/
framebuffer_manager_unittest.cc 396 const GLenum kType = GL_UNSIGNED_BYTE;
448 kType,
463 kType,
477 kType,
509 kType,
538 kType,
563 kType,
691 const GLenum kType = GL_FLOAT;
722 kType,
    [all...]
  /external/chromium_org/net/spdy/
spdy_framer_test.cc     [all...]
  /external/chromium_org/pdf/
out_of_process_instance.cc 60 const char kType[] = "type";
296 translated_strings.Set(kType, kJSSetTranslatedStringsType);
345 if (!dict.Get(kType).is_string()) {
350 std::string type = dict.Get(kType).AsString();
409 reply.Set(pp::Var(kType), pp::Var(kJSGetAccessibilityJSONReplyType));
695 message.Set(kType, kJSCancelStreamUrlType);
764 dimensions.Set(kType, kJSDocumentDimensionsType);
797 position.Set(kType, kJSSetScrollPositionType);
804 position.Set(kType, kJSSetScrollPositionType);
814 message.Set(kType, kJSGoToPageType)
    [all...]
  /external/chromium_org/components/onc/
onc_constants.cc 29 const char kType[] = "Type";
58 const char kType[] = "Type";
175 const char kType[] = "Type";
230 const char kType[] = "Type";
282 const char kType[] = "Type";
337 const char kType[] = "Type";
357 const char kType[] = "Type";
  /art/runtime/
dex_file.h     [all...]
  /external/chromium_org/extensions/common/
manifest_constants.cc 168 const char kType[] = "type";
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest.cc     [all...]

Completed in 561 milliseconds