Searched refs:notify (Results 76 - 100 of 204) sorted by relevance

123456789

/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dmsgutil.py202 condition.notify()
/external/chromium_org/chrome/browser/prefs/
H A Dleveldb_pref_store.h79 bool notify);
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_manager.cc253 void BrowserAccessibilityManager::SetFocus(ui::AXNode* node, bool notify) { argument
257 if (notify && node && delegate_)
262 BrowserAccessibility* obj, bool notify) {
264 SetFocus(obj->node(), notify);
261 SetFocus( BrowserAccessibility* obj, bool notify) argument
H A Dbrowser_accessibility_manager.h116 // Called to notify the accessibility manager that its associated native
120 // Called to notify the accessibility manager that its associated native
124 // Called to notify the accessibility manager that a mouse down event
129 // If |notify| is true, send a message to the renderer to set focus
131 void SetFocus(ui::AXNode* node, bool notify);
132 void SetFocus(BrowserAccessibility* node, bool notify);
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
H A DVSyncMonitorTest.java53 mSyncRoot.notify();
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A Dmsgutil.py202 condition.notify()
/external/chromium_org/third_party/polymer/components-chromium/core-style/
H A Dcore-style-extracted.js128 this.notify();
131 // notify instances that reference this element
132 notify: function() {
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowLooper.java70 notify();
/external/chromium_org/ash/system/tray/
H A Dsystem_tray_notifier.cc188 AccessibilityNotificationVisibility notify) {
192 OnAccessibilityModeChanged(notify));
187 NotifyAccessibilityModeChanged( AccessibilityNotificationVisibility notify) argument
H A Dsystem_tray_notifier.h106 AccessibilityNotificationVisibility notify);
/external/chromium_org/chrome/browser/ui/ash/
H A Dchrome_shell_delegate_chromeos.cc83 ash::AccessibilityNotificationVisibility notify) OVERRIDE {
85 chromeos::AccessibilityManager::Get()->ToggleSpokenFeedback(notify); variable
H A Dchrome_shell_delegate_views.cc94 ash::AccessibilityNotificationVisibility notify) OVERRIDE {
/external/chromium_org/content/child/npapi/
H A Dplugin_instance.h237 bool notify,
265 void GetNotifyData(int notify_id, bool* notify, void** notify_data);
/external/chromium_org/third_party/webrtc/base/
H A Dhttpserver.cc133 base_.notify(this);
142 base_.notify(NULL);
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h203 EnableWatchpoint (lldb_private::Watchpoint *wp, bool notify = true);
206 DisableWatchpoint (lldb_private::Watchpoint *wp, bool notify = true);
/external/replicaisland/src/com/replica/replicaisland/
H A DGameRenderer.java301 mDrawLock.notify();
312 mDrawLock.notify();
/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp665 ProcessPOSIX::EnableWatchpoint(Watchpoint *wp, bool notify) argument
714 wp->SetEnabled(true, notify);
732 ProcessPOSIX::DisableWatchpoint(Watchpoint *wp, bool notify) argument
750 wp->SetEnabled(false, notify);
771 wp->SetEnabled(false, notify);
/external/chromium_org/chromeos/dbus/
H A Dshill_manager_client.h59 // Used to reset all properties; does not notify observers.
79 // property changes. If |notify| is true, notifies observers if a list
82 virtual void SortManagerServices(bool notify) = 0;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dpseudotcp.h69 PseudoTcp(IPseudoTcpNotify* notify, uint32 conv);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_screen.c287 return *(uint32_t *)((char *)screen->notify->map + fence->offset);
447 ret = nouveau_bo_wrap(screen->base.device, fifo->notify, &screen->notify);
449 nouveau_bo_map(screen->notify, 0, screen->base.client);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libnfc-nxp/inc/
H A DphNfcInterface.h357 pphNfcIF_Notification_CB_t notify; member in struct:phNfcIF_sCallBack
/external/lldb/source/Target/
H A DStopInfo.cpp538 const bool notify = false; local
540 process->DisableWatchpoint(watchpoint, notify);
549 const bool notify = false; local
550 process->EnableWatchpoint(watchpoint, notify);
857 // If should stop returns false, check if we should notify of this event
H A DThreadList.cpp684 ThreadList::SetSelectedThreadByID (lldb::tid_t tid, bool notify) argument
696 if (notify)
703 ThreadList::SetSelectedThreadByIndexID (uint32_t index_id, bool notify) argument
715 if (notify)
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_screen.c287 return *(uint32_t *)((char *)screen->notify->map + fence->offset);
447 ret = nouveau_bo_wrap(screen->base.device, fifo->notify, &screen->notify);
449 nouveau_bo_map(screen->notify, 0, screen->base.client);

Completed in 671 milliseconds

123456789