Searched defs:done (Results 151 - 175 of 582) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DProgress.js65 done: function() { },
99 this._parent.done();
123 var done = 0;
128 done += child._weight * child._worked / child._totalWork;
131 this._parent.setWorked(done / totalWeights);
168 done: function()
/external/bison/src/
H A Dlalr.c235 bool done; local
252 done = false;
253 while (!done)
255 done = true;
266 done = false;
/external/blktrace/btt/
H A Dbt_timeline.c34 int verbose, done, time_bounded, output_all_data, seek_absolute; variable
106 while (!done && next_trace(&iop->t, &iop->pdu)) {
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_ucd.c960 BOOLEAN done = TRUE; local
1000 done = FALSE; /* main state machine continues to process event */
1055 done = FALSE; /* main state machine continues to process event */
1084 done = FALSE;
1116 done = FALSE; /* main state machine continues to process event */
1158 done = FALSE; /* main state machine continues to process event */
1164 done = FALSE; /* main state machine continues to process event */
1168 return done;
/external/bluetooth/bluedroid/stack/mcap/
H A Dmca_main.c542 BOOLEAN done = TRUE; local
558 done = FALSE;
563 if (done)
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_password_unittest.cc185 static void SignalEvent(base::WaitableEvent* done) { argument
186 done->Signal();
190 base::WaitableEvent done(false, false);
193 &done));
194 done.TimedWait(base::TimeDelta::FromMilliseconds(
/external/chromium/chrome/browser/sync/util/
H A Dextensions_activity_monitor_unittest.cc44 base::WaitableEvent* done) :
45 extension_(e), function_(t), repeats_(repeats), done_(done) {}
94 base::WaitableEvent* done)
95 : service_(service), signal_when_done_(done) {}
43 BookmarkAPIEventTask(FunctionType* t, Extension* e, size_t repeats, base::WaitableEvent* done) argument
93 DoUIThreadSetupTask(NotificationService** service, base::WaitableEvent* done) argument
/external/chromium/chrome/common/net/gaia/
H A Dgaia_authenticator.cc50 GaiaAuthEvent done = { GaiaAuthEvent::GAIA_AUTHENTICATOR_DESTROYED, None, local
52 channel_ = new Channel(done);
/external/chromium/net/disk_cache/
H A Deviction.cc299 bool done = false; local
301 if (done)
306 done = true;
/external/chromium/third_party/libevent/
H A Devent_tagging.c150 int count = 0, shift = 0, done = 0; local
158 done = 1;
163 if (!done)
H A Devrpc.h140 void (*done)(struct evrpc_req_generic* rpc); member in struct:evrpc_req_generic
160 void (*done)(struct evrpc_status *, \
235 _req->done(_req); \
/external/chromium_org/cc/base/
H A Dtiling_data.h79 void done() { function in class:cc::TilingData::BaseIterator
/external/chromium_org/chrome/browser/chromeos/login/
H A Dwizard_controller_browsertest.cc84 SwitchLanguageTestData() : success(false), done(false) {}
89 bool done; member in struct:chromeos::__anon4709::SwitchLanguageTestData
99 self->done = true;
116 EXPECT_EQ(data.done, true);
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dfullstream_ui_policy_unittest.cc117 const base::Closure& done,
120 done.Run();
115 CheckWrapper( const base::Callback<void(scoped_ptr<Action::ActionVector>)>& checker, const base::Closure& done, scoped_ptr<Action::ActionVector> results) argument
/external/chromium_org/chrome/browser/metrics/
H A Dtracking_synchronizer.cc22 // negative number that is "so negative" that even when we add one (as is done
57 void SetReceivedProcessGroupCount(bool done) { argument
59 received_process_group_count_ = done;
/external/chromium_org/chrome/browser/storage_monitor/
H A Dmedia_storage_util.cc122 const base::Closure& done) {
125 done.Run();
132 done);
121 FilterAttachedDevices(DeviceIdSet* devices, const base::Closure& done) argument
/external/chromium_org/chrome/browser/sync/glue/
H A Dnon_ui_data_type_controller_unittest.cc178 WaitableEvent done(true, false);
181 &done));
182 done.TimedWait(TestTimeouts::action_timeout());
183 if (!done.IsSignaled()) {
239 static void SignalDone(WaitableEvent* done) { argument
240 done->Signal();
H A Dtyped_url_model_associator_unittest.cc70 base::WaitableEvent* done,
73 // Grab the done lock - when we exit, this will be released and allow the
85 done->Signal();
414 base::WaitableEvent done(false, false);
422 &CreateModelAssociatorAsync, &startup, &aborted, &done, &associator,
432 ASSERT_TRUE(done.TimedWait(TestTimeouts::action_timeout()));
68 CreateModelAssociatorAsync(base::WaitableEvent* startup, base::WaitableEvent* aborted, base::WaitableEvent* done, TypedUrlModelAssociator** associator, ProfileSyncServiceMock* mock) argument
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_danger_prompt_views.cc46 const OnDone& done);
92 const OnDone& done)
96 done_(done),
347 OnDone done = done_; local
353 if (!done.is_null())
354 done.Run(action);
363 const OnDone& done) {
365 new DownloadDangerPromptViews(item, web_contents, show_context, done);
88 DownloadDangerPromptViews( content::DownloadItem* item, content::WebContents* web_contents, bool show_context, const OnDone& done) argument
359 Create( content::DownloadItem* item, content::WebContents* web_contents, bool show_context, const OnDone& done) argument
/external/chromium_org/chrome_frame/
H A Dbho.cc145 // TODO(tommi): Remove? Isn't this done below by calling set_referrer("")?
264 IBrowserService* browser, IShellView* shell_view, BOOL done,
266 DVLOG(1) << __FUNCTION__ << " done:" << done; local
268 // OnHttpEquiv with 'done' set to TRUE is called for all pages.
269 // 0 or more calls with done set to FALSE are made.
270 // When done is FALSE, the current moniker may not represent the page
271 // being navigated to so we always have to wait for done to be TRUE
274 if (!done && in_arg && VT_BSTR == V_VT(in_arg)) {
304 return original_httpequiv(browser, shell_view, done, in_ar
263 OnHttpEquiv(IBrowserService_OnHttpEquiv_Fn original_httpequiv, IBrowserService* browser, IShellView* shell_view, BOOL done, VARIANT* in_arg, VARIANT* out_arg) argument
[all...]
/external/chromium_org/content/browser/
H A Dbrowser_context.cc112 const base::Closure& done) {
114 active_paths.Pass(), done);
109 GarbageCollectStoragePartitions( BrowserContext* browser_context, scoped_ptr<base::hash_set<base::FilePath> > active_paths, const base::Closure& done) argument
H A Dhistogram_synchronizer.cc27 // negative number that is "so negative" that even when we add one (as is done
52 void SetReceivedProcessGroupCount(bool done) { argument
54 received_process_group_count_ = done;
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_readback_unittests.cc33 unsigned int done = 0; local
34 glGetQueryObjectuivEXT(q, GL_QUERY_RESULT_AVAILABLE_EXT, &done);
35 if (done) {
/external/chromium_org/media/audio/
H A Daudio_input_controller.cc377 base::WaitableEvent* done) {
388 if (done != NULL)
389 done->Signal();
376 DoStopCloseAndClearStream( base::WaitableEvent* done) argument
/external/chromium_org/net/disk_cache/
H A Deviction.cc324 bool done = false; local
326 if (done)
331 done = true;

Completed in 1665 milliseconds

1234567891011>>