OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_pending
(Results
1 - 6
of
6
) sorted by null
/external/chromium/net/url_request/
url_request_unittest.cc
136
EXPECT_TRUE(r.
is_pending
());
171
EXPECT_TRUE(r.
is_pending
());
196
EXPECT_TRUE(r.
is_pending
());
212
EXPECT_TRUE(r.
is_pending
());
240
EXPECT_TRUE(r.
is_pending
());
335
EXPECT_TRUE(r.
is_pending
());
358
EXPECT_TRUE(r.
is_pending
());
388
EXPECT_TRUE(r.
is_pending
());
409
EXPECT_TRUE(r.
is_pending
());
436
EXPECT_TRUE(r.
is_pending
());
[
all
...]
url_request_unittest.h
579
EXPECT_TRUE(request->
is_pending
());
719
EXPECT_TRUE(request.
is_pending
());
722
if (request.
is_pending
())
url_request.h
407
bool
is_pending
() const { return is_pending_; }
function in class:URLRequest
516
// Allow the URLRequestJob class to control the
is_pending
() flag.
/external/bluetooth/glib/gio/fen/
fen-kernel.h
38
gboolean
is_pending
;
member in struct:fnode_event
fen-data.c
459
ev->
is_pending
= TRUE;
536
if (!ev->
is_pending
) {
fen-kernel.c
525
ev->
is_pending
= FALSE;
Completed in 153 milliseconds