OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:instance_name
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_unittest_helper.h
49
// |
instance_name
| is the name of the SafeBrowsingStore instance
52
#define TEST_STORE(test_fixture,
instance_name
, filename) \
54
SafeBrowsingStoreTestEmpty(
instance_name
); \
57
SafeBrowsingStoreTestStorePrefix(
instance_name
); \
60
SafeBrowsingStoreTestSubKnockout(
instance_name
); \
63
SafeBrowsingStoreTestDeleteChunks(
instance_name
); \
66
SafeBrowsingStoreTestDelete(
instance_name
, filename); \
/external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_store_unittest_helper.h
48
// |
instance_name
| is the name of the SafeBrowsingStore instance
51
#define TEST_STORE(test_fixture,
instance_name
, filename) \
53
SafeBrowsingStoreTestEmpty(
instance_name
); \
56
SafeBrowsingStoreTestStorePrefix(
instance_name
); \
59
SafeBrowsingStoreTestSubKnockout(
instance_name
); \
62
SafeBrowsingStoreTestDeleteChunks(
instance_name
); \
65
SafeBrowsingStoreTestDelete(
instance_name
, filename); \
/external/chromium_org/chrome/common/local_discovery/
service_discovery_client.cc
15
std::string ServiceDescription::
instance_name
() const {
function in class:local_discovery::ServiceDescription
service_discovery_client.h
30
// name follows the format <
instance_name
>.<service_type>.
31
std::string
instance_name
() const;
/external/chromium_org/chrome/tools/service_discovery_sniffer/
service_discovery_sniffer.cc
47
printf("Service Updated: %s\n", service.
instance_name
().c_str());
49
printf("Service Added: %s\n", service.
instance_name
().c_str());
Completed in 1114 milliseconds