OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:async_
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/base/prefs/
pref_service_factory.h
65
async_
= async;
83
bool
async_
;
member in class:base::PrefServiceFactory
/external/chromium_org/chrome/browser/notifications/sync_notifier/
notification_bitmap_fetcher_browsertest.cc
34
: called_(false), success_(false),
async_
(async) {}
51
if (
async_
) {
64
bool
async_
;
member in class:notifier::NotificationBitmapFetcherTestDelegate
/external/chromium_org/remoting/protocol/
fake_authenticator.h
35
bool
async_
;
member in class:remoting::protocol::FakeChannelAuthenticator
77
bool
async_
;
member in class:remoting::protocol::FakeAuthenticator
100
bool
async_
;
member in class:remoting::protocol::FakeHostAuthenticatorFactory
/external/chromium_org/ui/aura/test/
event_generator.h
114
void set_async(bool async) {
async_
= async; }
115
bool async() const { return
async_
; }
344
bool
async_
;
member in class:aura::test::EventGenerator
/external/chromium_org/base/files/
file.h
275
bool
async_
;
member in class:base::File
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
fakesession.h
68
async_
(false),
94
async_
= async;
184
if (
async_
) {
296
bool
async_
;
member in class:cricket::FakeTransportChannel
327
async_
(false),
336
void SetAsync(bool async) {
async_
= async; }
367
channel->SetAsync(
async_
);
408
bool
async_
;
member in class:cricket::FakeTransport
/external/chromium_org/third_party/libjingle/source/talk/base/
virtualsocketserver.cc
116
: server_(server), family_(family), type_(type),
async_
(async),
121
ASSERT(
async_
|| (type_ != SOCK_STREAM)); // We only support async streams
272
if (
async_
) {
329
async_
);
393
if (
async_
) {
401
if (
async_
) {
417
if (
async_
) {
477
if (
async_
&& notify) {
515
bool
async_
;
member in class:talk_base::VirtualSocket
[
all
...]
/external/chromium_org/webkit/browser/appcache/
appcache_storage_impl_unittest.cc
260
async_
(false) {}
268
if (
async_
) {
283
bool
async_
;
member in class:appcache::AppCacheStorageImplTest::MockQuotaManager
616
mock_quota_manager_proxy_->mock_manager_->
async_
= true;
[
all
...]
Completed in 124 milliseconds