• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/WebKit-7600.1.25/win/Interfaces/

Lines Matching refs:in

4  * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
47 Every icon in the database has a retain count. If an icon has a retain count greater than 0, it will be written to disk for later use. If an icon's retain count equals zero it will be removed from disk. The retain count is not persistent across launches. If the WebKit client wishes to retain an icon it should retain the icon once for every launch. This is best done at initialization time before the database begins removing icons. To make sure that the database does not remove unretained icons prematurely, call delayDatabaseCleanup until all desired icons are retained. Once all are retained, call allowDatabaseCleanup.
51 Retention methods can be called for icons that are not yet in the database.
85 @param cache If yes, caches the returned image in memory if not already cached
94 HRESULT iconForURL([in] BSTR url, [in] LPSIZE size, [in] BOOL cache, [out, retval] HBITMAP* hBitmap);
101 HRESULT defaultIconWithSize([in] LPSIZE size, [out, retval] HBITMAP* hBitmap);
109 HRESULT retainIconForURL([in] BSTR url);
117 HRESULT releaseIconForURL([in] BSTR url);
150 HRESULT iconURLForURL([in] BSTR url, [out, retval] BSTR* iconURL);
162 @discussion Enables or disables the icon database based on the flag passed in.
166 HRESULT setEnabled([in] BOOL flag);
173 HRESULT hasIconForURL([in] BSTR url, [out, retval] BOOL* result);