OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:when
(Results
951 - 975
of
50734
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/chromium/chrome/browser/ui/cocoa/download/
download_shelf_controller.h
53
// Height of the shelf
when
it's fully visible.
60
// Used to autoclose the shelf
when
the mouse is moved off it. Is non-nil
61
// only
when
a subsequent mouseExited event can trigger autoclose or
when
a
88
// Run
when
the user clicks the close button on the right side of the shelf.
96
// Called by individual item controllers
when
their downloads are opened.
/external/chromium/chrome/browser/ui/cocoa/
draggable_button.h
14
BOOL actsOnMouseDown_; // Does button action happen on mouse down
when
35
// Called
when
a drag should start. Subclasses must override this to do any
38
// -drag* methods of NSView
when
overriding this method.
50
// Override if you want to do something tricky
when
making the decision.
61
// Override if you want to do something tricky
when
making the decision.
75
// called by DraggableButton
when
the beginDrag call returns, it should not be
/external/chromium/chrome/browser/ui/cocoa/extensions/
browser_actions_container_view.h
11
// Sent
when
a user-initiated drag to resize the container is initiated.
14
// Sent
when
a user-initiated drag is resizing the container.
17
// Sent
when
a user-initiated drag to resize the container has finished.
58
//
When
the left grippy is pinned, resizing the window has no effect on its
60
// as letting the container expand
when
the window is going from super small
70
// be queried
when
a NSViewFrameDidChangeNotification is fired to determine
/external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bubble_gtk.h
9
// lifetimes, destroying everything and possibly committing any changes
when
44
// Implements the InfoBubbleGtkDelegate. We are notified
when
the bubble
62
// Notified
when
|content_| is destroyed so we can delete our instance.
95
//
when
the widget is destroyed (
when
the InfoBubble is destroyed).
120
//
When
closing the window, whether we should update or remove the bookmark.
/external/chromium/chrome/browser/ui/views/
status_bubble_views.h
27
// browser chrome and fades away
when
not needed. It is primarily designed
44
// we have to manually position it
when
the browser window moves.
91
// The status text we want to display
when
there are no URLs to display.
94
// The url we want to display
when
there is no status text to display.
100
// Used to elide the original URL again
when
we expand it.
130
// Times expansion of status bubble
when
URL is too long for standard width.
/external/chromium/chrome/browser/visitedlink/
visitedlink_master.h
39
// Called
when
link coloring database has been created or replaced. The
43
// Called
when
new link has been added. The argument is the fingerprint
47
// Called
when
link coloring state has been reset. This may occur
when
63
// process
when
we're in unit test mode). This can be NULL to try to access
67
//
When
|suppress_rebuild| is set, we'll not attempt to load data from
69
// testing except
when
you want to test the rebuild process explicitly.
102
// Sets a task to execute
when
the next rebuild from history is complete.
146
//
When
creating a fresh new table, we use this many entries.
149
//
When
the user is deleting a boatload of URLs, we don't really want to d
[
all
...]
/external/chromium_org/base/
file_version_info.h
26
// is the information you access
when
you select a file in the Windows Explorer,
28
//
when
you select a file in the Finder and do a Get Info.
41
// returned object should be deleted
when
you are done with it.
48
// of error. The returned object should be deleted
when
you are done with it.
53
// of error. The returned object should be deleted
when
you are done with it.
63
// of error. The returned object should be deleted
when
you are done with it.
/external/chromium_org/base/synchronization/
waitable_event_watcher.h
28
// Each instance of this object can be waiting on a single WaitableEvent.
When
47
// In the above example, MyClass wants to "do stuff"
when
waitable_event
48
// becomes signaled. WaitableEventWatcher makes this task easy.
When
MyClass
72
//
When
@event is signaled, the given callback is called on the thread of the
73
// current message loop
when
StartWatching is called.
89
// Return the callback that will be invoked
when
the event is
/external/chromium_org/base/win/
object_watcher.h
23
// This class acts like a smart pointer such that
when
it goes out-of-scope,
41
// In the above example, MyClass wants to "do stuff"
when
object becomes
42
// signaled. ObjectWatcher makes this task easy.
When
MyClass goes out of
53
// Called from the MessageLoop
when
a signaled object is detected. To
61
//
When
the object is signaled, the given delegate is notified on the thread
82
// Called on a background thread
when
done waiting.
/external/chromium_org/chrome/browser/chromeos/drive/
job_list.h
89
// Time
when
the job is started (i.e. the request is sent to the server).
103
// Called
when
a new job id added.
106
// Called
when
a job id finished.
107
// |error| is FILE_ERROR_OK
when
the job successfully finished, and a value
108
// telling the reason of failure
when
the jobs is failed.
112
// Called
when
a job status is updated.
/external/chromium_org/chrome/browser/chromeos/login/
login_display_host.h
33
// Callback for GetAutoEnrollmentCheckResult. It is invoked with
when
34
// a decision is made for auto enrollment. It is invoked with "true"
when
52
// Called
when
browsing session starts before creating initial browser.
55
// Called
when
user enters or returns to browsing session so
59
// Called
when
a login has completed successfully.
105
// Invoked
when
system preferences that affect the signin screen have changed.
/external/chromium_org/chrome/browser/resources/uber/
uber_utils.js
19
* This should be called by uber content pages
when
DOM content has loaded.
25
// Prevent the navigation from being stuck in a disabled state
when
a
30
// with some scroll (happens
when
you use tab restore).
38
* headers and updates the parent frame
when
the page is scrolled.
66
* This is called
when
a user selects this frame via the navigation bar
75
* Called
when
a user mouse wheels (or trackpad scrolls) over the nav frame.
/external/chromium_org/chrome/browser/sync/glue/
ui_data_type_controller.h
69
// False - if models are not ready. Associate() should be called
when
the
105
// Lifetime: it gets created
when
Start()) is called, and a reference to it
107
//
when
Stop() or StartFailed() is called, and |local_service_| releases its
108
// reference
when
local_service_->StopSyncing() is called or
when
it is
113
// (a syncer::SyncableService takes ownership of its SyncChangeProcessor
when
/external/chromium_org/chrome/browser/tab_contents/
render_view_context_menu_observer.h
62
// to use scoped_ptr<> so Chrome can create its instances only
when
it needs.)
84
// Called
when
the RenderViewContextMenu class initializes a context menu. We
89
// Called
when
the RenderViewContextMenu class asks whether an observer
94
// Called
when
the RenderViewContextMenu class sets the initial status of the
100
// Called
when
a user selects the specified context-menu item.
103
// Called
when
a user closes the context menu without selecting any items.
/external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_view.h
24
// An interface for the dialog that appears
when
a site initiates an Autofill
45
// Called
when
a different notification is available.
48
// Called
when
account details may have changed (user logs in to GAIA, creates
65
// Called
when
the contents of a section have changed.
98
// Called
when
the active suggestions data model changed.
105
// Called by AutofillDialogSignInDelegate
when
the sign-in page experiences a
/external/chromium_org/chrome/browser/ui/cocoa/
base_bubble_controller.h
32
// A local event tap that will dismiss the bubble
when
a click is delivered
36
// A notification observer that gets triggered
when
any window resigns key.
38
// The controlled window should be the key window
when
it's opened. True by
56
// bubble visible. It will autorelease itself
when
the user dismisses the
67
// bubble visible. It will autorelease itself
when
the user dismisses the
90
// dismissed
when
it resigns key. This only needs to be called if
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
browser_actions_container_view.h
10
// Sent
when
a user-initiated drag to resize the container is initiated.
13
// Sent
when
a user-initiated drag is resizing the container.
16
// Sent
when
a user-initiated drag to resize the container has finished.
57
//
When
the left grippy is pinned, resizing the window has no effect on its
59
// as letting the container expand
when
the window is going from super small
69
// be queried
when
a NSViewFrameDidChangeNotification is fired to determine
/external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_view.h
18
// Tabs _glow_ under two different circumstances,
when
they are _hovered_ (by
19
// the mouse) and
when
they are _alerted_ (to show that the tab's title has
33
//
When
the window doesn't have focus then we want to draw the button with a
58
NSTimeInterval hoverHoldEndTime_; //
When
the hover glow will begin dimming.
61
NSTimeInterval alertHoldEndTime_; //
When
the hover glow will begin dimming.
119
// clear the |controller_| pointer
when
it is dying.
/external/chromium_org/chrome/browser/ui/tab_contents/
core_tab_helper.h
30
// Notification that tab closing was cancelled. This can happen
when
a user
34
// Set the time during close
when
unload is started. Normally, this is set
39
// Set the time during close
when
the tab is no longer visible.
74
// The time
when
we started to create the new tab page. This time is from
81
// The time
when
onbeforeunload ended.
84
// The time
when
the tab was removed from view during close.
/external/chromium_org/chrome/browser/ui/views/location_bar/
zoom_bubble_view_browsertest.cc
23
// Test whether the zoom bubble is anchored and whether it is visible
when
in
29
// The zoom bubble should be anchored
when
not in fullscreen.
49
// The bubble should not be anchored
when
it is shown in non-immersive
67
// Test whether the zoom bubble is anchored and whether it is visible
when
in
87
// The zoom bubble should not be anchored
when
it is shown in immersive
101
// The zoom bubble should be anchored
when
it is shown in immersive fullscreen
/external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_user_data_logger.h
26
// Logs the error percentage rate
when
loading thumbnail images for this NTP
27
// session to UMA histogram. Called
when
the user navigates to a URL. Only
31
// Logs a number of statistics regarding the NTP. Called
when
an NTP tab is
33
// the tab/shutting down Chrome), or
when
the user navigates to a URL.
63
// Total number of errors that occurred
when
trying to load thumbnail images
64
// for this NTP session.
When
these errors occur a grey tile is shown instead
/external/chromium_org/chrome/browser/ui/webui/task_manager/
task_manager_handler.h
27
// Invoked
when
the model has been completely changed.
29
// Invoked
when
a range of items has changed.
31
// Invoked
when
new items are added.
33
// Invoked
when
a range of items has been removed.
36
// Invoked
when
the initialization of the model has been finished and
71
// Invoked
when
group(s) are added/changed/removed.
/external/chromium_org/content/browser/gamepad/
gamepad_provider.h
51
// Registers the given closure for calling
when
the user has interacted with
80
// Keeps track of
when
the background thread is paused. Access to is_paused_
85
// Keep track of
when
a polling task is schedlued, so as to prevent us from
86
// accidentally scheduling more than one at any time,
when
rapidly toggling
107
// Updated based on notification from SystemMonitor
when
the system devices
115
//
When
polling_thread_ is running, members below are only to be used
/external/chromium_org/content/browser/media/
webrtc_internals.h
29
// This method is called
when
a PeerConnection is created.
31
// needed because we might not be able to get the OS process id
when
the
44
// This method is called
when
PeerConnection is destroyed.
48
// This method is called
when
a PeerConnection is updated.
56
// This method is called
when
results from PeerConnectionInterface::GetStats
89
// Called
when
a renderer exits (including crashes).
/external/chromium_org/content/browser/renderer_host/
overscroll_controller.h
32
//
When
a page is scrolled beyond the scrollable region, it will trigger an
48
// This must be called
when
dispatching any event from the
54
// This must be called
when
the ACK for any event comes in. This updates the
58
// This must be called
when
a gesture event is filtered out and not sent to
109
// Sets the overscroll mode (and triggers callback in the delegate
when
123
// The amount of overscroll in progress. These values are invalid
when
Completed in 1379 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>