Searched refs:g_dataAdapterNull (Results 1 – 1 of 1) sorted by relevance
47 std::shared_ptr<PasteDataAdapterImpl> g_dataAdapterNull; variable61 g_dataAdapterNull = std::make_shared<PasteDataAdapterImpl>(); in SetUpTestCase()62 if (g_dataAdapterNull == nullptr) { in SetUpTestCase()66 g_dataAdapterNull->data_ = nullptr; in SetUpTestCase()317 g_dataAdapterNull->AddHtmlRecord(htmlName);330 g_dataAdapterNull->AddTextRecord(htmlName);347 std::vector<std::string> types = g_dataAdapterNull->GetMimeTypes();368 std::shared_ptr<std::string> primary = g_dataAdapterNull->GetPrimaryHtml();403 std::shared_ptr<std::string> primary = g_dataAdapterNull->GetPrimaryText();424 std::shared_ptr<std::string> primary = g_dataAdapterNull->GetPrimaryMimeType();[all …]