/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
D | ViewPositionObserver.java | 29 updatePosition(); in ViewPositionObserver() 33 updatePosition(); in ViewPositionObserver() 45 updatePosition(); in getPositionX() 55 updatePosition(); in getPositionY() 68 updatePosition(); in addListener() 94 private void updatePosition() { in updatePosition() method in ViewPositionObserver
|
/external/chromium_org/chrome/browser/resources/print_preview/common/ |
D | search_bubble.js | 38 this.intervalId = setInterval(this.updatePosition.bind(this), 250); 67 this.updatePosition(); 84 updatePosition: function() { method in SearchBubble
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebFlingAnimator.h | 41 virtual bool updatePosition() = 0;
|
/external/chromium_org/chrome/browser/resources/options/ |
D | search_page.js | 47 this.intervalId = setInterval(this.updatePosition.bind(this), 250); 95 updatePosition: function() { method in SearchBubble 487 bubble.updatePosition();
|
/external/chromium_org/third_party/expat/files/lib/ |
D | xmltok.h | 153 void (PTRCALL *updatePosition)(const ENCODING *, 250 (((enc)->updatePosition)(enc, ptr, end, pos))
|
D | xmltok_ns.c | 65 p->initEnc.updatePosition = initUpdatePosition; in NS()
|
D | xmltok.c | 43 PREFIX(updatePosition), \
|
D | xmltok_impl.c | 1742 PREFIX(updatePosition)(const ENCODING *enc, in PREFIX() argument
|
D | xmltok_impl.c.original | 1742 PREFIX(updatePosition)(const ENCODING *enc,
|
/external/expat/lib/ |
D | xmltok.h | 153 void (PTRCALL *updatePosition)(const ENCODING *, 250 (((enc)->updatePosition)(enc, ptr, end, pos))
|
D | xmltok_ns.c | 65 p->initEnc.updatePosition = initUpdatePosition; in NS()
|
D | xmltok.c | 43 PREFIX(updatePosition), \
|
D | xmltok_impl.c | 1742 PREFIX(updatePosition)(const ENCODING *enc, in PREFIX() argument
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/ |
D | PopupTouchHandleDrawable.java | 198 private void updatePosition() { in updatePosition() method in PopupTouchHandleDrawable 224 updatePosition(); in doInvalidate()
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
D | navigation_manager.js | 672 cvox.NavigationManager.prototype.updatePosition = function(node) { method in cvox.NavigationManager 745 this.updatePosition(this.getCurrentNode());
|
D | api_implementation.js | 290 cvox.ChromeVox.navigationManager.updatePosition(targetNode);
|
/external/chromium_org/chrome/third_party/chromevox/ |
D | chromeVoxChromePageScript.js | 781 …omeVox.navigationManager.getBraille().write(),cvox.ChromeVox.navigationManager.updatePosition(a))}; 1230 …aker_.speakDescriptionArray(a,b,c)};cvox.NavigationManager.prototype.updatePosition=function(a){va… method in cvox 1232 …criptionArray(e,b,d||null,null,"nav");this.getBraille().write();this.updatePosition(this.getCurren…
|
D | chromeVoxChromeOptionsScript.js | 958 …omeVox.navigationManager.getBraille().write(),cvox.ChromeVox.navigationManager.updatePosition(a))}; 1413 …aker_.speakDescriptionArray(a,b,c)};cvox.NavigationManager.prototype.updatePosition=function(a){va… method in cvox 1415 …criptionArray(e,b,d||null,null,"nav");this.getBraille().write();this.updatePosition(this.getCurren…
|
D | chromeVoxChromeBackgroundScript.js | 1208 …omeVox.navigationManager.getBraille().write(),cvox.ChromeVox.navigationManager.updatePosition(a))}; 1478 …aker_.speakDescriptionArray(a,b,c)};cvox.NavigationManager.prototype.updatePosition=function(a){va… method in cvox 1480 …criptionArray(e,b,d||null,null,"nav");this.getBraille().write();this.updatePosition(this.getCurren…
|