HomeSort by relevance Sort by last modified time
    Searched full:parent_frame (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/chrome/renderer/extensions/
user_script_scheduler.h 68 // Get all child frames of parent_frame, returned by frames_vector.
69 bool GetAllChildFrames(blink::WebFrame* parent_frame,
app_bindings.cc 169 const WebFrame* parent_frame = context()->web_frame(); local
170 while (parent_frame->parent())
171 parent_frame = parent_frame->parent();
177 parent_frame->document().url());
user_script_scheduler.cc 258 WebFrame* parent_frame,
260 if (!parent_frame)
263 for (WebFrame* child_frame = parent_frame->firstChild(); child_frame;
  /external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_sheet_controller_unittest.mm 133 NSRect parent_frame = GetViewFrameInScreenCoordinates(parent_view);
134 CGFloat expected_x = NSMinX(parent_frame) +
135 (NSWidth(parent_frame) - NSWidth(sheet_frame)) / 2.0;
  /external/chromium_org/chrome/browser/chromeos/input_method/
candidate_window_view.h 39 explicit CandidateWindowView(views::Widget* parent_frame);
225 // if should be, shows parent_frame and if not, hides parent_frame.
candidate_window_view.cc 546 CandidateWindowView::CandidateWindowView(views::Widget* parent_frame)
548 parent_frame_(parent_frame),
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
status_bubble_mac.mm 729 NSRect parent_frame = [parent_ frame];
734 if (NSMinY(window_frame) <= NSMinY(parent_frame)) {
735 if (NSMinX(window_frame) == NSMinX(parent_frame)) {
739 if (NSMaxX(window_frame) == NSMaxX(parent_frame)) {
745 if (NSMinY(window_frame) < NSMinY(parent_frame)) {
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_controller_unittest.mm 308 NSRect parent_frame = NSMakeRect(0, 0, 800, 50);
309 parent_view_.reset([[NSView alloc] initWithFrame:parent_frame]);
    [all...]
bookmark_bar_folder_controller_unittest.mm 693 NSRect parent_frame = NSMakeRect(0, 0, 800, 50);
694 parent_view_.reset([[NSView alloc] initWithFrame:parent_frame]);
698 initialWidth:NSWidth(parent_frame)
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_controller_unittest.mm 276 NSRect parent_frame = NSMakeRect(0, 0, 800, 50);
277 parent_view_.reset([[NSView alloc] initWithFrame:parent_frame]);
    [all...]
bookmark_bar_folder_controller_unittest.mm 651 NSRect parent_frame = NSMakeRect(0, 0, 800, 50);
652 parent_view_.reset([[NSView alloc] initWithFrame:parent_frame]);
656 initialWidth:NSWidth(parent_frame)
    [all...]
  /external/chromium/chrome/browser/chromeos/input_method/
candidate_window.cc 323 explicit CandidateWindowView(views::Widget* parent_frame);
745 views::Widget* parent_frame)
747 parent_frame_(parent_frame),
    [all...]
  /external/chromium_org/chrome_frame/
utils.cc 1067 base::win::ScopedComPtr<IHTMLWindow2> current_frame, parent_frame; local
    [all...]

Completed in 715 milliseconds