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(WebKit::WebFrame* parent_frame,
app_bindings.cc 164 const WebFrame* parent_frame = context()->web_frame(); local
165 while (parent_frame->parent())
166 parent_frame = parent_frame->parent();
172 parent_frame->document().url());
user_script_scheduler.cc 263 WebFrame* parent_frame,
265 if (!parent_frame)
268 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 41 explicit CandidateWindowView(views::Widget* parent_frame);
227 // if should be, shows parent_frame and if not, hides parent_frame.
candidate_window_view.cc 539 CandidateWindowView::CandidateWindowView(views::Widget* parent_frame)
541 parent_frame_(parent_frame),
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
status_bubble_mac.mm 727 NSRect parent_frame = [parent_ frame];
732 if (NSMinY(window_frame) <= NSMinY(parent_frame)) {
733 if (NSMinX(window_frame) == NSMinX(parent_frame)) {
737 if (NSMaxX(window_frame) == NSMaxX(parent_frame)) {
743 if (NSMinY(window_frame) < NSMinY(parent_frame)) {
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_controller_unittest.mm 307 NSRect parent_frame = NSMakeRect(0, 0, 800, 50);
308 parent_view_.reset([[NSView alloc] initWithFrame:parent_frame]);
    [all...]
bookmark_bar_folder_controller_unittest.mm 692 NSRect parent_frame = NSMakeRect(0, 0, 800, 50);
693 parent_view_.reset([[NSView alloc] initWithFrame:parent_frame]);
697 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 1044 base::win::ScopedComPtr<IHTMLWindow2> current_frame, parent_frame; local
    [all...]

Completed in 253 milliseconds