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

  /external/webkit/Source/WebKit2/UIProcess/
WebInspectorProxy.h 133 static const unsigned initialWindowWidth = 750;
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebInspectorProxyMac.mm 101 NSWindow *window = [[NSWindow alloc] initWithContentRect:NSMakeRect(0, 0, initialWindowWidth, initialWindowHeight) styleMask:styleMask backing:NSBackingStoreBuffered defer:NO];
  /external/webkit/Source/WebKit2/UIProcess/win/
WebInspectorProxyWin.cpp 169 0, 0, initialWindowWidth, initialWindowHeight, 0, 0, instanceHandle(), this);

Completed in 137 milliseconds