Home | History | Annotate | Download | only in browser

Lines Matching refs:null

75         if (sInstance == null) {
111 if (url == null || url.trim().length() == 0) {
112 // null or empty url is never a bookmark
187 null, null);
199 if (capture == null) {
200 return null;
202 if (mBuffer == null || mBuffer.limit() < capture.getByteCount()) {
213 if (blob == null) {
225 Cursor c = null;
229 Thumbnails.THUMBNAIL}, null, null, null);
232 if (data != null && data.length > 0) {
237 if (c != null) {
245 Cursor c = null;
248 History.URL + "=?", new String[] { url }, null);
254 values, null, null);
267 if (c != null) c.close();
273 Cursor cursor = null;
281 null);
286 if (cursor != null) cursor.close();