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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
QuotesData.h 36 static PassRefPtr<QuotesData> create(UChar open1, UChar close1, UChar open2, UChar close2);
QuotesData.cpp 34 PassRefPtr<QuotesData> QuotesData::create(UChar open1, UChar close1, UChar open2, UChar close2)
38 data->addPair(std::make_pair(String(&open2, 1), String(&close2, 1)));
  /external/chromium_org/content/test/data/indexeddb/
callback_accounting.js 41 debug("db2 close2");
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderQuote.cpp 74 UChar close2; member in struct:WebCore::Language
246 match->data = QuotesData::create(match->open1, match->close1, match->open2, match->close2).leakRef();
  /external/chromium_org/third_party/freetype/src/base/
ftstroke.c 104 FT_Int close1, close2; local
113 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y );
117 if ( close2 )
130 if ( close2 )
195 FT_Int close1, close2, close3; local
206 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y );
211 if ( close2 )
225 else /* !close2 */
243 if ( close2 )
258 else /* !close2 */
    [all...]
  /external/freetype/src/base/
ftstroke.c 104 FT_Int close1, close2; local
113 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y );
117 if ( close2 )
130 if ( close2 )
195 FT_Int close1, close2, close3; local
206 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y );
211 if ( close2 )
225 else /* !close2 */
243 if ( close2 )
258 else /* !close2 */
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 994 def close2(self): member in class:PyShell
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 994 def close2(self): member in class:PyShell
    [all...]

Completed in 4726 milliseconds