Searched defs:close (Results 276 - 300 of 577) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/sync/tools/testserver/
H A Dxmppserver_test.py233 def close(self): member in class:FakeSocket
293 # Test close.
294 xmpp_connection.close()
313 # Test redundant close.
314 xmpp_connection.close()
349 def close(self): member in class:FakeXmppServer
351 xmppserver.XmppServer.close(self)
368 self.xmpp_server.close()
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DFile.cpp262 void File::close(ExecutionContext* executionContext, ExceptionState& exceptionState) function in class:blink::File
277 Blob::close(executionContext, exceptionState);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventSource.cpp195 void EventSource::close() function in class:blink::EventSource
361 // EventSource.close() might've been called by one of the message event handlers.
424 close();
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DWorkerGlobalScope.cpp159 void WorkerGlobalScope::close() function in class:blink::WorkerGlobalScope
204 m_eventQueue->close();
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBCursor.cpp276 void IDBCursor::close() function in class:blink::IDBCursor
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DRTCDataChannel.cpp183 // FIXME: This should not throw an exception but instead forcefully close the data channel.
202 // FIXME: This should not throw an exception but instead forcefully close the data channel.
210 // FIXME: This should not throw an exception but instead forcefully close the data channel.
221 void RTCDataChannel::close() function in class:blink::RTCDataChannel
226 m_handler->close();
241 scheduleDispatchEvent(Event::create(EventTypeNames::close));
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
H A DSQLiteDatabase.cpp61 close();
66 close();
98 void SQLiteDatabase::close() function in class:blink::SQLiteDatabase
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPagePopupImpl.cpp401 void WebPagePopupImpl::close() function in class:blink::WebPagePopupImpl
422 // closeWidgetSoon() will call this->close() later.
450 // WebPagePopupImpl to close.
H A DWebPopupMenuImpl.cpp166 void WebPopupMenuImpl::close() function in class:blink::WebPopupMenuImpl
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DPrerenderingTest.cpp200 void close() function in class:__anon11399::PrerenderingTest
317 close();
346 close();
428 close();
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebIDBDatabase.h53 virtual void close() { BLINK_ASSERT_NOT_REACHED(); } function in class:blink::WebIDBDatabase
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dpshints.h96 * - Close the recording session by calling the `close' method. It
135 * close an opened recording session.
247 * A method of the @T1_Hints class used to close a hint recording
326 * close ::
327 * The function to close a recording session.
346 T1_Hints_CloseFunc close; member in struct:T1_Hints_FuncsRec_
383 * - Close the recording session by calling the `close' method. It
422 * close an opened recording session.
561 * A method of the @T2_Hints class used to close a hint recording
591 * corresponding glyph outline. Must be called after the `close'
660 T2_Hints_CloseFunc close; member in struct:T2_Hints_FuncsRec_
[all...]
/external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
H A Dstorage_api.py462 def close(self): member in class:ReadBuffer
471 self.close()
720 def close(self): member in class:StreamingBuffer
734 self.close()
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutext.h174 * @return NULL if the UText struct was deleted by the close. If the UText struct
1182 * A Text Provider close function is only required for provider types that make
1188 * and does not require provider specific cleanup in a close function.
1305 UTextClose *close; member in struct:UTextFuncs
1351 * Text provider close functions must NOT clear
1541 * If the supplied UText is already open, the provider's close function will be called
/external/chromium_org/third_party/tlslite/tlslite/
H A Dtlsrecordlayer.py81 through an error or through the user calling close()). The default
85 @ivar ignoreAbruptClose: If an abrupt close of the socket should
98 @sort: __init__, read, readAsync, write, writeAsync, close, closeAsync,
140 #On a call to close(), do we close the socket? (writeable)
295 def close(self): member in class:TLSRecordLayer
321 _decref_socketios = close
324 """Start a close operation on the TLS connection.
327 close(). Successive invocations of the generator will return 0
330 close operatio
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dwin32toolhelp_unittest.cc98 bool CheckCallCounters(int first, int next, int fail, int close) { argument
100 && fail_called_ == fail && close_handle_called_ == close;
107 << close << ")"; local
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
H A Dgenpyx.py55 def close( self ): member in class:OStream
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dcommon.py329 the target if it differs (on close).
351 def close(self): member in class:WriteOnDiff.Writer
354 self.tmp_file.close()
/external/chromium_org/ui/message_center/views/
H A Dmessage_view.cc91 PaddedButton *close = new PaddedButton(this); local
92 close->SetPadding(-kCloseIconRightPadding, kCloseIconTopPadding);
93 close->SetNormalImage(IDR_NOTIFICATION_CLOSE);
94 close->SetHoveredImage(IDR_NOTIFICATION_CLOSE_HOVER);
95 close->SetPressedImage(IDR_NOTIFICATION_CLOSE_PRESSED);
96 close->set_animate_on_state_change(false);
97 close->SetAccessibleName(l10n_util::GetStringUTF16(
99 // The close button should be added to view hierarchy by the derived class.
101 close->set_owned_by_client();
102 close_button_.reset(close);
[all...]
/external/chromium_org/ui/views/bubble/
H A Dbubble_delegate.h56 void set_close_on_deactivate(bool close) { close_on_deactivate_ = close; } argument
/external/e2fsprogs/lib/ext2fs/
H A Dext2_io.h75 errcode_t (*close)(io_channel channel); member in struct:struct_io_manager
103 #define io_channel_close(c) ((c)->manager->close((c)))
/external/emma/core/java12/com/vladium/emma/data/
H A DDataFactory.java129 if (oin != null) try { oin.close (); } catch (Exception ignore) {}
156 if (out != null) try { out.close (); } catch (Exception ignore) {}
173 if (oin != null) try { oin.close (); } catch (Exception ignore) {}
271 public void close () method in class:DataFactory.UCFileInputStream
286 public void close () method in class:DataFactory.UCFileOutputStream
327 public void close () method in class:DataFactory.RandomAccessFileInputStream
367 public void close () method in class:DataFactory.RandomAccessFileOutputStream
483 if (raf != null) try { raf.close (); } catch (Throwable ignore) {}
677 if (raf != null) try { raf.close (); } catch (Throwable ignore) {}
/external/emma/core/java12/com/vladium/emma/report/xml/
H A DReportGenerator.java73 close ();
86 close ();
485 private void close () method in class:ReportGenerator
492 m_out.close ();
/external/fonttools/Lib/fontTools/misc/
H A DpsLib.py170 tokenizer.close()
299 def close(self): member in class:PSInterpreter
341 interpreter.close()
/external/fonttools/Lib/fontTools/ttLib/
H A Dsfnt.py94 def close(self): member in class:SFNTReader
95 self.file.close()
167 def close(self): member in class:SFNTWriter

Completed in 643 milliseconds

<<11121314151617181920>>