Home
last modified time | relevance | path

Searched refs:Spaces (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Support/
Draw_ostream.cpp384 static const char Spaces[] = " " in indent() local
389 if (NumSpaces < array_lengthof(Spaces)) in indent()
390 return write(Spaces, NumSpaces); in indent()
394 (unsigned)array_lengthof(Spaces)-1); in indent()
395 write(Spaces, NumToWrite); in indent()
/external/webkit/Source/WebKit2/UIProcess/mac/
DWKFullScreenWindowController.mm280 // The user may have moved the fullScreen window in Spaces, so temporarily change
/external/webkit/Source/WebKit/mac/WebView/
DWebFullScreenController.mm519 // The user may have moved the fullscreen window in Spaces, so temporarily change
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2328748 …<rdar://problem/3911011> REGRESSION (Mail): Spaces at end of line causing word wrap lost when copi…
DChangeLog-2010-12-0614683 …<rdar://problem/8647848> REGRESSION (r68551): Spaces shown at soft hyphens with complex justificat…