Home
last modified time | relevance | path

Searched refs:other_state (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
Dbio_asn1.c128 asn1_bio_state_t other_state);
332 asn1_bio_state_t other_state) in asn1_bio_setup_ex() argument
342 ctx->state = other_state; in asn1_bio_setup_ex()
/external/openssl/crypto/asn1/
Dbio_asn1.c128 asn1_bio_state_t other_state);
332 asn1_bio_state_t other_state) in asn1_bio_setup_ex() argument
342 ctx->state = other_state; in asn1_bio_setup_ex()
/external/chromium_org/ash/wm/workspace/
Dworkspace_window_resizer.cc770 wm::WindowState* other_state = wm::GetWindowState(*i); in UpdateMagnetismWindow() local
771 if (other_state->window() == window() || in UpdateMagnetismWindow()
772 !other_state->window()->IsVisible() || in UpdateMagnetismWindow()
773 !other_state->IsNormalShowState() || in UpdateMagnetismWindow()
774 !other_state->CanResize()) { in UpdateMagnetismWindow()
778 other_state->window()->GetBoundsInScreen(), &magnetism_edge_)) { in UpdateMagnetismWindow()
779 magnetism_window_ = other_state->window(); in UpdateMagnetismWindow()