OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_paused
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/content/browser/renderer_host/media/
video_capture_oracle.cc
131
bool
is_paused
= overdue_sample_count_ == redundant_capture_goal_;
local
133
VLOG_IF(0, !was_paused &&
is_paused
)
136
VLOG_IF(0, was_paused && !
is_paused
)
/external/chromium_org/content/browser/geolocation/
geolocation_dispatcher_host.cc
86
bool
is_paused
;
member in struct:content::__anon7717::GeolocationDispatcherHostImpl::RendererGeolocationOptions
154
if (!(it->second.
is_paused
))
252
if (opts->
is_paused
!= should_pause)
253
opts->
is_paused
= should_pause;
266
needs_updates |= !(i->second.
is_paused
);
/external/chromium/chrome/browser/download/
download_shelf.cc
40
return download_->
is_paused
();
58
if (download_->
is_paused
())
download_item_model.cc
47
if (download_->IsInProgress() && download_->
is_paused
()) {
download_item.h
260
bool
is_paused
() const { return is_paused_; }
function in class:DownloadItem
download_item.cc
657
"
is_paused
= " "%c"
666
is_paused
() ? 'T' : 'F',
download_util.cc
638
} else if (download->
is_paused
()) {
707
if (download->
is_paused
())
[
all
...]
download_manager.cc
776
if (pause == download->
is_paused
())
[
all
...]
/external/chromium_org/chrome/test/functional/
youtube.py
24
is_paused
= '2'
variable in class:YoutubeTestHelper
222
self.AssertPlayerState(state=self.
is_paused
,
/external/chromium_org/chrome/browser/download/
download_item_model_unittest.cc
284
bool
is_paused
; // IsPaused().
member in struct:TestCase
343
.WillRepeatedly(Return(test_case.
is_paused
));
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
hangoutpubsubclient_unittest.cc
50
const std::string& nick, bool was_paused, bool
is_paused
) {
53
last_is_video_paused =
is_paused
;
/external/chromium/chrome/browser/automation/
automation_provider.cc
256
dl_item_value->SetBoolean("
is_paused
", download->
is_paused
());
[
all
...]
/external/chromium/chrome/browser/ui/gtk/download/
download_item_gtk.cc
415
get_download()->
is_paused
() ?
[
all
...]
/external/chromium/chrome/browser/ui/views/download/
download_item_view.cc
387
download_->
is_paused
() ? StopDownloadProgress() : StartDownloadProgress();
[
all
...]
Completed in 1521 milliseconds