OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasAcquired
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/importer/
firefox_profile_lock_win.cc
59
if (
HasAcquired
())
67
if (!
HasAcquired
())
73
bool FirefoxProfileLock::
HasAcquired
() {
firefox_profile_lock_unittest.cc
27
ASSERT_TRUE(lock1.
HasAcquired
());
29
ASSERT_FALSE(lock1.
HasAcquired
());
31
ASSERT_TRUE(lock1.
HasAcquired
());
48
EXPECT_TRUE(lock->
HasAcquired
());
51
EXPECT_FALSE(lock->
HasAcquired
());
58
EXPECT_TRUE(lock->
HasAcquired
());
61
EXPECT_TRUE(lock->
HasAcquired
());
63
EXPECT_FALSE(lock->
HasAcquired
());
89
EXPECT_TRUE(lock->
HasAcquired
());
91
EXPECT_FALSE(lock->
HasAcquired
());
[
all
...]
firefox_profile_lock_posix.cc
64
if (
HasAcquired
())
70
} else if (!
HasAcquired
()) {
77
if (!
HasAcquired
())
84
bool FirefoxProfileLock::
HasAcquired
() {
89
// value of this function together with
HasAcquired
() tells the current status
92
// if return == true &&
HasAcquired
() == true: successfully acquired the lock.
93
// if return == false &&
HasAcquired
() == false: Failed to acquire lock due
firefox_profile_lock.h
79
bool
HasAcquired
();
importer_host.cc
56
if (firefox_lock_->
HasAcquired
()) {
191
if (!firefox_lock_->
HasAcquired
()) {
Completed in 1367 milliseconds