OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetClient
(Results
26 - 44
of
44
) sorted by null
1
2
/external/chromium_org/content/renderer/p2p/
socket_dispatcher.h
105
P2PSocketClientImpl*
GetClient
(int socket_id);
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
fakexmppclient.h
50
virtual XmppClientInterface*
GetClient
() {
xmppclient.h
112
virtual XmppClientInterface*
GetClient
() { return this; }
/external/chromium_org/chrome/browser/sync/test/integration/
sync_errors_test.cc
157
ASSERT_TRUE(
GetClient
(0)->DisableSyncForDatatype(syncer::AUTOFILL));
164
ASSERT_TRUE(
GetClient
(0)->EnableSyncForDatatype(syncer::AUTOFILL));
sync_auth_test.cc
249
ASSERT_FALSE(
GetClient
(0)->SetupSync());
266
ASSERT_FALSE(
GetClient
(0)->SetupSync());
281
ASSERT_TRUE(
GetClient
(0)->SetupSync());
migration_test.cc
176
MigrationChecker* checker = new MigrationChecker(
GetClient
(i));
442
ASSERT_TRUE(
GetClient
(0)->AwaitMutualSyncCycleCompletion(
GetClient
(1)));
two_client_app_list_sync_test.cc
353
ASSERT_TRUE(
GetClient
(1)->DisableSyncForDatatype(syncer::APP_LIST));
360
ASSERT_TRUE(
GetClient
(1)->EnableSyncForDatatype(syncer::APP_LIST));
375
ASSERT_TRUE(
GetClient
(1)->DisableSyncForAllDatatypes());
382
ASSERT_TRUE(
GetClient
(1)->EnableSyncForAllDatatypes());
two_client_apps_sync_test.cc
328
ASSERT_TRUE(
GetClient
(1)->DisableSyncForDatatype(syncer::APPS));
335
ASSERT_TRUE(
GetClient
(1)->EnableSyncForDatatype(syncer::APPS));
351
ASSERT_TRUE(
GetClient
(1)->DisableSyncForAllDatatypes());
358
ASSERT_TRUE(
GetClient
(1)->EnableSyncForAllDatatypes());
sync_test.h
141
ProfileSyncServiceHarness*
GetClient
(int index) WARN_UNUSED_RESULT;
sync_test.cc
311
ProfileSyncServiceHarness* SyncTest::
GetClient
(int index) {
315
LOG(FATAL) << "
GetClient
(): Index is out of bounds.";
398
EXPECT_FALSE(
GetClient
(index) == NULL) << "Could not create Client "
456
if (!
GetClient
(i)->SetupSync())
824
ProfileSyncService* service =
GetClient
(index)->service();
846
return ::IsEncryptionComplete(
GetClient
(index)->service());
[
all
...]
/external/chromium_org/jingle/notifier/listener/
push_notifications_send_update_task.cc
31
GetClient
()->jid().BareJid()));
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessionmanager.cc
75
SessionClient* SessionManager::
GetClient
(const std::string& content_type) {
98
SessionClient* client =
GetClient
(content_type);
187
if (!
GetClient
(content_type)) {
sessionmanager.h
88
SessionClient*
GetClient
(const std::string& content_type);
session_unittest.cc
909
EXPECT_EQ(client, session_manager->
GetClient
(content_type));
[
all
...]
/external/chromium_org/chrome/installer/util/
google_update_settings.h
144
static bool
GetClient
(std::wstring* client);
146
// Sets the google_update client field. Unlike
GetClient
() this is set only
user_experiment.cc
426
GoogleUpdateSettings::
GetClient
(&client);
google_update_settings.cc
392
bool GoogleUpdateSettings::
GetClient
(std::wstring* client) {
[
all
...]
/external/chromium_org/content/renderer/media/
webmediaplayer_ms.h
135
blink::WebMediaPlayerClient*
GetClient
();
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shobjidl.h
[
all
...]
Completed in 868 milliseconds
1
2