/external/chromium_org/chrome/browser/predictors/ |
predictor_database.cc | 91 bool success = db_->Open(db_path_); local 93 if (!success) 115 bool success = file_util::GetFileSize(db_path_, &db_size); local 116 DCHECK(success) << "Failed to get file size for " << db_path_.value();
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
kiosk_enable_screen_handler.cc | 132 void KioskEnableScreenHandler::OnEnableConsumerModeKiosk(bool success) { 133 if (!success) 136 CallJS("onCompleted", success); 137 if (success) {
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/browsingData/basic/ |
popup.js | 79 * Handle a success/failure callback from the `browsingData` API methods, 85 var success = document.createElement('div'); 86 success.classList.add('overlay'); 87 success.setAttribute('role', 'alert'); 88 success.textContent = 'Data has been cleared.'; 89 document.body.appendChild(success); 91 setTimeout(function() { success.classList.add('visible'); }, 10); 94 success.classList.remove('visible');
|
/external/chromium_org/chrome/common/safe_browsing/ |
zip_analyzer.cc | 46 results->success = true;
|
/external/chromium_org/chrome/renderer/extensions/ |
webstore_bindings.h | 31 int install_id, bool success, const std::string& error); 35 // frame. On success, true will be returned and the |webstore_item_id|
|
/external/chromium_org/components/autofill/content/browser/wallet/ |
wallet_client_delegate.h | 57 virtual void OnDidAuthenticateInstrument(bool success) = 0;
|
/external/chromium_org/components/nacl/broker/ |
nacl_broker_listener.h | 30 bool* success) OVERRIDE;
|
/external/chromium_org/content/browser/renderer_host/media/ |
midi_host.cc | 75 bool success = false; local 77 success = midi_manager_->StartSession(this); 78 if (success) { 86 success,
|
/external/chromium_org/content/browser/speech/ |
google_one_shot_remote_engine_unittest.cc | 26 void CreateAndTestRequest(bool success, const std::string& http_response); 53 bool success, const std::string& http_response) { 69 status.set_status(success ? net::URLRequestStatus::SUCCESS : 72 fetcher->set_response_code(success ? 200 : 500); 80 // Normal success case with one result. 89 // Normal success case with multiple results.
|
/external/chromium_org/content/worker/ |
worker_webapplicationcachehost_impl.h | 43 virtual void didFinishLoadingMainResource(bool success);
|
/external/chromium_org/native_client_sdk/src/examples/api/url_loader/ |
url_loader_handler.cc | 146 bool success) { 147 ReportResult(fname, text, success); 153 bool success) { 154 if (success)
|
/external/chromium_org/rlz/mac/lib/ |
machine_id_mac.cc | 57 bool success = false; 68 success = kern_result == KERN_SUCCESS; 70 if (!success) 85 return success;
|
/external/chromium_org/rlz/win/lib/ |
machine_id_win.cc | 49 BOOL success = ::LookupAccountNameW(NULL, account_name, sid, local 52 if (!success && ::GetLastError() == ERROR_INSUFFICIENT_BUFFER) { 62 success = ::LookupAccountNameW(NULL, account_name, sid, &sid_dword_size, 67 return success != FALSE;
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ |
checkout_unittests.js | 43 simulator.scheduleCallback(options.success); 72 simulator.scheduleCallback(options.success);
|
/external/chromium_org/url/ |
url_canon_internal_file.h | 108 bool success = URLCanonInternal<CHAR, UCHAR>::DoHost( local 125 success &= URLCanonInternal<CHAR, UCHAR>::DoQuery( 127 success &= URLCanonInternal<CHAR, UCHAR>::DoRef( 130 return success;
|
/external/chromium_org/webkit/browser/appcache/ |
appcache_test_helper.h | 31 bool success,
|
/external/clang/test/CodeGenCXX/ |
conditional-temporaries.cpp | 52 bool success() { function
|
/external/icu4c/layout/ |
GlyphPositioningTables.h | 31 const GlyphDefinitionTableHeader *glyphDefinitionTableHeader, LEErrorCode &success,
|
GlyphSubstitutionTables.h | 37 LEErrorCode &success) const;
|
LEInsertionList.h | 87 * @param success set to an error code if the auxillary data cannot be retrieved. 94 LEGlyphID *insert(le_int32 position, le_int32 count, LEErrorCode &success);
|
/external/llvm/tools/llvm-readobj/ |
Error.h | 25 success = 0, enumerator in enum:llvm::readobj_error::_
|
/external/skia/tests/ |
PremulAlphaRoundTripTest.cpp | 106 bool success = true; local 107 for (int y = 0; y < 256 && success; ++y) { 108 for (int x = 0; x < 256 && success; ++x) { 110 REPORTER_ASSERT(reporter, success = pixels1[i] == pixels2[i]);
|
/frameworks/base/core/tests/coretests/src/android/os/ |
IdleHandlerTest.java | 75 success(); 111 success(); 146 success(); 182 success();
|
/packages/apps/Settings/src/com/android/settings/nfc/ |
AndroidBeam.java | 93 boolean success = false; 96 success = mNfcAdapter.enableNdefPush(); 98 success = mNfcAdapter.disableNdefPush(); 100 if (success) {
|
/cts/tests/tests/os/src/android/os/cts/ |
BinderTest.java | 206 boolean success = false; 220 success = true; 222 if (!success) { 241 success = false; 251 success = true; 253 if (!success) { 272 success = false; 282 success = true; 284 if (!success) {
|