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

  /external/chromium_org/third_party/WebKit/Source/core/frame/
Window.idl 109 void resizeBy([Default=Undefined] optional float x, [Default=Undefined] optional float y); // FIXME: this should take longs not floats.
LocalDOMWindow.h 246 void resizeBy(float x, float y) const;
LocalDOMWindow.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mshtmhst.h 478 virtual HRESULT WINAPI resizeBy(LONG x,LONG y) = 0;
489 HRESULT (WINAPI *resizeBy)(IHTMLOMWindowServices *This,LONG x,LONG y);
502 #define IHTMLOMWindowServices_resizeBy(This,x,y) (This)->lpVtbl->resizeBy(This,x,y)
mshtml.h     [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
directory_contents.js 483 this.context_.metadataCache.resizeBy(-this.lastSpaceInMetadataCache_);
493 this.context_.metadataCache.resizeBy(size - this.lastSpaceInMetadataCache_);
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
metadata_cache.js 176 MetadataCache.prototype.resizeBy = function(delta) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 401 milliseconds