OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:updated_
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/chrome/browser/chromeos/policy/
server_backed_state_keys_broker_unittest.cc
23
updated_
(false),
33
updated_
= true;
54
bool
updated_
;
member in class:policy::ServerBackedStateKeysBrokerTest
73
EXPECT_TRUE(
updated_
);
86
EXPECT_TRUE(
updated_
);
94
updated_
= false;
98
EXPECT_TRUE(
updated_
);
108
EXPECT_TRUE(
updated_
);
115
updated_
= false;
118
EXPECT_TRUE(
updated_
);
[
all
...]
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_unittest_helper.h
29
TestBitrateObserver() :
updated_
(false), latest_bitrate_(0) {}
35
void Reset() {
updated_
= false; }
37
bool updated() const { return
updated_
; }
42
bool
updated_
;
member in class:webrtc::testing::TestBitrateObserver
remote_rate_control.cc
37
updated_
(false),
116
if (
updated_
&& current_input_._bwState == kBwOverusing) {
123
updated_
= true;
132
if (!
updated_
) {
135
updated_
= false;
remote_rate_control.h
68
bool
updated_
;
member in class:webrtc::RemoteRateControl
remote_bitrate_estimator_unittest_helper.cc
25
updated_
= true;
/external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
image_editor.js
325
this.
updated_
= false;
358
this.
updated_
= true;
364
ImageEditor.Mode.prototype.isUpdated = function() { return this.
updated_
};
371
this.
updated_
= false;
454
this.leaveMode(this.currentMode_.
updated_
);
527
this.currentMode_.
updated_
&&
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_editor.js
325
this.
updated_
= false;
358
this.
updated_
= true;
364
ImageEditor.Mode.prototype.isUpdated = function() { return this.
updated_
};
371
this.
updated_
= false;
454
this.leaveMode(this.currentMode_.
updated_
);
527
this.currentMode_.
updated_
&&
/external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api.cc
589
:
updated_
(0),
601
if (
updated_
> 0) {
603
(changed_fired_ * 100 /
updated_
));
612
void OnItemUpdated() { ++
updated_
; }
825
int
updated_
;
member in class:extensions::__anon8246::ExtensionDownloadsEventRouterData
[
all
...]
/external/chromium_org/content/browser/download/
download_item_impl_unittest.cc
118
updated_
(false),
137
updated_
= true;
172
bool was_updated =
updated_
;
173
updated_
= false;
190
bool
updated_
;
member in class:content::DownloadItemTest::MockObserver
[
all
...]
/external/chromium_org/chrome/browser/android/provider/
chrome_browser_provider.cc
313
updated_
(0),
325
return
updated_
;
359
++
updated_
;
363
int
updated_
;
member in class:__anon7432::UpdateBookmarkTask
[
all
...]
/external/chromium_org/chrome/browser/extensions/updater/
extension_updater_unittest.cc
217
return
updated_
.find(id) !=
updated_
.end();
238
updated_
.insert(
249
std::set<std::string>
updated_
;
member in class:extensions::__anon8574::NotificationsObserver
[
all
...]
Completed in 450 milliseconds