Bug 1822918 - Fetch the weather suggestion after wake and coming online. r=daisuke
[gecko.git] / accessible / other / Platform.cpp
blob5502fdd50b811e1664e739cab47d21b0739f97fa
1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* vim: set ts=2 et sw=2 tw=80: */
3 /* This Source Code Form is subject to the terms of the Mozilla Public
4 * License, v. 2.0. If a copy of the MPL was not distributed with this
5 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
7 #include "Platform.h"
9 using namespace mozilla;
10 using namespace mozilla::a11y;
12 void a11y::PlatformInit() {}
14 void a11y::PlatformShutdown() {}
16 void a11y::ProxyCreated(RemoteAccessible*, uint32_t) {}
18 void a11y::ProxyDestroyed(RemoteAccessible*) {}
20 void a11y::ProxyEvent(RemoteAccessible*, uint32_t) {}
22 void a11y::ProxyStateChangeEvent(RemoteAccessible*, uint64_t, bool) {}
24 void a11y::ProxyCaretMoveEvent(RemoteAccessible* aTarget, int32_t aOffset,
25 bool aIsSelectionCollapsed,
26 int32_t aGranularity) {}
28 void a11y::ProxyTextChangeEvent(RemoteAccessible*, const nsString&, int32_t,
29 uint32_t, bool, bool) {}
31 void a11y::ProxyShowHideEvent(RemoteAccessible*, RemoteAccessible*, bool,
32 bool) {}
34 void a11y::ProxySelectionEvent(RemoteAccessible*, RemoteAccessible*, uint32_t) {