HomeSort by relevance Sort by last modified time
    Searched refs:JsEventDetails (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/sync/js/
js_event_details.cc 11 JsEventDetails::JsEventDetails() {}
13 JsEventDetails::JsEventDetails(base::DictionaryValue* details)
16 JsEventDetails::~JsEventDetails() {}
18 const base::DictionaryValue& JsEventDetails::Get() const {
22 std::string JsEventDetails::ToString() const {
js_event_handler.h 16 class JsEventDetails;
23 const std::string& name, const JsEventDetails& details) = 0;
js_event_details.h 20 class SYNC_EXPORT JsEventDetails {
23 JsEventDetails();
26 explicit JsEventDetails(base::DictionaryValue* details);
28 ~JsEventDetails();
js_test_util.h 27 class JsEventDetails;
31 void PrintTo(const JsEventDetails& details, ::std::ostream* os);
42 // A gmock matcher for JsEventDetails. Use like:
45 ::testing::Matcher<const JsEventDetails&> HasDetails(
46 const JsEventDetails& expected_details);
49 ::testing::Matcher<const JsEventDetails&> HasDetailsAsDictionary(
90 void(const ::std::string&, const JsEventDetails&));
js_test_util.cc 18 void PrintTo(const JsEventDetails& details, ::std::ostream* os) {
56 : public ::testing::MatcherInterface<const JsEventDetails&> {
58 explicit HasDetailsMatcher(const JsEventDetails& expected_details)
64 const JsEventDetails& details,
79 const JsEventDetails expected_details_;
96 ::testing::Matcher<const JsEventDetails&> HasDetails(
97 const JsEventDetails& expected_details) {
101 ::testing::Matcher<const JsEventDetails&> HasDetailsAsDictionary(
105 return HasDetails(JsEventDetails(expected_details_copy.get()));
js_event_details_unittest.cc 16 JsEventDetails details;
28 JsEventDetails details(&dict);
sync_js_controller.h 50 const JsEventDetails& details) OVERRIDE;
sync_js_controller.cc 65 const JsEventDetails& details) {
sync_js_controller_unittest.cc 125 JsEventDetails details1(&details_dict1), details2(&details_dict2);
  /external/chromium_org/sync/internal_api/
js_sync_encryption_handler_observer.cc 41 HandleJsEvent(FROM_HERE, "onPassphraseRequired", JsEventDetails(&details));
49 HandleJsEvent(FROM_HERE, "onPassphraseAccepted", JsEventDetails(&details));
61 HandleJsEvent(FROM_HERE, "onBootstrapTokenUpdated", JsEventDetails(&details));
75 "onEncryptedTypesChanged", JsEventDetails(&details));
83 HandleJsEvent(FROM_HERE, "onEncryptionComplete", JsEventDetails());
98 JsEventDetails(&details));
114 JsEventDetails(&details));
119 const std::string& name, const JsEventDetails& details) {
js_sync_manager_observer.cc 39 HandleJsEvent(FROM_HERE, "onSyncCycleCompleted", JsEventDetails(&details));
49 "onConnectionStatusChange", JsEventDetails(&details));
60 JsEventDetails(&details));
78 JsEventDetails(&details));
85 HandleJsEvent(FROM_HERE, "onStopSyncingPermanently", JsEventDetails());
90 const std::string& name, const JsEventDetails& details) {
js_mutation_event_observer.h 25 class JsEventDetails;
62 const std::string& name, const JsEventDetails& details);
js_sync_encryption_handler_observer.h 23 class JsEventDetails;
55 const std::string& name, const JsEventDetails& details);
js_sync_manager_observer.h 23 class JsEventDetails;
49 const std::string& name, const JsEventDetails& details);
js_mutation_event_observer.cc 73 HandleJsEvent(FROM_HERE, "onChangesApplied", JsEventDetails(&details));
82 HandleJsEvent(FROM_HERE, "onChangesComplete", JsEventDetails(&details));
97 HandleJsEvent(FROM_HERE, "onTransactionWrite", JsEventDetails(&details));
102 const std::string& name, const JsEventDetails& details) {
js_sync_manager_observer_unittest.cc 52 HasDetails(JsEventDetails())));
js_sync_encryption_handler_observer_unittest.cc 53 HasDetails(JsEventDetails())));
sync_manager_impl.cc     [all...]
  /external/chromium_org/chrome/browser/ui/webui/
sync_internals_ui.h 49 const syncer::JsEventDetails& details) OVERRIDE;
sync_internals_ui.cc 32 using syncer::JsEventDetails;
133 const std::string& name, const JsEventDetails& details) {
  /external/chromium_org/sync/tools/
sync_client.cc 183 const JsEventDetails& details) OVERRIDE {
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.cc 104 using syncer::JsEventDetails;
    [all...]

Completed in 470 milliseconds