HomeSort by relevance Sort by last modified time
    Searched refs:JsEventDetails (Results 1 - 20 of 20) 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 25 class JsEventDetails;
28 void PrintTo(const JsEventDetails& details, ::std::ostream* os);
30 // A gmock matcher for JsEventDetails. Use like:
33 ::testing::Matcher<const JsEventDetails&> HasDetails(
34 const JsEventDetails& expected_details);
37 ::testing::Matcher<const JsEventDetails&> HasDetailsAsDictionary(
73 void(const ::std::string&, const JsEventDetails&));
js_test_util.cc 13 void PrintTo(const JsEventDetails& details, ::std::ostream* os) {
21 : public ::testing::MatcherInterface<const JsEventDetails&> {
23 explicit HasDetailsMatcher(const JsEventDetails& expected_details)
29 const JsEventDetails& details,
44 const JsEventDetails expected_details_;
51 ::testing::Matcher<const JsEventDetails&> HasDetails(
52 const JsEventDetails& expected_details) {
56 ::testing::Matcher<const JsEventDetails&> HasDetailsAsDictionary(
60 return HasDetails(JsEventDetails(expected_details_copy.get()));
js_event_details_unittest.cc 16 JsEventDetails details;
28 JsEventDetails details(&dict);
sync_js_controller.h 44 const JsEventDetails& details) OVERRIDE;
sync_js_controller.cc 36 const JsEventDetails& details) {
sync_js_controller_unittest.cc 39 JsEventDetails details1(&details_dict1), details2(&details_dict2);
  /external/chromium_org/sync/internal_api/
js_sync_encryption_handler_observer.cc 40 HandleJsEvent(FROM_HERE, "onPassphraseRequired", JsEventDetails(&details));
48 HandleJsEvent(FROM_HERE, "onPassphraseAccepted", JsEventDetails(&details));
60 HandleJsEvent(FROM_HERE, "onBootstrapTokenUpdated", JsEventDetails(&details));
74 "onEncryptedTypesChanged", JsEventDetails(&details));
82 HandleJsEvent(FROM_HERE, "onEncryptionComplete", JsEventDetails());
97 JsEventDetails(&details));
113 JsEventDetails(&details));
118 const std::string& name, const JsEventDetails& details) {
js_sync_manager_observer.cc 38 HandleJsEvent(FROM_HERE, "onSyncCycleCompleted", JsEventDetails(&details));
48 "onConnectionStatusChange", JsEventDetails(&details));
59 JsEventDetails(&details));
82 JsEventDetails(&details));
87 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;
51 const std::string& name, const JsEventDetails& details);
js_mutation_event_observer.cc 72 HandleJsEvent(FROM_HERE, "onChangesApplied", JsEventDetails(&details));
81 HandleJsEvent(FROM_HERE, "onChangesComplete", JsEventDetails(&details));
96 HandleJsEvent(FROM_HERE, "onTransactionWrite", JsEventDetails(&details));
101 const std::string& name, const JsEventDetails& details) {
js_sync_encryption_handler_observer_unittest.cc 53 HasDetails(JsEventDetails())));
  /external/chromium_org/chrome/browser/ui/webui/
sync_internals_message_handler.h 54 const syncer::JsEventDetails& details) OVERRIDE;
sync_internals_message_handler.cc 23 using syncer::JsEventDetails;
203 const JsEventDetails& details) {
  /external/chromium_org/sync/tools/
sync_client.cc 186 const JsEventDetails& details) OVERRIDE {
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.cc 119 using syncer::JsEventDetails;
    [all...]

Completed in 845 milliseconds