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

  /external/chromium_org/chrome_frame/
chrome_active_document.cc 511 if (in_place_frame_) {
512 *in_place_frame = in_place_frame_.get();
555 in_place_frame_.Release();
558 m_spInPlaceSite->GetWindowContext(in_place_frame_.Receive(),
591 if (in_place_frame_)
592 in_place_frame_->SetActiveObject(in_place_active_object, NULL);
618 if (in_place_frame_)
619 in_place_frame_->SetStatusText(new_target_url.c_str());
636 if (in_place_frame_ != NULL) {
637 handled_accel = (S_OK == in_place_frame_->TranslateAcceleratorW
    [all...]
chrome_frame_activex_base.h 333 in_place_frame_.Release();
961 if (!in_place_frame_ && !failed_to_fetch_in_place_frame_)
1204 base::win::ScopedComPtr<IOleInPlaceFrame> in_place_frame_; member in class:ChromeFrameActivexBase
    [all...]

Completed in 1563 milliseconds