OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_finished
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/cc/animation/
animation_unittest.cc
226
EXPECT_FALSE(anim->
is_finished
());
228
EXPECT_FALSE(anim->
is_finished
());
230
EXPECT_FALSE(anim->
is_finished
());
232
EXPECT_TRUE(anim->
is_finished
());
234
EXPECT_TRUE(anim->
is_finished
());
240
EXPECT_FALSE(anim->
is_finished
());
242
EXPECT_FALSE(anim->
is_finished
());
244
EXPECT_FALSE(anim->
is_finished
());
246
EXPECT_TRUE(anim->
is_finished
());
248
EXPECT_TRUE(anim->
is_finished
());
[
all
...]
animation.cc
103
bool was_finished =
is_finished
();
115
if (!was_finished &&
is_finished
())
145
if (
is_finished
())
animation.h
89
bool
is_finished
() const {
function in class:cc::Animation
layer_animation_controller.cc
101
!active_animations_[i]->
is_finished
())
251
if (!active_animations_[i]->
is_finished
())
260
if (!active_animations_[i]->
is_finished
() &&
389
// Compute bounds based on animations for which
is_finished
() is false.
395
if (active_animations_[i]->
is_finished
() ||
625
(!active_animations_[j]->
is_finished
() ||
/external/chromium_org/chrome/browser/extensions/
webstore_startup_installer_browsertest.cc
101
bool
is_finished
= false;
local
102
for (int i = 0; !
is_finished
; ++i) {
106
is_finished
= !RunIndexedTest("runTest", i);
/external/chromium_org/content/browser/loader/
resource_loader.cc
148
bool
is_finished
= (progress.size() == progress.position());
local
153
if (
is_finished
|| enough_new_progress || too_much_time_passed) {
Completed in 250 milliseconds