Searched refs:specifiedWidth (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebKit/mac/Plugins/
H A DWebNetscapePluginView.h98 int32 specifiedWidth; variable
H A DWebNetscapePluginView.mm322 // The specifiedWidth and specifiedHeight variables are used to predict the size that
330 window.width = specifiedWidth > 0 ? specifiedWidth : 100;
1225 specifiedWidth = [value intValue];

Completed in 83 milliseconds