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

  /external/chromium_org/chrome/browser/ui/website_settings/
permission_bubble_view.h 29 virtual void Closing() = 0;
permission_bubble_manager_unittest.cc 95 void Closing() {
96 manager_->Closing();
387 Closing();
412 Closing();
425 Closing();
439 Closing();
443 Closing();
456 Closing();
461 Closing();
474 Closing();
    [all...]
permission_bubble_manager.h 84 virtual void Closing() OVERRIDE;
permission_bubble_manager.cc 295 void PermissionBubbleManager::Closing() {
  /external/chromium_org/chrome/browser/ui/views/website_settings/
permissions_bubble_view.h 31 void Closing();
permissions_bubble_view.cc 347 owner_->Closing();
384 owner_->Closing();
459 void PermissionBubbleViewViews::Closing() {
463 delegate_->Closing();
  /external/chromium_org/third_party/WebKit/Source/platform/network/
SocketStreamHandle.h 48 enum SocketStreamState { Connecting, Open, Closing, Closed };
SocketStreamHandle.cpp 189 if (m_state == Connecting || m_state == Closing)
220 m_state = Closing;
242 if (m_state != Open && m_state != Closing)
247 if (m_state == Closing) {
  /external/chromium_org/chrome/browser/download/
download_request_limiter_unittest.cc 35 delegate_->Closing();
218 delegate_->Closing();
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_attr.js 108 // record pairs of opening/closing and top/bottom fences.
110 * Mapping opening to closing fences.
    [all...]
math_semantic_tree.js 75 * E.g. a node of type FENCED can have the opening and closing fences here.
194 // Closing tag
914 * 1. Opening and closing delimiters are matched regardless of the actual shape
1006 // General closing case.
1008 // Closing fence for some opening fence.
    [all...]
  /external/chromium_org/chrome/browser/history/
history_backend.h 136 void Closing();
    [all...]
history_backend_unittest.cc 180 backend_->Closing();
    [all...]
history_service.cc 255 // HistoryBackend::Closing will release. This means if we scheduled a call
256 // to HistoryBackend::Closing and *then* released our backend reference,
257 // there will be a race between us and the backend's Closing function to see
258 // who is the last holder of a reference. If the backend thread's Closing
262 // Therefore, we create a closure to run the Closing operation first. This
271 base::Bind(&HistoryBackend::Closing, history_backend_.get());
    [all...]
history_unittest.cc 163 backend_->Closing();
    [all...]
history_backend.cc 221 void HistoryBackend::Closing() {
    [all...]
  /external/chromium_org/chrome/browser/history/android/
android_provider_backend_unittest.cc 268 history_backend->Closing();
421 history_backend->Closing();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/resources/
calendarPicker.js     [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 1119 CV_PARSE_ERROR( "The wrong closing bracket" );
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndis.h 322 BOOLEAN Closing;
    [all...]

Completed in 541 milliseconds