HomeSort by relevance Sort by last modified time
    Searched refs:result_ (Results 26 - 50 of 314) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/extensions/
extension_i18n_api.cc 29 result_.reset(new ListValue());
41 static_cast<ListValue*>(result_.get())->
50 if (static_cast<ListValue*>(result_.get())->GetSize() == 0) {
extension_module.cc 29 result_.reset(Value::CreateBooleanValue(
38 result_.reset(Value::CreateBooleanValue(
  /external/chromium_org/chromeos/attestation/
mock_attestation_flow.cc 16 FakeServerProxy::FakeServerProxy() : result_(true) {}
22 callback.Run(result_, request + "_response");
27 callback.Run(result_, request + "_response");
mock_attestation_flow.h 24 result_ = result;
34 bool result_; member in class:chromeos::attestation::FakeServerProxy
  /external/chromium_org/mojo/system/
waiter_test_utils.cc 13 result_(result) {
15 *result_ = -5420734; // Totally invalid result.
23 *result_ = waiter_.Wait(MOJO_DEADLINE_INDEFINITE);
  /external/chromium_org/chrome/browser/chromeos/attestation/
attestation_ca_client_unittest.cc 23 result_(false) {
31 result_ = result;
58 bool result_; member in class:chromeos::attestation::AttestationCAClientTest
71 EXPECT_TRUE(result_);
84 EXPECT_TRUE(result_);
97 EXPECT_FALSE(result_);
110 EXPECT_FALSE(result_);
124 EXPECT_TRUE(result_);
  /external/chromium_org/chrome/browser/profile_resetter/
jtl_interpreter.h 37 Result result() const { return result_; }
52 Result result_; member in class:JtlInterpreter
  /external/chromium_org/third_party/leveldatabase/src/table/
filter_block.cc 42 const uint32_t array_offset = result_.size();
44 PutFixed32(&result_, filter_offsets_[i]);
47 PutFixed32(&result_, array_offset);
48 result_.push_back(kFilterBaseLg); // Save encoding parameter in result
49 return Slice(result_);
56 filter_offsets_.push_back(result_.size());
69 // Generate filter for current set of keys and append to result_.
70 filter_offsets_.push_back(result_.size());
71 policy_->CreateFilter(&tmp_keys_[0], num_keys, &result_);
  /external/chromium_org/ui/app_list/
speech_ui_model.h 29 const base::string16& result() const { return result_; }
35 base::string16 result_; member in class:app_list::SpeechUIModel
speech_ui_model.cc 15 if (result_ == result && is_final_ == is_final)
18 result_ = result;
  /external/chromium_org/chrome/browser/ui/views/tabs/
dock_info_win.cc 168 if (finder.result_ &&
171 TopMostFinder::IsTopMostWindowAtPoint(finder.result_, screen_loc,
175 finder.result_);
177 return finder.result_;
188 result_ = hwnd;
199 result_(NULL) {
208 HWND result_; member in class:__anon9067::LocalProcessWindowFinder
223 HWND hwnd = views::HWNDForNativeWindow(finder.result_.window());
224 if (!finder.result_.window() ||
226 finder.result_.hot_spot()
297 DockInfo result_; member in class:__anon9067::DockToWindowFinder
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
full_lambda.hpp 112 typedef T result_; typedef in struct:boost::mpl::lambda
129 typedef mpl::arg<N> result_; // qualified for the sake of MIPSpro 7.41 typedef in struct:boost::mpl::lambda
130 typedef mpl::protect<result_> type;
143 typedef mpl::protect<T> result_; typedef in struct:boost::mpl::lambda
144 typedef result_ type;
159 typedef bind<F, AUX778076_BIND_PARAMS(T)> result_; typedef in struct:boost::mpl::lambda
160 typedef result_ type;
182 typedef bind1< quote1<aux::template_arity>, typename l1::result_ > arity_;
186 typedef typename le_result_::result_ result_; typedef in struct:boost::mpl::lambda
206 typedef typename le_result_::result_ result_; typedef in struct:boost::mpl::lambda
    [all...]
lambda_spec.hpp 38 typedef name< BOOST_MPL_PP_PARAMS(i, T) > result_; \
39 typedef result_ type; \
  /external/chromium_org/chrome/browser/extensions/api/declarative/
test_rules_registry.cc 35 return result_;
41 return result_;
46 return result_;
50 result_ = result;
  /external/chromium_org/chrome/browser/sync/glue/
data_type_manager_mock.h 28 browser_sync::DataTypeManager::ConfigureResult result_; member in class:browser_sync::DataTypeManagerMock
  /external/chromium_org/net/base/
test_completion_callback.h 55 return result_;
67 result_ = result;
71 TestCompletionCallbackTemplate() : result_(R()) {}
72 R result_; member in class:net::internal::TestCompletionCallbackTemplate
  /external/chromium_org/net/cookies/
cookie_store_test_callbacks.cc 42 BoolResultCookieCallback::BoolResultCookieCallback() : result_(false) {}
45 result_(false) {}
52 IntResultCookieCallback::IntResultCookieCallback() : result_(0) {}
55 result_(0) {}
  /external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/
nacl_ppapi_util.h 93 result_(NULL) {
108 result_.reset(result);
117 return result_.release();
131 nacl::scoped_ptr<R> result_; member in class:nacl_ppapi::EventThreadWorkState
  /external/chromium/net/disk_cache/
in_flight_io.h 42 int result() { return result_; }
52 int result_; // Final operation result. member in class:disk_cache::BackgroundIO
net_log_parameters.cc 86 : start_(start), result_(result) {
91 if (result_ > 0) {
92 dict->SetInteger("length", result_);
95 dict->SetInteger("net_error", result_);
  /external/chromium_org/chrome/browser/net/
dns_probe_runner.h 58 Result result() const { return result_; }
78 Result result_; member in class:chrome_browser_net::DnsProbeRunner
  /external/chromium_org/net/disk_cache/
in_flight_io.h 42 int result() { return result_; }
55 int result_; // Final operation result. member in class:disk_cache::BackgroundIO
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
find_if.hpp 39 >::type result_; typedef in struct:boost::mpl::find_if
41 typedef typename second<result_>::type type;
if.hpp 84 template< typename T1, typename T2 > struct result_
93 template< typename T1, typename T2 > struct result_
109 ::template result_<T1,T2>::type type;
124 ::template result_<T1,T2>::type type;
  /external/chromium_org/content/renderer/pepper/
ppb_flash_message_loop_impl.cc 18 State() : result_(PP_OK), run_called_(false), quit_called_(false) {
21 int32_t result() const { return result_; }
22 void set_result(int32_t result) { result_ = result; }
39 int32_t result_; member in class:content::PPB_Flash_MessageLoop_Impl::State

Completed in 7515 milliseconds

12 3 4 5 6 7 8 91011>>